You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
2.7 KiB
65 lines
2.7 KiB
{% extends "base.html" %}
|
|
|
|
{% block body %}
|
|
|
|
<div class="font title box">
|
|
<div class="f-ascii">
|
|
<pre> .- _-- /. /. /. |\
|
|
( /| || || || \\
|
|
(( || / \\ ||/|\ ||/|\ || _-_ / \\
|
|
(( || +| |. |+ || |+ || || || \\ +| |.
|
|
( / | || || || |' || |' || ||/ || ||
|
|
-____- \\ / \\/ \\/ \\ \\ / \\/ </pre>
|
|
</div>
|
|
<div class="f-svg">
|
|
{% include 'logo.svg' %}
|
|
</div>
|
|
|
|
<ul class="special">
|
|
<li class="choice">
|
|
<div class="materiality"><a href="https://etherpad.org/" target="_blank">Etherpad</a></div>
|
|
<div class="materiality"><a href="http://www.figlet.org/" target="_blank">FIGlet</a></div>
|
|
</li>
|
|
<li>2</li>
|
|
<li class="materiality">ASCII</li>
|
|
<li>2 <a href="https://ivanceras.github.io/svgbob-editor/" target="_blank">Svgbob.rs</a></li>
|
|
<li class="materiality">SVG</li>
|
|
<li>2 <a href="https://github.com/abey79/vpype" target="_blank">vpype</a></li>
|
|
<li class="materiality">HPGL</li>
|
|
</ul>
|
|
</div>
|
|
<div class="box two-columns">
|
|
<div>
|
|
<h2>Cobbled paths</h2>
|
|
<p>
|
|
It is a web interface that brings multiple tools together, to allow experimental and direct collaboration on
|
|
pen-plotted drawings by making Ascii art.
|
|
</p>
|
|
<p>
|
|
It makes a way from the blocky discontinuity of Ascii drawings,
|
|
to the smoothness of bezier curves,
|
|
to an anologic pen-plotter interpretation.
|
|
</p>
|
|
<p>
|
|
Like cobbled paths, none of those technologies are new, and we've been walking on them for years.
|
|
</p>
|
|
<p>
|
|
Like cobbled paths, it is a reminder of the permeability between the discrete and the continuous,
|
|
and how regular stones can form tortuous paths.
|
|
</p>
|
|
</div>
|
|
<div>
|
|
<h2>Handfull links</h2>
|
|
<ul class="classic">
|
|
<li><a href="http://www.jave.de/figlet/figfont.html">FIGfont Specification</a>, everything about FIGlet font file format</li>
|
|
<li><a href="https://ivanceras.github.io/content/Svgbob/Specification.html">Svgbob Specification</a>, character recognized by svgbob and how it operates</li>
|
|
<li><a href="">HPGL Specification</a></li>
|
|
<li><a href="https://www.asciiart.eu/">asciiart.eu</a>, an ascii art collection</li>
|
|
<li><a href="http://www.jave.de/">JavE</a>, an ascii drawing editor</li>
|
|
<li><a href="https://adelfaure.net/">adel faure</a>, an ascii artist</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|
|
|