I made something which increments a variable on tapping a button
Some suggestions:
It seems like you can only create 8-bit and 16-bit variables.
I think it would be nice if vars could be any size or at least 1,4,8,16,32 and maybe 64 bit would be nice
- It's a little tedious to paint each pixel seperately. I know you can copy/paste but I think it would be nice if you could just select an area and press 1-4 to change the color of the whole area.
- An "undo" button would be great I deleted a part of my circuit by accident and couldn't undo
- Instead or at least additionally to "s" to cancel an action you should be able to cancel an action by pressing Esc I think.
- Selecting an area and pressing DEL should be equal to pressing 4 (white) for this area.
- clicking a tapper while not running will activate the tapper so many times after you click "Run". is this intentional? If it is: I think it's annoying
- "reset" doesn't reset variables
But I'm having much fun with this I'm looking forward to version 0.2
bildskript 0.1 - draw & run circuits!
- max
- Member
- Posts: 616
- Joined: Mon Mar 05, 2012 11:23 am
- Libera.chat IRC: maxdev
- Location: Germany
- Contact:
Re: bildskript 0.1 - draw & run circuits!
Hehe nice!Cjreek wrote:I made something which increments a variable on tapping a button
- variables are planned in these sizes, will add them
- the thing with selecting and pressing 1-4 to make an area colored is a nice idea will add too
- yep, keeping a undo history is not the easiest thing though, but i'll do my best
- esc is noted
- the tapper thing is not intentional, just missing a check
- woops, reset should, I'll check it out.
Thanks for the suggestions!
btw: for the next version i also plan to add more "pens", so you can select component templates and use them like a stamp on the board should make it easier, maybe also a line tool.