https://github.com/tanisha03/r3f-primer
An Intro to React Three Fiber & building a 3D over the web
https://github.com/tanisha03/r3f-primer
Last synced: about 2 months ago
JSON representation
An Intro to React Three Fiber & building a 3D over the web
- Host: GitHub
- URL: https://github.com/tanisha03/r3f-primer
- Owner: tanisha03
- Created: 2022-04-20T18:39:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T18:39:20.000Z (about 3 years ago)
- Last Synced: 2025-02-13T04:31:12.559Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.86 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Primer on React Three Fiber
The repo is a learning exercise to get started with R3F and work with 3D on the web. The repo has been divided into multiple branches of the steps taken to understand the subject bit by bit.
## Branching
Branch | Step |
--- | --- |
main | The final code piece |
load-a-map | Loading a blender file onto the the web |
get-a-character | Put a character onto the canvas |
animate | Make the character animate |
keyboard-controls | Controlling the character movements |