Skip to content

octogame/BlackBox

 
 

Repository files navigation

BlackBox

Build Status Build Status OpenGL based game engine

To build project, make build directory in repository root and type this commands:

git clone --recurse-submodules https://github.com/fromasmtodisasm/BlackBox
#WITH SFML WITHOUT SHARED LIBS
cmake -DBUILD_SHARED_LIBS=OFF -DGLAD_LOADER=ON -DUSE_SFML=ON -D GLM_TEST_ENABLE=OFF -DUSE_GLM=ON ${CMAKE_SOURCE_DIR}
#WITH SDL WITHOUT SHARED LIBS
cmake -Ax64 -DCMAKE_TOOLCHAIN_FILE=${VCPKG_CMAKE} -DBUILD_SHARED_LIBS=OFF -DGLAD_LOADER=ON -DUSE_SDL=ON -DGLM_TEST_ENABLE=OFF -DUSE_GLM=ON -DOPTION_STATIC_LINKING=ON .. 

reflecttion alt text alt text

builtin terminal emulator alt text

rotation script demo

IMAGE ALT TEXT HERE

Packages

No packages published

Languages

  • C 52.4%
  • C++ 43.7%
  • CMake 2.7%
  • GLSL 1.0%
  • Lua 0.2%
  • Batchfile 0.0%