pguyot / Einstein

NewtonOS running on other operating systems
GNU General Public License v2.0
412 stars 57 forks source link

Create Retina-savvy toolbar and application icons #17

Open splorp opened 7 years ago

splorp commented 7 years ago

Yeah, those icons are soooo 2006.

A couple of things …

I’m happy to start tackling this, but was wondering if @pguyot (or anyone else) knows who created the original icons. It would be handy to be able to supersize those images by starting with some source files.

Also, are there any other images that need updating besides those found in the Resources folder?

https://github.com/pguyot/Einstein/tree/master/Resources/icons

jake-b commented 7 years ago

iOS Builds have a .xib launch screen which is required to let the OS know that the application supports certain screen sizes and rotations. Right now its really boring. We could put a logo or something on there.

One of my working builds had something I hand drew on my iPad just to have a place holder: https://github.com/pguyot/Einstein/blob/ObjCBridging/_Build_/Xcode6/logo.png

... but @panicsteve is the artist here. 👍

splorp commented 7 years ago

Ha! That’s hilarious.

Part of me would love to do a series of chunky bitmap riffs on the original Newton OS icons.

splorp commented 7 years ago

Hmmm … I wonder if we could convince the folks at Iconfactory to do something for us?

pguyot commented 7 years ago

The original icons were created by Michael Vacík (http://linkedin.com/in/mvacik)

splorp commented 7 years ago

Thanks, Paul. I had a hunch that it was Michael, since he did the Powered by NPDS button back in the day. I’ll reach out to him and see if he still has any of the source files.

serve-npds

MatthiasWM commented 6 years ago

I added the ugly "network_in" icon at some point to symbolize a network PCMCIA card was inserted into the machine. Feel free to scale and/or replace ;-)

splorp commented 6 years ago

Getting back to one of my original questions … do all of the pertinent images reside in the following folder or are their other locations?

https://github.com/pguyot/Einstein/tree/master/Resources/icons

MatthiasWM commented 6 years ago

Yes, I think those are the only MacOS images. There are two png's here: ./app/iEinstein/ , but they are iOS icons AFAIK. All other png's are for Android, or for the documentation

MatthiasWM commented 2 years ago

By now, we have a few more images in Resources/Icons to support multiple PCMCIA cards. But still just a hand full.

MatthiasWM commented 2 years ago

Is there any progress here? Should I leave this open until someone has the time to scale the images?