https://github.com/mistlog/ray-tracing
Ray Tracing in Literate Programming
https://github.com/mistlog/ray-tracing
Last synced: 3 months ago
JSON representation
Ray Tracing in Literate Programming
- Host: GitHub
- URL: https://github.com/mistlog/ray-tracing
- Owner: mistlog
- License: mit
- Created: 2020-05-19T14:34:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:25:09.000Z (over 2 years ago)
- Last Synced: 2025-02-01T15:31:13.347Z (4 months ago)
- Language: TypeScript
- Size: 3.77 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Ray Tracing in Literate Programming
see https://mistlog.github.io/ray-tracing/index.html
## Run
```shell
> npm install
> npm run docs:watch
> npm run dev
```## License
This project is [MIT licensed](https://github.com/mistlog/ray-tracing/blob/master/license.md).