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 ..
rotation script demo