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++
- Host: GitHub
- URL: https://github.com/ucx15/liraster
- Owner: ucx15
- License: mit
- Created: 2023-10-02T11:22:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T21:38:32.000Z (almost 2 years ago)
- Last Synced: 2024-08-14T23:39:53.515Z (almost 2 years ago)
- Topics: 2d-graphics, 3d-graphics, game-engine, rasterizer, rendering-engine
- Language: C++
- Homepage:
- Size: 1.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
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

