donmccurdy / three-gltf-viewer

Drag-and-drop preview for glTF 2.0 models in WebGL using three.js.
https://gltf-viewer.donmccurdy.com/
MIT License
2.06k stars 530 forks source link

Encapsulated as a Web GUI client using tauri #336

Closed litongjava closed 1 year ago

litongjava commented 1 year ago

1.Encapsulated as a Web GUI client using tauri 2.Build windows setup glTF Viewer_0.1.0_x64-setup.exe https://github.com/litongjava/three-gltf-viewer/releases/tag/v1.0.1

donmccurdy commented 1 year ago

Thanks for sharing, really neat to see this as a Tauri app! A while ago I'd included an Electron app in for the viewer in this repository, but eventually removed it — maintaining it required too much extra time. Tauri is exciting as tech, and probably a better choice than Electron, but for the same reason I probably cannot merge this PR, sorry!