Mesh Importing

This page summarizes the projects mentioned and recommended in the original post on /r/threejs

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • three.js

    JavaScript 3D Library.

    I use blender, and I export models/animations into gltf format, then load them using three gltf loader (official example)[https://github.com/mrdoob/three.js/blob/master/examples/webgl_loader_gltf.html]. (The example uses type="module" on the script tag to let the browser know how to handle it)

  • SaaSHub

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

    SaaSHub logo
  • react-three-fiber

    🇨🇭 A React renderer for Three.js

    most loaders won't readily work under node because they rely on dom constructs like fetch or web workers. there are exceptions, this guy code bennett hacked loaders so that they run on native platforms https://twitter.com/Cody_J_Bennett/status/1447879016715857922 i am guessing this should work under node as well? he did it by patching the prototype functions: https://github.com/pmndrs/react-three-fiber/blob/master/packages/fiber/src/native.tsx

  • 3d-core-raub

    An extensible Node.js 3D core for desktop applications

    The library wrapper for threejs i found that made this easy was the following: https://github.com/node-3d/3d-core-raub.

  • HaxeTestProjects

    Repo for small haxe projects to learn various different project types in the language

    If you're curious this is a link to my code: https://github.com/Kyrasuum/HaxeTestProjects/tree/node-three it is using haxe which is transpiled to javascript and large amounts are being passed through as native javascript to make it work.

  • jsdom

    A JavaScript implementation of various web standards, for use with Node.js

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • HTML's Graphical 3D Future

    2 projects | dev.to | 30 May 2023
  • The UI Designer sent me this, How am I supposed to animate this?

    2 projects | /r/webdev | 2 Jan 2023
  • 3D render - how to put together rendered images into visualization

    2 projects | /r/3Dmodeling | 10 Nov 2022
  • Three js - Animations preview

    2 projects | /r/learnjavascript | 23 Jul 2022
  • Looking to hire someone to help us with a graphics programming project (paid)

    2 projects | /r/GraphicsProgramming | 27 May 2022