Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidfitzgibbon/threeasy
A wrapper and some sensible defaults for working with ThreeJS
https://github.com/davidfitzgibbon/threeasy
hacktoberfest hacktoberfest-accepted three threejs
Last synced: 4 months ago
JSON representation
A wrapper and some sensible defaults for working with ThreeJS
- Host: GitHub
- URL: https://github.com/davidfitzgibbon/threeasy
- Owner: davidfitzgibbon
- License: mit
- Created: 2022-01-30T11:52:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T15:07:40.000Z (10 months ago)
- Last Synced: 2024-10-11T15:43:37.561Z (4 months ago)
- Topics: hacktoberfest, hacktoberfest-accepted, three, threejs
- Language: JavaScript
- Homepage: https://threeasy.org/
- Size: 15.7 MB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Threeasy
A wrapper and some sensible defaults for working with ThreeJS## Documentation
Over at https://threeasy.org## Quick start
Pull the starter repo, and run!```
degit davidfitzgibbon/starterThreeasy myProject
cd myProject
npm start
```