Vectors act like images, but render differently and aren’t rastered. Images are rastered, meaning that their quality can be heavily degraded if scaled up. Vectors are scalable at all times without losing quality, and are rendered instead by a rendering engine that supports scalable vector graphics (.svg files).
Vectors are especially important for icons and stuff. Inkscape is the absolute best freeware vector design program, and many have used it for icons, projects, and business, and more.
Another cool thing about vectors is that you can easily export them as .PNG files (if you have Inkscape or any other image editor different from MS Paint), and even at higher scales, by just resizing vectors!
This is a vector icon that I have been using to create one of my Roblox plugins at the moment, and it’s going to turn out nicely (hopefully).
To prove my point of them not losing quality, go right-click the image above, maybe open it in a new tab. Zoom in to maybe 500%, and you can see the difference already! It has not lost quality, even when upscaled so high!
All the classes, all the properties. I tried working on sorting them into Collapsible Titled Sections with Roblox’s Studio Widgets, but they are a headache to work with. Might be best to make my own system.
If you use the client dump, each class property has its own category defined in the Category key of each member. I’ve actually just made a dump parser module which allows for fetching properties (and other data; including inherited members) of a given ClassName. I plan on publishing it later today.
That’s what I was using the Collapsible Titled Sections for. I am using an API dump and have gotten searching for classes and getting their properties (superclasses included) down.
Next step for me tomorrow is making my own collapsibles and have the scrolling frame adjust its size to fit all the properties. I’m using some JSON viewer online to help get a visual, but that parser sounds useful too.
A short zombie apocalypse arcade-style isometric-camera beat-em-up action-adventure game currently about one month in the works. Alternatively titled: Metro Necropolis!
I’ve been posting my work more often on my Twitter these days, you can find additional visually stimulating gifs of my progress there.