TypeScript Xr

Open-source TypeScript projects categorized as Xr

Top 4 TypeScript Xr Projects

  • threeify

    A Typescript 3D library loosely based on three.js

  • Project mention: C++23: The Next C++ Standard | news.ycombinator.com | 2023-07-11

    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.

  • jsar-dom

    The 3D-first designed DOM implementation for XR applications

  • Project mention: JSAR: Open-source edition of Meta Augments:) | news.ycombinator.com | 2024-01-24
  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • etherealengine-control-center

    One stop solution for all your Metaverse needs. A desktop app for managing Ethereal Engine cluster. 🤖 🚀 🚀 🚀 👓

  • Project mention: Error when running application with PowerShell version 7: "Get-ExecutionPolicy" command not found | /r/PowerShell | 2023-06-24

    you can reproduce this error from here: https://github.com/EtherealEngine/etherealengine-control-center/pull/77, The purpose of this pull request is to add a new prerequisite that checks whether the user has permission to run ps1 scripts. Specifically, it verifies if the user has Get-ExecutionPolicy set to unrestricted or not.

  • lawnmower

    A library to build VR layouts using HTML tags (by gmarland)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Xr related posts

  • JSAR: Open-source edition of Meta Augments:)

    1 project | news.ycombinator.com | 24 Jan 2024
  • Write GUIs in 3D space via HTML & CSS

    2 projects | /r/WebXR | 10 Dec 2023
  • The Spatial DOM implementation for XR applications

    1 project | /r/javascript | 6 Dec 2023
  • The Spatial DOM implementation for XR applications

    1 project | /r/WebXR | 6 Dec 2023

Index

What are some of the best open-source Xr projects in TypeScript? This list will help you:

Project Stars
1 threeify 195
2 jsar-dom 36
3 etherealengine-control-center 33
4 lawnmower 32

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com