Skip to content

somelun/garden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPU Garden

The goal is to create very simple software renderer, so I could use it for fun projecs, such as experiment with 10...0 particles, or implement Game Of Life, or create arcade racing game, whatever.

I am going to make everything from scratch, completely independent of any libraries, for Windows, Linux and macOS.

Work In Progress!

Building

macOS

mkdir build
cd build
cmake ..
make
./garden

Linux

You might need to install X11 first: sudo apt-get install libx11-dev

About

CPU rendering sandbox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published