Spicy is simple software renderer, written in C. It is one of the projects, that I have written during learning Computer Graphics.
- Written with SDL2 library
- For build used CMake
- Uses framework Alphabeta for handling app specific stuff and providing basic data structures / math
- Primitives are generated via code
- Easy-to-use scene handling
- Can render bitmap text with hardcoded literals


