From 1a80b1fba455dc2faf4189ad80c73a8516dc045e Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 18 Mar 2023 16:17:04 +0100 Subject: WIP --- index.html | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..b39ed5c --- /dev/null +++ b/index.html @@ -0,0 +1,127 @@ + + + + + Projects + + + + + + + + +
+

Projects

+ jaseg on 2023-03-18 +
+
+ I maintain a number of open-source projects. Most of these I started out of some personal need or interest. + I strive to keep all of them up to date and maintained, so if you notice an issue with one of them, please + open an issue on the project's issue tracker. + +
+

Gerbolyze

+ + Gerbolyze is a tool that allows the modification of Gerber PCB artwork with a vector graphics editor + like Inkscape. Gerbolyze directly converts between SVG and Gerber, and accurately reproduces details + that other tools can not. + Read more + + +
+
+

svg-flatten

+ + svg-flatten is a command-line utility that performs vector occlusion and clipping on SVG files, + producing a flattened SVG file without overlapping elements, without changing what the file looks + like. svg-flatten is used as a part of gerbolyze. + Read more + + +
+
+

Gerbonara

+ + Gerbonara is a user-friendly, powerful tool for reading, writing, modification and rendering of + Gerber PCB artwork from the command line or from Python code. Gerbonara supports the Gerber dialects + of all industry-standard EDA tools. + Read more + + +
+
+

python-mpv

+ + python-mpv is a small, ctypes-based Python library wrapping the libmpv media player library. Despite + its small size and simple API, python-mpv allows advanced control over libmpv and beyond simple + remote control of mpv can be used to embed mpv in OpenGL, Qt, and GTK-based Python applications. + Read more + + +
+
+

lolcat-c

+ + lolcat-c is a small, high-performance re-implementation of the + lolcat rainbow cat utility. lolcat-c is meant as a + lolcat that you can actually use in production. It is fast, not slowing down whatever you pipe + through it, and it robustly handles real-world terminal output including escape sequences. + Read more + + +
+
+

wsdiff

+ + wsdiff is a command-line utility that produces self-contained, syntax-highlighted, HTML-formatted + diffs that support both unified and side-by-side diffs from a single source file using nothing but + CSS magic. + Read more + + +
+
+ + + -- cgit