An open API service indexing awesome lists of open source software.

https://github.com/ucx15/liraster

3D Software Raster Engine written in C++
https://github.com/ucx15/liraster

2d-graphics 3d-graphics game-engine rasterizer rendering-engine

Last synced: over 1 year ago
JSON representation

3D Software Raster Engine written in C++

Awesome Lists containing this project

README

          

# LiRaster

3D rasterizer made in C++.

**⚠️Currently in Dev**

## Dependencies

* [stb_image_write.h](https://github.com/nothings/stb/blob/master/stb_image_write.h)
* [SDL2](https://www.libsdl.org/)
## Quick Start
Setup SDL2 in [Libs](Libs/) directory.

Then-
```
$ ./build.ps1
$ ./LiRaster
```

## ShowCase
![draw_cube.png](Out/Progress/draw_cube.png)
![draw_quad.png](Out/Progress/draw_quad.png)