Skip to content

roym899/vector_graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vector_graphics

Requirements

This library uses C++17's <filesystem>, so make sure your compiler has proper support for it.

Build

After cloning the repository create a directory to build the program. Run cmake pointing to the root directory of your cloned repository and run make afterwards.

E.g.:

mkdir build
cd build
cmake ../
make

About

3D vector graphic generator, WIP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published