nwpointer / three-landscape

React-three-fiber compatible abstractions that make it easier to render high quality landscapes scenes
https://three-landscape.vercel.app
MIT License
138 stars 19 forks source link

Add support for vanilla Three.js #23

Open nwpointer opened 1 year ago

nwpointer commented 1 year ago

Vanilla support was rolled back with most recent large release. Consider supporting vanilla apps and so it can be used in frameworks other than r3f such as threlte.

LDC-ar commented 1 year ago

I'd love to see vanilla support. Since vanilla is the base of everything, no matter if the framework doesn't exist anymore in the future.

jerzakm commented 1 year ago

I'd also be interested in this. I didn't look too much into the code, but would it be possible to keep core mechanics in vanilla Three and then have r3f as a wrapper?

nwpointer commented 1 year ago

This should now be possible but I've not tested it personally after the release of this PR: https://github.com/nwpointer/three-landscape/pull/30