]>
Commit | Line | Data |
---|---|---|
1 | --- title: /libraries.html | |
2 | --- description: Libraries for Rust, Swift, and Javascript written by Rubén Beltrán del Río. | |
3 | ## Libraries | |
4 | Here's libraries I've written. | |
5 | * Section I is Swift and Rust. | |
6 | * Section II is JavaScript. | |
7 | => / ⧍ Home | |
8 | ||
9 | ## I | |
10 | ### Patterns | |
11 | MacPaint style pattern views for SwiftUI. | |
12 | => https://git.r.bdr.sh/rbdr/patterns ⧇ Patterns source code | |
13 | ||
14 | ### gema_texto | |
15 | Parse gemtext and render HTML with Rust. | |
16 | => https://git.r.bdr.sh/rbdr/gema_texto ⧇ gema_texto source code | |
17 | => https://crates.io/crates/gema_texto ⊞ gema_texto @ crates.io | |
18 | ||
19 | ## II | |
20 | ### Serpentity | |
21 | Entity-component-system framework for Javascript | |
22 | => https://git.r.bdr.sh/rbdr/serpentity ⧇ serpentity source code | |
23 | => https://git.r.bdr.sh/rbdr/serpentity-lib ⧇ serpentity Shared Library source code | |
24 | => https://www.npmjs.com/org/serpentity ⊞ serpentity @ npm | |
25 | ||
26 | ### Grafn | |
27 | Flow based programming library for Javascript. | |
28 | => https://git.r.bdr.sh/rbdr/grafn ⧇ grafn source code | |
29 | => https://www.npmjs.com/package/grafn ⊞ grafn @ npm | |
30 | ||
31 | ### Cologne | |
32 | Log multiplexer for Javascript with no dependencies. | |
33 | => https://git.r.bdr.sh/rbdr/cologne ⧇ cologne source code | |
34 | => https://www.npmjs.com/package/cologne ⊞ cologne @ npm |