Lepozepo / react-threejs-learn

After learning a little more about threejs, this is what I would do to run it with react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

NOTES

This is a proof of concept showing how to marry reactjs with threejs. This paradigm enables:

  • Use of react lifecycles in ThreeJS components
  • Atomic control of what is being rendered, how, and when
  • Use of react context for key ThreeJS elements like scene
  • Atomic control for animations and interactions

About

After learning a little more about threejs, this is what I would do to run it with react


Languages

Language:JavaScript 86.6%Language:HTML 12.9%Language:CSS 0.5%