Skip to content

A simple cross-platform easy to use STL Viewer with GUI and CLI options [Work In Progress].

License

Notifications You must be signed in to change notification settings

mantreshkumar/stlvi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stlvi

STL viewer written in Rust. This project is still in development. It is available in both CLI and GUI mode.

Supported OS

  • Linux
  • Windows
  • Mac

Screenshots

Screenshot

Installation

This installation is only for development purpose. If you want to use this tool, please use the binary from the release page which is Coming Soon.

git clone https://github.com/mantreshkhurana/stlvi.git
cd stlvi
cargo install --path .

Usage

stlvi path/to/model.stl

Test

cargo run models/model-1.stl 

Example: stlvi models/model-1.stl

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

After forking git clone https://github.com/mantreshkhurana/stlvi.git and cd stlvi and then create a new branch for your changes.

git clone https://github.com/mantreshkhurana/stlvi.git
cd stlvi
git checkout -b BRANCH_NAME
git add .
git commit -m "COMMIT_MESSAGE"
git push origin BRANCH_NAME

About

A simple cross-platform easy to use STL Viewer with GUI and CLI options [Work In Progress].

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%