/cylinder

command-line-tool to render a cylinder to ascii-stl for course "Computergrafik" at HTWK Leipzig

Primary LanguageC++

STL-CYLINDER-GENERATOR

for the course "Computergrafik" at HTWK-Leipzig

Usage

Rendered STL-file will be placed in the directory where the executable lies.
For viewing STL-file use https://www.viewstl.com/

build

all OS

Use CLion IDE

Linux

execute cmake --build <workspace-path>/cylinder/cmake-build-debug --target cylinder -- -j 8
cmake version 3.10.2

run

all OS

Use CLioin IDE

Linux

execute ./<workspace-path>/cylinder/cmake-build-debug/cylinder


made by István Derda and Sabrina Reichert