-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create svg images #25
Comments
I would check out what's efficient in kivy, that already may handle wanted interactions and such. I think I would create a widget for each plant. Widgets inherently have a canvas on which to draw (for 1st proto) an inner circle (trunk) and outer circle (mature limit), and then add interactions on top. That would be plenty cool for 0.4 We can later decide to replace the circles with characteristics-based images (type, size, color, family or even variety, with some fallback mechanism), eg for 1.3 ... but feel free to move the milestone foward by changing its number if this is a priority for you. |
In the meantime If you NEED to do it now then there are those assets that fit the need for basic shapes, and are easy to convert to SVG. ... but I would (re)do it cleanly once the different types/value are established and you/we've decided on a general visual style. |
and graphics brush palettes are usually a great source for such material as wel, such as bushes, tree leaves and much more, or replace "gimp" with "photoshop" to find more. this one seems nice for instance: https://www.deviantart.com/redheadstock/art/Vegetation-Foliage-Textures-Photoshop-Brushes-534335625 please always check usage conditions before use, not to infringe copyright... since we will somehow be "repackaging" some creation into this app, that is often out of scope for the free licences. Most of the time, some acknowledgement +link in the credits page is enough for opensource material. ... and GIMP graphics assets would make me just as happy as SVG, since GIMP is opensource too. It's just different from SVG in that it's not vector but raster format. Meaning that when you zoom in you see pixels or a blur (like JPG), whereas in vector format (SVG, SWF,...) the edges remain sharp at any detail/resolution level. |
Yes, that's a good point. Let's begin by using two circles and maybe a transparent green fill. Then down the road we can improve the graphics. Very cool silohuettes you created, we will use those in the side view. My student isn't going to be creating the graphics himself--I didn't mean to say that. But he is helping me learn how to make them myself. Yesterday we spent an hour in Illustrator and afterwards when I tried to work by myself I became very frustrated. So I'll be glad to use circles for the moment. |
The repository I mentioned is not mine, but a fork of another online plants database. still useable for a quick prototype. That being said I'll gladly create the graphics you'd like. I'm fast enough for such things I think. Just need to discuss
but again: I personnally see this (way) down the road, unless you plan to be done soon, then I get started working on this ;) |
No, it's definitely something for down the road, when the structure is finished and we can begin to make things look nice! |
We'll need svg images for different tree / shrub / plant forms. Obviously not all plants will have a unique image but a certain number of categories will. Think about the "habit" column in this EFG database:
We have to decide whether to use a minimalistic circle or an svg with a bit more detail to include a wavy outline, some branches, etc. I would like to use more than a simple circle but without adding weight to our program with complex svg's.
And some variation would be nice so that not all trees look the same. We could rotate the same design (unless it includes shadow) but it shouldn't be hard to add some variety to our options.
Another idea would be to include an icon with each tree to differentiate it. For example a chesntut tree would have a chestnut icon, an apple tree an apple, an oak and acorn, and so on. We could include icons for nitrogen fixers or pollinizers too. I don't know that I like this idea but it is something to consider!
The text was updated successfully, but these errors were encountered: