https://github.com/sanderdebr/three-dev-tutorial
3D procedural landscape with React and three.js
https://github.com/sanderdebr/three-dev-tutorial
Last synced: about 1 year ago
JSON representation
3D procedural landscape with React and three.js
- Host: GitHub
- URL: https://github.com/sanderdebr/three-dev-tutorial
- Owner: sanderdebr
- Created: 2020-03-28T12:21:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:33:33.000Z (over 3 years ago)
- Last Synced: 2025-03-22T09:02:35.563Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.09 MB
- Stars: 32
- Watchers: 4
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3D procedural landscape with React and three.js
Basic three.js with react-three-fiber scene for [my tutorial on dev.to.](https://dev.to/sanderdebr/let-s-build-3d-procedural-landscape-with-react-and-three-js-47a0)
```
src
|--components
| |--Controls
| | |--index.js
| |--Scene
| | |--Lights
| | | |--index.js
| | |--Terrain
| | | |--index.js
| | index.js
index.css
index.js
```