plutovg
Tiny 2D vector graphics library in C
File Explorer
Download Latest Version (.zip)- main.yml
- FUNDING.yml
- plutovgConfig.cmake.in
- CMakeLists.txt
- meson.build
- smiley.c
- plutovg.h
- FTL.TXT
- plutovg-blend.c
- plutovg-canvas.c
- plutovg-font.c
- plutovg-ft-math.c
- plutovg-ft-math.h
- plutovg-ft-raster.c
- plutovg-ft-raster.h
- plutovg-ft-stroker.c
- plutovg-ft-stroker.h
- plutovg-ft-types.h
- plutovg-matrix.c
- plutovg-paint.c
- plutovg-path.c
- plutovg-private.h
- plutovg-rasterize.c
- plutovg-stb-image-write.h
- plutovg-stb-image.h
- plutovg-stb-truetype.h
- plutovg-surface.c
- plutovg-utils.h
- .gitignore
- CMakeLists.txt
- LICENSE
- meson.build
- meson_options.txt
- README.md
- smiley.png
# Installation Guide
1. Get the code
git clone https://github.com/sammycage/plutovg
Downloads the entire project code from GitHub to your computer.
cd plutovg
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cmake -B build .
Type this command into your terminal and run it.
cmake --build build
Type this command into your terminal and run it.
cmake --install build
Type this command into your terminal and run it.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
