|
|
|
|
|
by pheelicks
4347 days ago
|
|
Very nice. Especially good job on making a nice page detailing how everything works. You might be interested in a similar boilerplate that I put together, which using Require.js to structure the application: https://github.com/felixpalmer/amd-three.js One pain point that my setup solves that I haven't seen many THREE.js boilerplates tackle is the ease of writing GLSL for creating custom shaders. Here I've supplied a Require.js plugin which allows you to pull your GLSL code in as dependancies and provides some basic pre-processing like #import and modifying #defines from JavaScript. |
|