I’m currently at a point where I need in-game icons (not Game icon) for my game.
I’ve already tried Gravit Designer but it seems to be hard to use for more complicated icons.
Is there any other free software?
I’m also wondering what do most developers do in this case. Do they just take free icons from internet? I’ve seen some but for most of them you have to pay for commerical use so I don’t know if Roblox is considered “commercial use”.
I suggest using Photo Editor : Pixlr E - free image editing tool which is basically photoshop for free with a few more extras and the interface is not harsh to look at. Otherwise I suggest www.photopea.com which looks more and functions more like photoshop but is harsh to the eyes.
Here are some images I managed to create with pixlr:
Interesting!
I will give it a try even though I already use paint net for some graphics work but not in-game icons like “coins” or something like that…
You can use GIMP, it is free and easy to use, it offers many tools and effects that you can use, it is also in high demand among designers and is the best alternative to photoshop
best website ever created (for in game icons atleast) https://game-icons.net/
you only need to attribute the website once for commercial use, and you can use and customize all the icons to your liking. If you want to make them yourself, unlike the other great sources that others have mentioned, they aren’t very good for icon making, and can be considered bad practice. In game icons are usually vectors (SVG) that are converted to png.
What is a Vector Image?
Before we explain what a vector image is, lets take a step back. if you know what bits are then you are probably a programmer or atleast know some computer science terms. A bitmap or raster image, is an image that is made up of bits or pixels. Thats why when it comes to icons, which dont usually feature a million different colors (i literally mean millions) unless its a gradient, are best to be made as vectors.
raster images like .png, .gif, and .jpg, are the most common formats for images. Now, whats a vector?
a vector, instead of using pixels, uses a mathmatical formula to create the image. using vectors is perfect when it comes to logos, icons and simple artwork. thats why giant companies make their logos out of vectors so they are easily scalable from a bottle to a billboard. i can size a vector image from 10x10px to 100000x1000000px it would not lose a single bit of quality.
an example of the code for an SVG
if you already have the knowledge from the above mentioned question, then you are probably just looking for a good program. a free one without any paywall of sorts and is open sourced? it exists! introducing https://inkscape.org/. this bad boy can get the job done. you can save to so many file types and its pretty easy to use, its honestly my best friend when it comes to free designing.
Most of the time developers usually hire designers to create there icons (e.g. Thumbnails - UI) some do create there own designs. Some images online is either copyright, regarding if you plan on using things from website or on google it may require a license or permission from the original creator.
As already stated above so far those are good use of programs, many software out there do take time to get the hang with the tools and overall interface. You should find a free program your comfortable using and learning, such as gimp - inkscape - krita ect. There are many other programs out there that produce similar designs.
I don’t know if this works on Roblox, but I personally use Font Awesome for websites, as it has compatibility with the CSS template I use and looks pretty cool. I think you can download the icons, but uploading them to Roblox is probably in the gray area. They work great for websites though!