News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Third Party Libraries

Started by fearless, November 03, 2023, 09:13:39 PM

Previous topic - Next topic

fearless

PlutoSVG 0.0.2: https://github.com/sammycage/plutosvg
PlutoVG 0.0.8: https://github.com/sammycage/plutovg

QuotePlutoSVG is a Tiny SVG rendering library in C.

QuotePlutoVG is a Tiny 2D vector graphics library in C.

Both libraries are included in the attached archives.

fearless

x86 test/example for plutosvg and plutovg

fearless

x64 test/example for plutosvg and plutovg

Biterider

Hi fearless
Interesting stuff. I downloaded the latest demo and it runs fine here.
Thanks for sharing your work  :thumbsup:

Biterider

fearless

SQLite 3.47: https://www.sqlite.org


QuoteSQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine

(Note: too large to attach to post, but they are uploaded to my github libraries repo)

https://github.com/mrfearless/libraries/blob/master/releases/sqlite3_x86.zip?raw=true

https://github.com/mrfearless/libraries/blob/master/releases/sqlite3_x64.zip?raw=true

Biterider

Hi fearless
Quote from: fearless on November 08, 2024, 12:51:58 AMSQLite 3.47
Wow, that is the latest version  :thumbsup:
Thanks for sharing!

Biterider