Skip to content

ragg967/model-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

model-viewer

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.

Features

  • 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).

Getting Started

Prerequisites

  • [Installation instructions for your platform]
  • Supported operating systems: Windows, macOS, Linux

Installation

Clone the repository:

git clone https://github.com/ragg967/model-viewer.git
cd model-viewer

Build or install dependencies:

# Example for CMake projects
cmake .
make

or

# Example for Python projects
pip install -r requirements.txt

Usage

Desktop App

Launch the application and use the menu or drag-and-drop to open a model file.

Command-Line

model-viewer path/to/model.obj

Supported formats may include .gltf, .glb, .obj, and .fbx (check the code or documentation for specifics).

Contributing

Contributions are welcome! Please open an issue or submit a pull request for bug fixes or new features.

  1. Fork the repo
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License.

Contact

For questions or support, open an issue on GitHub.

About

Model viewer in Raylib

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors