Skip to content

andrezsanchez/raytrace-ts

Repository files navigation

Raytrace renderer

A hobby project that renders 3D shapes onto an HTML canvas without using WebGL. I used this to try out TypeScript.

Screenshot

Screenshot

installation

npm install -g typescript browserify

git clone https://github.com/andrezsanchez/raytrace-ts.git
cd raytrace-ts
npm install
make

# serve the local directory somehow
http-server .

license

MIT

About

Rudimentary raytrace renderer in TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published