summaryrefslogtreecommitdiff
path: root/projects/index.xml
blob: 2742a4458333c432b581eda39e7e325944f9a407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Projects on Home</title>
    <link>http://jaseg.de/projects/</link>
    <description>Recent content in Projects on Home</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>Jan Sebastian Götte</copyright>
    <lastBuildDate>Wed, 04 Oct 2023 23:42:00 +0200</lastBuildDate>
    <atom:link href="http://jaseg.de/projects/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>KiMesh</title>
      <link>http://jaseg.de/projects/kimesh/</link>
      <pubDate>Wed, 04 Oct 2023 23:42:00 +0200</pubDate>
      <guid>http://jaseg.de/projects/kimesh/</guid>
      <description>&lt;div class=&#34;document&#34;&gt;


&lt;p&gt;KiMesh is a KiCad plugin that automatically creates security meshes with two or traces covering an arbitrarily-shaped outline on the board.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>8seg</title>
      <link>http://jaseg.de/projects/8seg/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://jaseg.de/projects/8seg/</guid>
      <description>&lt;div class=&#34;document&#34;&gt;


&lt;p&gt;8seg is an experimental textual display. It is made from a 45m by 1.5m large lacework banner that can be put up in a variety of spaces, conforming to the space&#39;s size and shape through bending and folding.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>Gerbolyze</title>
      <link>http://jaseg.de/projects/gerbolyze/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://jaseg.de/projects/gerbolyze/</guid>
      <description>&lt;div class=&#34;document&#34;&gt;


&lt;p&gt;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.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>Gerbonara</title>
      <link>http://jaseg.de/projects/gerbonara/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://jaseg.de/projects/gerbonara/</guid>
      <description>&lt;div class=&#34;document&#34;&gt;


&lt;p&gt;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.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>lolcat-c</title>
      <link>http://jaseg.de/projects/lolcat-c/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://jaseg.de/projects/lolcat-c/</guid>
      <description>&lt;div class=&#34;document&#34;&gt;


&lt;p&gt;lolcat-c is a small, high-performance re-implementation of the &lt;a class=&#34;reference external&#34; href=&#34;https://github.com/busyloop/lolcat&#34;&gt;lolcat&lt;/a&gt; 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.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>python-mpv</title>
      <link>http://jaseg.de/projects/python-mpv/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://jaseg.de/projects/python-mpv/</guid>
      <description>&lt;div class=&#34;document&#34;&gt;


&lt;p&gt;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.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>svg-flatten</title>
      <link>http://jaseg.de/projects/svg-flatten/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://jaseg.de/projects/svg-flatten/</guid>
      <description>&lt;div class=&#34;document&#34;&gt;


&lt;p&gt;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.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>wsdiff</title>
      <link>http://jaseg.de/projects/wsdiff/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://jaseg.de/projects/wsdiff/</guid>
      <description>&lt;div class=&#34;document&#34;&gt;


&lt;p&gt;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.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
  </channel>
</rss>