Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add higher resolution icons to the branding #413

Closed
tonihele opened this issue Oct 31, 2022 · 7 comments · Fixed by #415
Closed

Add higher resolution icons to the branding #413

tonihele opened this issue Oct 31, 2022 · 7 comments · Fixed by #415
Assignees
Milestone

Comments

@tonihele
Copy link
Contributor

Currently we only supply icons 16x16, 32x32 and 48x48. These reside in branding\core\core.jar\org\netbeans\core\startup. Netbeans however has already for some time supported larger icons which we should of course supply.

We need icons for 256x256, 512x512 and 1024x1024. Note that these should be PNGs instead.
https://github.com/apache/netbeans/blob/master/platform/core.windows/src/org/netbeans/core/windows/view/ui/MainWindow.java#L509

I only found 256x256 icon. Where is the SVG source for the jMonkeyEngine icon?

This might affect issue: #303

@tonihele tonihele added this to the 3.5 release milestone Oct 31, 2022
@neph1
Copy link
Contributor

neph1 commented Nov 1, 2022

If it is of interest, I used this tool: https://vectorizer.com/ to convert the stylized "jumping jaime" png to svg to use as an icon. I simplified it considerably, although it originally looked OK at high resolutions too.
I tried it with Jaime's face too, but it was not very successful due to the details. But IMO, we could switch to the stylized logo. It looks better (again, IMHO).

@tonihele
Copy link
Contributor Author

tonihele commented Nov 1, 2022

I would guess that this is the official logo of jMonkeyEngine. As of such, I wouldn't touch it. Branding issues are important and delicate stuff. I went with upscales of the original (@riccardobl ) magically upscaled them (Discord), no questions asked. They look crisp.

Netbeans shows in the branding its own logo when these higher resolution icons are not available. That still doesn't prove however that this would fix #303.

@peedeeboy
Copy link
Contributor

peedeeboy commented Nov 1, 2022

Where is the SVG source for the jMonkeyEngine icon?

I tried it with Jaime's face too, but it was not very successful due to the details.

I made one (16px but SVG so you can scale it up / down) using Adobe PNG->SVG converter for a little side project I've been working on for a JME starter (e.g. setup a new project) plugin for IntelliJ.

Looks good at smaller sizes 👍

jmeNode

@neph1
Copy link
Contributor

neph1 commented Nov 1, 2022

Cool, I've added your logo to the icon list and replaced the usage of the silhouette (but when is that supposed to be used? A question for another thread, I suppose)

@neph1
Copy link
Contributor

neph1 commented Nov 1, 2022

Seems it doesn't fix #303, at least not as it's perceived on my machine. :(
But I don't know if mine is the "usual" use-case.

@tonihele
Copy link
Contributor Author

tonihele commented Nov 1, 2022

Seems it doesn't fix #303, at least not as it's perceived on my machine. :( But I don't know if mine is the "usual" use-case.

Damn :( thanks for trying!

@riccardobl
Copy link
Member

magically upscaled them (Discord), no questions asked

I upscaled it with SwinIR 🫡

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants