You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know of anybody who uses them separately, including myself ;-) . It looked as a good idea to have this basic functionalty as own projects.
I can think of 3 reasons why you might consider keeping them appart:
A project where you only want layouting or the shapes without the whole gown and want to save a few bytes bandwith and.
Lets say another developer only want to draw some basic shapes (stars, arrows, ...) for his project. He searches for pixi shapes and might not find gown so he uses some other lib or implements it himself. Later he wants to also include some more complex ui, so he adds gown, and now he has different libs in there that provide the same functionality.
it should make it easier for other developers who are only interested in shapes or layouts. They only need to understand and extend one of the smaller libs and don't need the whole.
But because both projects are so small the saved bandwith is not measurable and a few lines of duplicated functionality is not so bad (in my 2. example the developer did bad planning from the start, anyway). And until now noone seemed very interested in just pixi-shapes or pixi-layout so the possibility for any of these projects to grow on their own are quite low.
I think maintability is the most important thing here. So if you think that this will make things easier for us go ahead and merge them back.
I am thinking about merging the three projects back together into one.
Reasoning:
The text was updated successfully, but these errors were encountered: