←back to thread

Monodraw

(monodraw.helftone.com)
603 points mafro | 1 comments | | HN request time: 0.245s | source
Show context
milen ◴[] No.45038082[source]
Developer of the app here, happy to answer any questions.
replies(26): >>45038155 #>>45038176 #>>45038199 #>>45038213 #>>45038235 #>>45038370 #>>45038646 #>>45038650 #>>45039003 #>>45040018 #>>45040640 #>>45040834 #>>45042332 #>>45042503 #>>45043792 #>>45043939 #>>45044192 #>>45044203 #>>45044952 #>>45045886 #>>45046077 #>>45046141 #>>45047295 #>>45047323 #>>45062718 #>>45076311 #
MomsAVoxell ◴[] No.45038155[source]
Very nice product!

In the retro computing world, the use of "ASCII" to construct levels and worlds is quite prevalent.

I immediately considered whether Monodraw might be used as a kind of level editor in that context.

Would you consider adding an '8-bit character bitmap' mode, which allows for the bitmap to also be edited?

With such a feature, Monodraw would become immediately applicable to those of us building retro games for older platforms where this technique is used rather extensively to produce compelling art-work.

For context, here is an example game which uses plain ol' ASCII chars to deliver some fun Moon Buggy action:

https://www.oric.org/software/ascii_moon_buggy-2500.html

The same technique is used here, albeit with redefined character sets, to implement a Scuba Dive adventure:

https://www.oric.org/software/scuba_dive-89.html

replies(1): >>45038329 #
milen ◴[] No.45038329[source]
Thank you for the kind words!

> Would you consider adding an '8-bit character bitmap' mode, which allows for the bitmap to also be edited?

Can you clarify with an example? Monodraw supports "surfaces" which are just like bitmaps - you can use the Pencil tool and draw on those surfaces with any characters you want (there's a palette in the inspector), just like a bitmap editor.

replies(2): >>45038521 #>>45038620 #
1. tsewama ◴[] No.45038620[source]
Adding more character sets besides ASCII and shape elements?

Having all the Unicode emoji galore as an option would be great. Not just for colorful code docs, but millions of social media content creators out there!

Brilliant app, nice work.