This is really cool, I've had so much fun putting together critters this morning!
I threw together a little page on my site that has a textarea where you can try out the font, if you want to experiment without having to download it yourself.
https://epiccoleman.com/posts/2024-05-02-teranoptia-playgrou...
I'd like to toss together a little table of the symbols too, and I also thought it would be cool to use html2canvas to let people download a picture of their creation. Maybe I'll get around to that after work tonight.
The creatures at the bottom of the page are editable already.
D'oh! Of course they are haha. It didn't even occur to me to try.
Edit: I guess one neat thing about my page is that you get a readout of the characters in your critter. Obviously you could just copy-paste from that field at the bottom of the Tunera page into any other text field and find out that way, but I did find it helpful when I was trying to experiment.
Thanks, I didn't realize this.
Your /assets/me.jpg is a 1.3MB image, but is only displayed at very small thumbnail size on your page.
Great feedback, I'll look into reducing the size of that image, especially for the post headers. Thanks for checking out the site!
Quick imagemagick command got it down to 22kb, and a slightly larger one for the frontpage is now only 80kb. The frontpage load feels a lot snappier now, thanks again for the tip!
The author of the font made it also Glyph Drawing Club "compatible", which is a modular shape builder I've built that works with font files. You can just drag and drop an otf or ttf file on the app window and it'll load the glyphs as svg shapes to draw with. The neat thing is that it works in two dimensions, and you can also rotate (with r hotkey) or invert (with i hotkey) the glyphs, and output the drawing as SVG or PNG.
https://glyphdrawing.club
Wow, that is really cool. I'll definitely be playing with this later, thanks for the tip!
Thanks. Kinda expected (or at least I do, being accustomed to Google Fonts) nowadays a font-hosting site to have something like that.
edit: Just saw sibling comment that placeholder text is editable. Hadn't noticed it.