Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/antonlydike/raymarcher

An educational ray marching engine implemented in python
https://github.com/antonlydike/raymarcher

Last synced: 23 days ago
JSON representation

An educational ray marching engine implemented in python

Awesome Lists containing this project

README

        

# An educational ray marcher implemented in python

![three spheres rendered](examples/three-spheres.png)

the main.py contains a prebuild scene and camera where you can start off.

## TODOs

* [ ] The Camera class is buggy for almost all camera angles
* [ ] Show image while it's being rendered (maybe on a canvas)
* [ ] Create UI with parameters
* [ ] Speed it up (experiment with threadcount, batchsize, etc)