An open API service indexing awesome lists of open source software.

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

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
```