A lightweight tool for viewing and inspecting 3D models. This project helps developers, artists, and enthusiasts quickly visualize 3D assets without the need for a web browser or complex software.
- View 3D models: Load and display popular 3D formats.
- Interactive controls: Orbit, pan, and zoom your models (if GUI).
- Lighting and shading: Basic scene lighting for realistic previews.
- Cross-platform: Runs on major desktop operating systems.
- Command-line support: Easily open models from a terminal (if CLI).
- [Installation instructions for your platform]
- Supported operating systems: Windows, macOS, Linux
Clone the repository:
git clone https://github.com/ragg967/model-viewer.git
cd model-viewerBuild or install dependencies:
# Example for CMake projects
cmake .
makeor
# Example for Python projects
pip install -r requirements.txtLaunch the application and use the menu or drag-and-drop to open a model file.
model-viewer path/to/model.objSupported formats may include .gltf, .glb, .obj, and .fbx (check the code or documentation for specifics).
Contributions are welcome! Please open an issue or submit a pull request for bug fixes or new features.
- Fork the repo
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Open a Pull Request
This project is licensed under the MIT License.
For questions or support, open an issue on GitHub.