Skip to content

Latest commit

 

History

138 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL 2 3D game engine.

This is attempt to create yet another 3D game engine with using OpenGL.

Warning

This building instructions are deprecated. I wiil update it later. Sorry :( .

Building

Windows

You need to have latest versions of CMake and MinGW UCRT64 (recommended to using MinGW UCRT64 from MSYS2).

  1. Go to build folder in the root of project.
  2. Run cmake -S .. -G "MinGW Makefiles".
  3. Execute make in the build folder.
  4. Wait for building project.
  5. Run output executable.

If you have some troubles with linking or running project try to rebuilt GLAD library by running build_glad.bat batch file.

Linux

You need to change CMakeLists.txt file to using external libraries instead of libs that integrated to project, because they built for Windows. Next do the same steps as for Windows build.

About

OpenGL 3D game engine.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages