2024-03-09 13:22:52 +01:00
{% extends "base.html" %}
{% block body %}
< div class = "font title box" >
< div class = "f-ascii" >
< pre > .- _-- /. /. /. |\
( /| || || || \\
(( || / \\ ||/|\ ||/|\ || _-_ / \\
(( || +| |. |+ || |+ || || || \\ +| |.
( / | || || || |' || |' || ||/ || ||
-____- \\ / \\/ \\/ \\ \\ / \\/ < / pre >
< / div >
< div class = "f-svg" >
2024-05-16 13:12:26 +02:00
{% include 'logo.svg' %}
2024-03-09 13:22:52 +01:00
< / div >
2024-05-16 13:12:26 +02:00
< ul class = "special" >
2024-09-10 00:36:05 +02:00
< 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 >
2024-05-16 13:12:26 +02:00
< li > 2< / li >
2024-09-10 00:36:05 +02:00
< 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 >
2024-03-09 13:22:52 +01:00
< / ul >
< / div >
2024-05-16 13:12:26 +02:00
< div class = "box two-columns" >
< div >
2024-03-09 13:22:52 +01:00
< h2 > Cobbled paths< / h2 >
2024-05-16 13:12:26 +02:00
< 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 >
2024-03-09 13:22:52 +01:00
< 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 >
2024-05-16 13:12:26 +02:00
< / div >
< div >
2024-03-09 13:22:52 +01:00
< 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 >
2024-05-16 13:12:26 +02:00
< / div >
2024-03-09 13:22:52 +01:00
< / div >
{% endblock %}