Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luruke/antipasto
🍽 Juicy starter for three.js
https://github.com/luruke/antipasto
threejs webgl
Last synced: 3 months ago
JSON representation
🍽 Juicy starter for three.js
- Host: GitHub
- URL: https://github.com/luruke/antipasto
- Owner: luruke
- Created: 2019-05-22T16:13:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T10:31:02.000Z (almost 4 years ago)
- Last Synced: 2024-02-28T02:34:26.944Z (11 months ago)
- Topics: threejs, webgl
- Language: JavaScript
- Homepage:
- Size: 112 KB
- Stars: 160
- Watchers: 8
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🍽 antipasto
> ⚠️ probably won't work with modern version of threejs, last time I tested was with r114
> pr is welcome### Boilerplate for three.js, using some juicy stuff:
- [bidello](https://github.com/luruke/bidello)
- [magicshader](https://github.com/luruke/magicshader)
- [postfx](https://medium.com/@luruke/simple-postprocessing-in-three-js-91936ecadfb7)
- [detect-gpu](https://github.com/TimvanScherpenzeel/detect-gpu)
- [parcel-bundler](https://parceljs.org/)
- [resource-loader](https://github.com/englercj/resource-loader)
- [glsl-fxaa](https://github.com/mattdesl/glsl-fxaa)
- [orbit-control-es6](https://github.com/silviopaganini/orbit-controls-es6)
- [GPGPU/FBO utility](https://github.com/luruke/antipasto/blob/master/src/js/utils/fbo.js)```
npm install
npm run dev
```