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

https://github.com/yangfengzzz/digitalfundamental

soft renderer(ray-tracing rasterization and ray marching)
https://github.com/yangfengzzz/digitalfundamental

computer-graphics demos rasterization raymarching raytracing

Last synced: 3 months ago
JSON representation

soft renderer(ray-tracing rasterization and ray marching)

Awesome Lists containing this project

README

        

# DigitalFundamental

This repos is used for code training.

I have already found a lot of great materials:

1. [Algorithm and data structure](https://github.com/raywenderlich/swift-algorithm-club)
2. [RayMarching](https://github.com/miloyip/light2d)
3. [RayTracing](https://raytracing.github.io)
4. [Soft render by using rasterization](https://github.com/ssloy/tinyrenderer)

By using these great material, it will be more easy to obtain the core idea of computer graphics. and by the way, this repos will be used by my own to include more training codes.