-
Notifications
You must be signed in to change notification settings - Fork 0
Relatively simple, multiplatform, game engine.
License
LGPL-3.0, GPL-3.0 licenses found
Licenses found
LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
MiKom/vorticity
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1. Building 1.1 Windows To build on windows, you need DevIL and GLEW in proper directories. GLEW is expected to be in "Program Files\GLEW" (32bit builds and native 64bit builds) or "Program Files (x86)\GLEW" (32bit builds on 64bit machines). DevIL must have it's directory appended to %PATH% environment variable. There is bug in cmake FindDevIL.cmake module. I tries to search for il.h instead of IL/il.h so you have to change FindDevIL.cmake module in [cmake_root]/share/Modules to look for IL/il.h. Change line: FIND_PATH(IL_INCLUDE_DIR il.h to: FIND_PATH(IL_INCLUDE_DIR IL/il.h 1.2 Linux After building with CMake copy src/shaders directory to bin/ directory in build dir. I.e shaders/ folder must be in the same folder from which you run the rotating_boxes executable.
About
Relatively simple, multiplatform, game engine.
Resources
License
LGPL-3.0, GPL-3.0 licenses found
Licenses found
LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published