taweili / ardublock

ArduBlock is a Block Programming Language for Arduino.
GNU General Public License v3.0
413 stars 292 forks source link

I am worried that I think the interface is really bad #148

Open TonyCallear opened 8 years ago

TonyCallear commented 8 years ago

I am worried that I think the interface is really bad – confusing to new users. e.g.

I would like to persuade for a fresh start in the next release. A forum to discuss with more emphasis on “make it right”.

Proposal to fund development is really good but need somewhere to inform/discuss the direction of this development. I don’t want to fund something that would break the core of what I need Ardublock for.

TonyCallear commented 8 years ago

An example with some attempt at re-organizing block drawers.

http://www.callear.net/arduino/ardublock-highclare-2016-04.jar

Many manufacturer block draws are missing. They should be there. It is just because I need to simply the intereface and remove drawers if I don't have the hardware to use them.

danielfsc commented 8 years ago

I agree with Tony. Some time ago someone suggest an after compiled configuration file. My suggestion is to add a color scheme configuration file and a block configuration file.

Another annoying thing is the lack of consistency in the colors of the blocks. For example, if we use green to math operators, we should not use green in other block even if it is a lighter green.

2016-03-27 21:59 GMT-03:00 TonyCallear notifications@github.com:

An example with some attempt at re-organizing block drawers.

http://www.callear.net/arduino/ardublock-highclare-2016-04.jar

Many manufacturer block draws are missing. They should be there. It is just because I need to simply the intereface and remove drawers if I don't have the hardware to use them.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/taweili/ardublock/issues/148#issuecomment-202179436

Dr. Daniel Girardi Universidade Federal de Santa Catarina - Campus Blumenau Rua Pomerode, 710 Salto do Norte - Blumenau - SC 89065-300

TonyCallear commented 8 years ago

A more complete new UI version to take a look at (as if pull request #150 had been applied) here..

http://www.callear.net/arduino/ardublock-UI-Experiment.jar

I haven't changed any manufacturer Draws, of course.