https://github.com/antonlydike/raymarcher
An educational ray marching engine implemented in python
https://github.com/antonlydike/raymarcher
Last synced: 3 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T21:32:47.000Z (about 2 years ago)
- Last Synced: 2025-02-10T07:43:46.694Z (5 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

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)