Old discussion
here. Creating new discussion to not hijack
@Roland_Y's thread anymore
We've created a new
collection of libraries that may be useful for Gideros developers.
The library could be included as a part of Gideros, in the next release (still under discussion).
The only way to use the library currently is to download/clone it and copy the relevant libraries to your project and use it. If this is included in Gideros, using the library would simply be require("library_name").
Let's discuss!
People call me "underscore".
Comments
If you're familiar with git, add your library to libraries.txt, and send a pull request. If not, open an issue with link to your file, and we'll do it
Including all this helpful libraries in Gideros release, will not mean that your end app will be larger then it was.
Each file will be included in your project, only when you call require function to include specific lib.
What will increase in size, is actually, the Gideros release file, that you will need to download, when new Gideros version is released.
And as I hope, all community lib files will be stored in separate folder, so it would possible to update them through same github repository without waiting for next Gideros release.
Have you guys seen the multifile library support in the ruby branch?
This is risk! :-)