Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iondrimba/threejs-starter
:flying_saucer: Basic threejs setup for quick prototyping
https://github.com/iondrimba/threejs-starter
3d creative-coding demo javascript prototyping threejs threejs-learning
Last synced: 20 days ago
JSON representation
:flying_saucer: Basic threejs setup for quick prototyping
- Host: GitHub
- URL: https://github.com/iondrimba/threejs-starter
- Owner: iondrimba
- License: mit
- Created: 2021-02-13T15:55:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T09:57:50.000Z (over 1 year ago)
- Last Synced: 2024-10-11T00:53:37.918Z (about 1 month ago)
- Topics: 3d, creative-coding, demo, javascript, prototyping, threejs, threejs-learning
- Language: JavaScript
- Homepage: https://iondrimba.github.io/threejs-starter/public/index.html
- Size: 898 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :flying_saucer: Threejs Starter
Basic setup for quick prototyping
[![Node.js CI](https://github.com/iondrimba/threejs-starter/actions/workflows/node.yml/badge.svg)](https://github.com/iondrimba/threejs-starter/actions/workflows/node.yml)
![Image Title](https://raw.githubusercontent.com/iondrimba/images/master/threejs-starter.gif)
## [Demo](https://iondrimba.github.io/threejs-starter/public/index.html)
## Includes
* Threejs main entities via modules
* Camera controls (OrbitControls and TransformControls)
* Basic lightning setup
* Live reload
* Color helpers (rgbToHex and hexToRgb)
* Math helpers degrees to radians
* Stats js setup for monitoring
* Github Action for CI validation## Credits
* [Threejs](https://threejs.org/)
## Find me @
[Twitter](https://twitter.com/code__music), [Codepen](https://codepen.io/iondrimba/)