Skip to content

BrentHuang/stl2thumbnail

 
 

Repository files navigation

stl2thumbnail

A standalone rasterizing STL thumbnail generator for the Linux Desktop(s).

Notice: This thumbnailer also works in sandboxed environments.

Preview

Installation

Arch Linux

Use the AUR: https://aur.archlinux.org/packages/stl2thumbnail-git

Other distributions

Make sure you got the dependencies installed, then run:

git clone https://github.com/krepa098/stl2thumbnail && cd stl2thumbnail
cmake -DCMAKE_INSTALL_PREFIX="/usr"
cmake --build . --config Release
sudo make install

Depends on:

  • libpng
  • libglm

License

Code released under the GPLv3 license.

About

A STL thumbnail generator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.8%
  • Other 1.2%