Project as integration of OpenGL rendering system into graphical user interface. Used for testing, learning and experimentation.
Report Bug
·
Request Feature
- Clone the repo
git clone --recurse-submodules -j8 https://github.com/kkuchar2/openglengine
- Build
# Make sure you've gcc, g++, xorg-dev and libglu1-mesa-dev installed on Linux
cd openglengine
mkdir build
cd build
cmake ..
make -j8
- Run
./opengl
# You should see split view of rotating colorful particles.
# By pressing and holding right mouse button and moving mouse look around.
# WASD to move camera
# Hold left SHIFT to speed up movement.
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.