This is my implementation as I follow the tutorial here:
https://avik-das.github.io/build-your-own-raytracer/
This uses webpack for the build process.
As of lesson 1, there is no webpack.config.js
, just run webpack since
index.js
is in src/
and the default build of dist/main.js
works.
- Lesson 1
- Lesson 2
- Lesson 3