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

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

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 |