-
Notifications
You must be signed in to change notification settings - Fork 103
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
Comments
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 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. |
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 👍 |
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) |
Seems it doesn't fix #303, at least not as it's perceived on my machine. :( |
Damn :( thanks for trying! |
I upscaled it with SwinIR 🫡 |
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
The text was updated successfully, but these errors were encountered: