Skip to content
/ abyss Public

Experimental cross platform C++ game framework

License

Notifications You must be signed in to change notification settings

daver64/abyss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abyss

Experimental cross-platform game framework.

Dependencies

This project depends on GLFW and OpenGL. Other minor dependencies are included in the source tree.

Compiling

Download somewhere. Then...

cd wherever-you-put-it
mkdir build
cd build
cmake -G "Build System Of Choice" ../
( eg: on windows with msvc cmake -G "NMake Makefiles" ../ then nmake to build using nmake)
It is strongly recommended to build in a specific build directory.
if compilation is successful the executable will be in project-dir/bin. Happy Tinkering
Dave :)

About

Experimental cross platform C++ game framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published