firtoz / react-three-renderer-fiber

Porting R3R to use React Fiber
MIT License
94 stars 10 forks source link

New examples #80

Open toxicFork opened 5 years ago

toxicFork commented 5 years ago

Another "not realy an issue but more like a blog post"

WIP :)

https://github.com/toxicFork/react-three-renderer-fiber-example

Using a separate repo to prepare better for "usage by npm install" rather than relative directory voodoo.

Once we reimplement all examples we can probably publish a new version of react-three-renderer!

As usual, thank you to everyone who participated in the development of this project in any way, whether it is in the form of just looking at it, or raising issues, or raising PRs or contributing in code.

toxicFork commented 5 years ago

I'm hoping that most upgrades should be similar to this https://github.com/toxicFork/react-three-renderer-fiber-example/commit/d47cd95495d143174a5a9111de2c1fa36ea5906a#diff-1f7b0552e72334a51917a6ba613bbc2b

nickpolet commented 5 years ago

Just pulled this down to have a look around and it's looking great. Nice to see a healthy set of examples. Superb work dude. Can't wait to import this from npm and start using it.