Mesh Importing

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • 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)

  • 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

  • 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
  • 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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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