huangtenghui / three-gltf-viewer

Drag-and-drop preview for glTF 2.0 models in WebGL using three.js.

Home Page:https://gltf-viewer.donmccurdy.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glTF Viewer

Preview glTF 2.0 models in WebGL using three.js and a drag-and-drop interface.

1On Linux, you may need additional configuration for the Electron application work correctly.

screenshot

Quickstart

Web

npm install
npm run dev

Desktop (Electron)

To build the desktop application, run:

# development build
npm run dev:electron

# package for release
npm run package

glTF 2.0 Resources

Known Issues

  • Limited drag-and-drop support in Safari.

About

Drag-and-drop preview for glTF 2.0 models in WebGL using three.js.

https://gltf-viewer.donmccurdy.com/

License:MIT License


Languages

Language:JavaScript 74.9%Language:HTML 13.0%Language:CSS 10.0%Language:GLSL 2.2%