DougHamil / threeagent

ClojureScript library for building Three.js apps in a reagent-like fashion
MIT License
134 stars 10 forks source link

Support custom Renderers #46

Open DougHamil opened 2 years ago

DougHamil commented 2 years ago

Discussed in https://github.com/DougHamil/threeagent/discussions/45

Originally posted by **hkjels** December 2, 2021 I believe `three.js` is possible to use with `react-native`, but I guess the `render`-method of `threeagent` will have to be changed right?

Allow a pre-created ThreeJS Renderer instance to be provided to the threeagent.core/render opts map. When a renderer is provided, no DOM canvas should be created.