gltfjsx

๐ŸŽฎ Turns GLTFs into JSX components (by pmndrs)

Gltfjsx Alternatives

Similar projects and alternatives to gltfjsx

  1. Next.js

    2,328 gltfjsx VS Next.js

    The React Framework

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management โ€” all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. create-react-app

    604 gltfjsx VS create-react-app

    Set up a modern web app by running one command.

  4. Google Fonts

    Font files available from Google Fonts, and a public issue tracker for all things Google Fonts

  5. three.js

    487 gltfjsx VS three.js

    JavaScript 3D Library.

  6. chakra-ui

    356 gltfjsx VS chakra-ui

    Chakra UI is a component system for building products with speed โšก๏ธ

  7. squoosh

    289 gltfjsx VS squoosh

    Make images smaller using best-in-class codecs, right in the browser.

  8. daisyui

    287 gltfjsx VS daisyui

    ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ โ€ƒThe most popular, free and open-source Tailwind CSS component library

  9. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  10. react-three-fiber

    ๐Ÿ‡จ๐Ÿ‡ญ A React renderer for Three.js

  11. A-Frame

    110 gltfjsx VS A-Frame

    :a: Web framework for building virtual reality experiences.

  12. Swiper

    96 gltfjsx VS Swiper

    Most modern mobile touch slider with hardware accelerated transitions

  13. primereact

    The Most Complete React UI Component Library

  14. valtio

    52 gltfjsx VS valtio

    ๐Ÿง™ Valtio makes proxy-state simple for React and Vanilla

  15. drei

    42 gltfjsx VS drei

    ๐Ÿฅ‰ useful helpers for react-three-fiber

  16. Masonry

    42 gltfjsx VS Masonry

    :love_hotel: Cascading grid layout plugin (by desandro)

  17. twind

    30 gltfjsx VS twind

    The smallest, fastest, most feature complete Tailwind-in-JS solution in existence.

  18. omatsuri

    17 gltfjsx VS omatsuri

    PWA with 12 open source frontend focused tools

  19. filepond

    15 gltfjsx VS filepond

    ๐ŸŒŠ A flexible and fun JavaScript file upload library

  20. gltf-pipeline

    3 gltfjsx VS gltf-pipeline

    Content pipeline tools for optimizing glTF assets. :globe_with_meridians:

  21. model-viewer

    70 gltfjsx VS model-viewer

    Easily display interactive 3D models on the web and in AR!

  22. use-sound

    8 gltfjsx VS use-sound

    A React Hook for playing sound effects

  23. InfluxDB

    InfluxDB โ€“ Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    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 better gltfjsx alternative or higher similarity.

gltfjsx discussion

Log in or Post with
  1. User avatar
    molotovbliss
    ยท 11 months ago
    ยท Reply

    Review โ˜…โ˜…โ˜…โ˜…โ˜… 9/10

gltfjsx reviews and mentions

Posts with mentions or reviews of gltfjsx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-25.
  • glTF JSX โ€“ Turn glTF Assets into React-Three-Fiber Components
    1 project | news.ycombinator.com | 8 Aug 2024
  • Frontend resources! ๐Ÿš€
    24 projects | dev.to | 25 May 2024
    GLTFs into JSX: Convert GLTF files into JSX components
  • Building Your First Browser Game with Three.js and React: Part 2 - Implementing 3D Models
    2 projects | dev.to | 10 May 2024
    We will create two components using the GLTFJSX tool. This tool transforms 3D models (in gltf format or others) into ready-to-use components for your React Three Fiber project. Try it yourself with our two models!
  • Implementing 3D Graphics in React
    6 projects | dev.to | 3 May 2024
    Creating geometric shapes is fun, but we can also create 3D models using applications like Blender, Maya, Sketchfab, and TurboSquid. In this section, we will run a 3D model using an already-created model from Sketchfab. We will use the GLTF file model. We will also use the GLTF pipeline, and GLTFJSX packages to convert the GLTF file to Draco GLTF and then to a React JSX file. To start first;
  • How can I get rid of these gaps?
    1 project | /r/threejs | 9 Nov 2023
    Hello! I loaded a model using https://gltf.pmnd.rs and it displays correctly, but there are weird gaps that you can see through on the edges. This is a Next.js project with ts. I'm using @react-three/fiber and @rect-three/drei to use three.js in react. I'll attach the file that creates this object, but if there's anything more you need, just ask me. Here's the file that contains the code of this object:
  • React + Three.js. Creating your own 3D shooter. Part 1
    3 projects | dev.to | 2 Oct 2023
    Then we need to generate a react component that will contain the markup of this model to add it to the scene. Let's use the official resource from the @react-three/fiber developers.
  • Add texture to loaded glb, threejs
    1 project | /r/threejs | 13 Jul 2023
    especially for what you describe above. it can lay out a glb model declaratively, the whole scene is yours to control. watch the first video here https://github.com/pmndrs/gltfjsx and then use that tool:
  • Optimization checklist GLTF models in Three.js?
    2 projects | /r/threejs | 6 Jun 2023
  • Any good tutorials on creating dynamic animations?
    1 project | /r/threejs | 27 May 2023
    stuff like this doesn't have to be keyframed, you can just rotate model groups. im sure this will be overwhelming atm but if you have the time watch the video there https://github.com/pmndrs/gltfjsx models in threejs are blobs, they are not meant to do anything. people traverse them and create mutations. but that tool puts the entire model scene under your control, every node in its graph is declarative now, to my it dynamic is trivial at that point.
  • which skills to learn from Blender for three js
    1 project | /r/threejs | 24 May 2023
    the second practically doesn't exist in vanilla three. a gltf is a blob that you throw into the scene. pair three with react and blender will be a lot more useful: https://github.com/pmndrs/gltfjsx (watch the first video there)
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 12 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more โ†’

Stats

Basic gltfjsx repo stats
58
5,317
7.3
6 months ago

Sponsored
Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management โ€” all implemented with just a few lines of code. Start building today.
www.civic.com

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?