Skip to content

Commit 92bcbb4

Browse files
authored
Add svgg (#249)
* Add svgg module * Trigger lint action * Fix list element not terminated * Changed svgg item to match alphabetical order
1 parent cd0f7bc commit 92bcbb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ SDL2 and SDL3 based applications importing `vlang/sdl`.
242242

243243
- [sdl](https://github.com/vlang/sdl) - Official SDL2 & SDL3 bindings for V.
244244
- [sgldraw](https://github.com/larpon/sgldraw) - An experimental real-time vector render V module based on `sokol.sgl`.
245+
- [svgg](https://github.com/Avocadocs/svgg) - V module to load and resterize svg file into `gg.Image` object.
245246
- [V Earcut](https://github.com/Larpon/earcut) - fast (real-time) polygon triangulation library based on [mapbox/Earcut](https://github.com/mapbox/earcut) to handle holes, twisted polygons, degeneracies and self-intersections.
246247
- [V_sokol_gp](https://github.com/mohamedLT/V_sokol_gp) - A V wrapper for the sokol_gp library for easy and fast 2d graphics.
247248
- [viup](https://github.com/kjlaw89/viup) - V wrapper for the C-based cross-platform UI library, IUP.

0 commit comments

Comments
 (0)