Skip to content

RaphaelAsla/Nexavey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nexavey

Compilation

(Linux)

To compile you need GLFW and CMake installed on your system.
If above requirements are fulfilled, just run the following

mkdir build && cd build
CXX=clang++ cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..
ninja
./Nexavey

You can also move around with WASD/CTRL/SPACE and look around with the mouse !

About

C++ Graphics Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages