From dd2f15f9250041cb1d70cd3489a70040484f7543 Mon Sep 17 00:00:00 2001 From: Kalmarv <59708937+Kalmarv@users.noreply.github.com> Date: Tue, 5 Jul 2022 01:56:20 -0500 Subject: [PATCH] Update related frameworks --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b8dcca..dfdd105 100644 --- a/README.md +++ b/README.md @@ -176,13 +176,26 @@ # Libraries -## Frameworks related +## Related Frameworks + +### React - [react-three-fiber](https://github.com/pmndrs/react-three-fiber): A declarative way of handling your ThreeJS stuff for React by [@pmndrs](https://github.com/pmndrs) +- [drei](https://github.com/pmndrs/drei): Useful helpers for react-three-fiber by [@pmndrs](https://github.com/pmndrs) + +### Angular + - [angular-three](https://github.com/nartc/angular-three): Declarative ThreeJS inspired by r3f for the Angular ecosystem by [@nartc](https://github.com/nartc) + +### Vue + - [trois](https://github.com/troisjs/trois): The equivalent of r3f for VueJS by [@troisjs](https://github.com/troisjs) + +### Svelte + +- [threlte](https://github.com/grischaerbe/threlte) A three.js component library for Svelte. - [svelte-cubed](https://github.com/Rich-Harris/svelte-cubed): Declarative ThreeJS for Svelte by [@Rich-Harris](https://github.com/Rich-Harris)