Skip to content

RaphaelAsla/Nexavey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nexavey

Compilation (linux only)

To compile you need GLFW, CMake and Ninja 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

Note: This project is currently on hold as I wanted to focus more on my studies and I also plan to re-write it using Vulkan after my exams.

About

C++ Graphics Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages