pixl is a 3D renderer written in OpenGL and C++20.
- macOS (currently only supported on macOS)
- A C++20-compatible compiler (e.g.,
clang++
) - OpenGL development libraries
make
installed (available by default on macOS)
-
Clone the repository:
git clone <repository_url> cd pixl
-
Build the project:
make all
-
Run the project:
make run
- Ensure OpenGL development libraries are installed and configured.
- For issues or feature requests, raise an issue in the repository.