i just realized that the market for one-off character editors is oversaturated, but i already made my version, so here it is:
i got inspired by this πouπube video from πΉazy π±evs to make a character editor.
i don't know how i will want to use one-off characters yet — i really just thought that making this program was good for practicing π½πΆπ°πΌ-8 programming
controls
buttons | keys (on πΎππ²πΏππ keyboard) | action |
---|---|---|
d-pad | arrow keys | move the cursor |
π | π / πΊ | paint or erase the pixel over the cursor |
πΌ | π° / π» | copy the character to the clipboard |
my opinion
i just tried the other editors, and i find them not as nice as this one.
i like this editor better than the other editors because of the minimal design with the carefully-chosen colors, and because it has no features except the ones that i know i need:
- edit the character
- copy the π½8ππ°πΆπΆ character code
- visually balanced pixel grid
- realistic inline preview of the one-off character
- preview of the π½8ππ°πΆπΆ character code
or i like this editor better, only because i made it. please tell me your opinion
i made the profile picture of the πimotainment πouπube channel as a one-off character because i was a fun pixel art challenge — and because i like to watch the channel
the character code is βΆ:08001f026afaaaaa
i can't forget this cat.
i did not make them — i used them for testing and the cartridge cover, because they's the mascot of π½8ππ°πΆπΆ one-off characters
the character code is βΆ:447cb67c7eff0106
Yep, you are in good company, @Sosasees:
https://www.lexaloffle.com/bbs/?tid=45564
https://www.lexaloffle.com/bbs/?tid=45578
https://www.lexaloffle.com/bbs/?tid=45912
https://www.lexaloffle.com/bbs/?tid=45929
https://www.lexaloffle.com/bbs/?tid=45943
and @Heracleum used one-off to draw full-color screens. Very clever at that !
if you add the function from https://www.lexaloffle.com/bbs/?tid=38692 you can print shorter codes using binary instead of hex!
With jaPBe you can also create single Characters and complete fonts.
thank you @merwok for the suggestion.
i thought about it — i decided that i don't need the 'binary charcode' feature in my program, for these reasons:
i chose the hex format for the charcode so that you can type it much more easily if copying fails — and so that you can more easily learn the charcode creation algorithm from watching the charcode change when you change the character.
in the binary format, both is not possible.
i could add the binary charcode format as an option, but then i need to find a place in the UI and in the code to put the option. this becomes exponentially harder, the more features there are — so not adding unneeded features is better
A paste option would be nice, so you can edit a char later, when you want to change something. Also a mouse-control would be nice.
yes @GPI, both things πould be nice. but i don't need them, so i didn't put them in the program.
i chose keyboard control because i find it faster and more comfortable than mouse control.
i didn't add paste because i find it easy enough to recreate a character (and sometimes accidentally make it better) if i want to edit it later.
my goal was to make a minimal program — so the program has only the options that i know i need.
if you want paste and/or mouse control, you can make your own character editor — or a changed copy of my program — to add them. Or you can use one of the other character editors that have these options:
character editor | has paste | has mouse control |
---|---|---|
char_maker by @2kTNT | β yes | β yes |
Bitdraw - Drawing tool in under 600 characters! by @CoffeeBat | β no | β yes |
Paint a Char by @brettski | β yes | β yes |
CharEdit (Yet Another One-Off Character Editor) by @cheepicus | β yes | β yes |
Hi. Paint a Char does have paste.
@Sosasees I couldn't figure out a new post in this thread so I am putting it here.
You are able to paste into and out of Paint a Char, see the instructions in sections Import (only supports hex), and of course exporting which supports hex or binary.
thank you @brettski for the correction.
i didn't find paste in Paint a Char.
¿how can i paste in Paint a Char?
update: ¡πΆ π³πΌππ»π± πΆπ!:
press πp arrow button to change from πend mode to πΏeceive mode.
this is a drawback of making a more complex program:
the interface has to be complicated to fit all the options — so the interface is harder to learn
Hola! Cute editor π
I agree with merwok, most devs use and would need the binary version.
Simply because the Hex is almost double of the characters π
For one single char Hex is ok but if one uses several, it's costly!
But if you created this tool for your personal specific needs -well- I can definitely understand.
@dw817 "and Heracleum used one-off to draw full-color screens."
Thanks for the mention, yes full screens but also for smaller 'sprites' like 3x4 why not or smaller portions of the screen.
Onoes @Heracleum. I thought your program worked only with full-screens, is why I wrote what I just did !
https://www.lexaloffle.com/bbs/?tid=50511
Well ... now I need to try out yours for small screen areas and compare it to what I just did. :)
I'll write you there ...
[Please log in to post a comment]