Skip to content

fracerro/donutopia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Donutopia

Compilation

Compile only the library:

cmake -S . -B build -DBUILD_TESTING=OFF
cmake --build build

Compile with testcases:

cmake -S . -B build -DBUILD_TESTING=ON
cmake --build build

Demo

To compile demo programs (after compiling the library):

cd demo
make

Executables can be found in the folder demo/builds.

About

Donut - based graphic engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •