https://github.com/jd557/scala-raymarcher
A simple Ray Marcher written in Scala.
https://github.com/jd557/scala-raymarcher
Last synced: over 1 year ago
JSON representation
A simple Ray Marcher written in Scala.
- Host: GitHub
- URL: https://github.com/jd557/scala-raymarcher
- Owner: JD557
- Created: 2015-07-28T20:40:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T17:29:32.000Z (over 6 years ago)
- Last Synced: 2025-04-01T18:09:23.930Z (over 1 year ago)
- Language: CSS
- Size: 2.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scala RayMarcher
A simple Ray Marcher written in Scala.
This project was done mostly to learn about ray marching, so performance was not my main concern.
This repo also includes my reveal.js presentation for Shiftforward's tech talks about this topic, just check the `src/talk` directory.