952 private links
Tendrilis is a constructed script or writing system that is designed to look like vines. Tendrilis replaces the Latin alphabet and you can use it to write in English or any language that uses primarily the Latin alphabet.
I created Tendrilis for my own creative project, and would love to share it to everyone who wants to use it for journaling or creative projects, tattoos, art, embroidery, roleplaying, books, secret messages, or anything else you can think of!
A TikTok-style interface for exploring random Wikipedia articles.
Draw.Audio is a free musical sketch-pad and sound synthesis exploration tool.
Music and artwork created with Draw.Audio are licensed under the Creative Commons Attribution 4.0 International License.
For questions or feedback, email randy@draw.audio.
Design by Sheer Havoc.
An interactive page that lets you scroll down the ocean. Visit the great depths of the Mariana Trench and discover all the sea creatures hidden beneath.
neutre='\e[0;m'
noir='\e[0;30m'
gris='\e[1;30m'
rougefonce='\e[0;31m'
rose='\e[1;31m'
vertfonce='\e[0;32m'
vertclair='\e[1;32m'
orange='\e[0;33m'
jaune='\e[1;33m'
bleufonce='\e[0;34m'
bleuclair='\e[1;34m'
violetfonce='\e[0;35m'
violetclair='\e[1;35m'
cyanfonce='\e[0;36m'
cyanclair='\e[1;36m'
grisclair='\e[0;37m'
blanc='\e[1;37m'
normal='\033[0m'
gras='\033[1m'
fin='\033[2m'
italic='\033[3m'
souligne='\033[4m'
flash='\033[5m'
inverse='\033[7m'
invisible='\033[8m'
echo -e "${rougefonce}Hello${neutre} ${jaune}World${neutre}"
echo -e "${gras}Hello${normal} ${flash}World${normal}"