Skip to content

Commit 0cfc2ff

Browse files
committed
Initial commit
0 parents  commit 0cfc2ff

19 files changed

Lines changed: 8036 additions & 0 deletions

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
dist
3+
.DS_Store
4+
.cache

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 🥘 boilerthree
2+
3+
⚠️ Still WIP
4+
Boilerplate for three.js, using some juicy stuff:
5+
6+
- [bidello](https://github.com/luruke/bidello)
7+
- [magicshader](https://github.com/luruke/magicshader)
8+
- [postfx](https://medium.com/@luruke/simple-postprocessing-in-three-js-91936ecadfb7)
9+
- [detect-gpu](https://github.com/TimvanScherpenzeel/detect-gpu)
10+
- [parcel-bundler](https://parceljs.org/)
11+
- [resource-loader](https://github.com/englercj/resource-loader)
12+
- [glsl-fxaa](https://github.com/mattdesl/glsl-fxaa)
13+
- [orbit-control-es6](https://github.com/silviopaganini/orbit-controls-es6)

0 commit comments

Comments
 (0)