CloseUp 3D model viewer for web and desktop
The CloseUp viewer is based on m3dv library. The user interface is created using Vue. Electron was used for desktop builds.
- Supports GLTF, STEP, IGES, BREP formats
- Powerful clipping planes
- Two types of model explode strategies (simple and phased)
- Material editor
- Environment settings
- Properties view
- Keyboard shortcuts
- UI theming
There's some scripts in package.json to help you with basic tasks.
First of all, use npm i
to get all the necessary dependencies.
- To run in browser use
npm run dev
- To run on desktop use
npm run start
- To build for browser use
npm run build
. Output's todist
folder - To build binaries for specified system use
npm run make-win
,npm run make-linux
ornpm run make-darwin
- To build binaries archive use
npm run make-win-zip
,npm run make-linux-zip
ornpm run make-darwin-zip
If you have any problem with this viewer, have suggestions for improvements, or want to help with development, feel free to create new Issue or Pull Request.
App UI Sections settings Exploded view Material editor Electron app You can view the help by clicking on the button in the upper right corner