Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools. Learn more →
Top 6 TypeScript VR Projects
-
I think the easiest for you would be to get into this through web development try this https://github.com/pmndrs/react-three-fiber coupled with this https://github.com/pmndrs/react-xr But don't expect super beautiful graphic from this, it's abstraction over three.js library which is abstraction over webgl standard which implements OpenGL ES 2.0 which is 7 years old graphics standard targeted to mobile devices with not much power. Or you can experiment with unity (unity XR) or unreal engine which are harder to learn but produce better graphics.
-
As someone who has written math libraries over and over again for the last 25 years (no joke - wrote this in 1997: https://github.com/bhouston/BezierCurveDemo1997/blob/master/... and just recently wrote the Threeify math library: https://github.com/bhouston/threeify/tree/master/packages/ma...), I find that operator overloading works only for the simple cases but that for performance and clarify, function names work best.
Function names let you clarify that it is an outside product or inside product (e.g. there are often different types of adds, multiplies, divides), and I can not stand when someone maps cross product onto ^ or dot product onto something else. Also operator overloading often doesn't make clear memory management, rather it replies on making new objects constantly, where as with function names, you can pass in a parameter that will take the result. Lastly, function names allow you to pass in how to handle various conditions, like non-invertible, NANs, etc.
I find word based function more verbose but significant less error prone and also they are more performant. Operator overloading is only good for very simple code and even then people always push it too far so that I can not understand it.
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
Project mention: lawnmower - a library to create VR layouts using web components | /r/WebVR | 2023-01-31
-
-
Project mention: I made a free browser-based osu!taiko client that works in VR | /r/osugame | 2022-12-26
It is also open source for anyone who wishes to contribute: https://github.com/CadenzaVR/cadenza
-
TypeScript VR related posts
- I need a push in the right direction
- Three.js learning process
- Seeking list of blockchain criticisms for Metaverse design
- Well, it will last a lot longer than Stadia did...
- steam VR overlay app guidance
- VR - React Library?
- Version 3 of my VR HMD comparison chart!
-
A note from our sponsor - Appwrite
appwrite.io | 28 Nov 2023
Index
What are some of the best open-source VR projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | react-xr | 1,792 |
2 | threeify | 190 |
3 | lawnmower | 31 |
4 | gallery-viewer | 28 |
5 | cadenza | 12 |
6 | drift-bot | 1 |