0.0.6 • Published 5 years ago

react-three-renderer-fiber v0.0.6

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

react-three-renderer-fiber

Build Status

Porting R3R to use React Fiber.

This is even more WIP than react-three-renderer itself! Literally unusable. The point of this repository is to play around with react fiber and ask questions to React team and others.

Notes:

  • Motivation was this tweet by Dan :)
  • Lin Clark's talk on fiber helped a lot!
  • Still needed some reverse engineering but not even close to the amount necessary for react-three-renderer.
  • It seems to be super fast (for this specific experiment, that does not mean that much though)
  • I   :heart:   fiber

Current state:

  • It's so minimal it only works with a few hardcoded components :D
  • TODO:
    • Remove hacks
    • Reuse / Port / rewrite existing internal components
    • Make an actual module package

Wanna play around?

  • Clone repository
  • > yarn
  • > cd examples && yarn && cd ..
  • > yarn start
  • Open http://localhost:8080/
  • Look at react devtools
  • Tweak code and break things!
0.0.6

5 years ago

0.0.6-0

6 years ago

0.0.5-0

6 years ago

0.0.4-0

6 years ago

0.0.3-0

6 years ago

0.0.2-0

6 years ago

0.0.1-0

7 years ago