Skip to content

charkops/simpleStlViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleStlViewer: a minimal stl viewer made with OpenGL (GLFW + glad)

  • Tested on Linux (ubuntu 18.04)

Dependencies: GLFW (&& PkgConfig)

  • sudo apt install pkg-config

  • sudo apt install libglfw3 libglfw3-dev

  • Simple Cmake Project structure, in order to build simply:

  git clone --recursive https://github.com/charkops/simpleStlViewer
  cd ${PROJECT_SOURCE_DIR}
  mkdir build && cd build
  cmake ..
  make
  ./simpleStlViewer path_to_stl_file.stl

About

A simple Stl Viewer made with GLFW + Glad

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors