threeify

A Typescript 3D library loosely based on three.js (by bhouston)

Threeify Alternatives

Similar projects and alternatives to threeify

  1. three.js

    508 threeify VS three.js

    JavaScript 3D Library.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. {fmt}

    176 threeify VS {fmt}

    A modern formatting library

  4. modern-cpp-features

    A cheatsheet of modern C++ language and library features.

  5. GLM

    41 threeify VS GLM

    OpenGL Mathematics (GLM)

  6. Box2D

    Box2D is a 2D physics engine for games

  7. draft

    C++ standards drafts

  8. BezierCurveDemo1997

    Utah Teapot and Mystify Screensaver, 16-Bit DOS, Personal Project 1997 https://files.scene.org/view/mirrors/hornet/code/tutors/math/azr_bcrv.zip

  9. behave-graph

    4 threeify VS behave-graph

    Open, extensible, small and simple behaviour-graph execution engine. Discord here: https://discord.gg/mrags8WyuH

  10. typesl

    1 threeify VS typesl

    Typescript to GLSL transpiler

  11. streets-gl

    20 threeify VS streets-gl

    🗺 OpenStreetMap 3D renderer powered by WebGL2

  12. yg-vishva

    2 threeify VS yg-vishva

    Discontinued yg-vishva is a web component for 3D world/universe. [Note: As this project was outcome of extraction of my portfolio code and still THINKING what all things to ADD, so focused on things than the code...post that code will get refactor!]

  13. orillusion

    2 threeify VS orillusion

    Orillusion is a pure Web3D rendering engine which is fully developed based on the WebGPU standard.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better threeify alternative or higher similarity.

threeify discussion

Log in or Post with

threeify reviews and mentions

Posts with mentions or reviews of threeify. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.
  • C++23: The Next C++ Standard
    8 projects | news.ycombinator.com | 11 Jul 2023
    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.

  • Clara.io Shutting Down
    4 projects | news.ycombinator.com | 2 Dec 2022
    Fun fact, a lot of it is open source, just not where you would expect it. During the creation of Clara.io I created over 200 PRs to Three.js:

    https://github.com/mrdoob/three.js/pulls?q=is%3Apr+author%3A...

    The problem with open sourcing it wholesale at this point is a challenge because parts of the tech stack became parts of Threekit.com. Threekit.com is VC funded and an ongoing business operation.

    I do what I can with open source still, see:

    https://github.com/bhouston/behave-graph

    https://github.com/threeify/threeify

Stats

Basic threeify repo stats
2
201
4.9
almost 2 years ago

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

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?