Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/antonlydike/raymarcher
- Owner: AntonLydike
- License: mit
- Created: 2019-07-21T15:56:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T21:32:47.000Z (over 1 year ago)
- Last Synced: 2024-10-30T11:49:34.658Z (2 months ago)
- Language: Python
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)