Proof of concept OpenGL project with C++ and cmake.
Go to file
mmcwilliams 1ee93ff0f0 Got it compiling on macOS 2024-03-30 22:01:02 -04:00
.gitignore Add the OpenGL example CMake 2024-03-30 15:43:05 -04:00
CMakeLists.txt Got it compiling on macOS 2024-03-30 22:01:02 -04:00
LICENSE Add license and readme. 2024-03-30 15:46:15 -04:00
README.md Structure CMakeLists like other examples. Produce a bin in opengl_examples 2024-03-30 16:00:38 -04:00
compile.sh Add the OpenGL example CMake 2024-03-30 15:43:05 -04:00
main.cpp Got it compiling on macOS 2024-03-30 22:01:02 -04:00
opengl_example Add the OpenGL example CMake 2024-03-30 15:43:05 -04:00
triangle.cpp Got it compiling on macOS 2024-03-30 22:01:02 -04:00

README.md

OpenGL Example

Compile the project.

bash compile.sh

Run the binary.

./build/bin/opengl_example