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: 8 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T15:07:40.000Z (about 2 years ago)
- Last Synced: 2025-02-08T20:44:30.867Z (over 1 year 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
```