Description:
A hooks-based WebGL library for React.
Features:
- Scene renderer using React Reconciler
- Scene graph which handles matrix multiplication
- Basic lighting system (only point lights so far)
- Orbit camera and controls
- Hooks for geometries and materials
- Dat Gui like dev controls and scene helpers
Installation:
# NPM $ npm install @react-vertex/core --save

