espruino / BangleApps

Bangle.js App Loader (and Apps)
https://banglejs.com/apps
MIT License
498 stars 1.17k forks source link

Icon bits: initial import #3508

Closed pavelmachek closed 4 months ago

pavelmachek commented 4 months ago

Iconbits is simple bitmap editor, that can be used to edit fonts and icons for B.js2.

thyttan commented 4 months ago

Thanks!

I'd suggest that the readme elaborated a little more on how you use it and for what you use the app. E.g. what do you do with an icon once drawn?

Also, I'd prefer if the filename iconbits.app.js was renamed to just app.js and renamed when loaded to the watch. Not a requirement, but most other apps and the tutorials/examples do it that way.

pavelmachek commented 4 months ago

Could we keep the filename? Having all the apps called app.js is very confusing when working with them in the emulator etc. I did it before, but its.. not ok.

And yes, I plan better README and color support and more for 0.02. If you want to test it, suggested way is to run it in the emulator, and press the button. But it would be easier for me if 0.01 was merged first, pretty please :-).

thyttan commented 4 months ago

Could we keep the filename? Having all the apps called app.js is very confusing when working with them in the emulator etc. I did it before, but its.. not ok.

I think it's easy enough to rename to iconbits.app.js when you load/write the app to the emulator, and consistency in the official repository is nice. But I wont force you. 🙃

I plan better README and color support and more for 0.02. If you want to test it, suggested way is to run it in the emulator, and press the button.

Can you just copy/paste that into the readme please, even if you'd replace it later. That would clear up much of the confusion I think.

pavelmachek commented 4 months ago

Done. Will need to create better cmdline interface and real documentation.

thyttan commented 4 months ago

Thanks