Chaos Project

Featured Projects => Advanced RPG Creator => ARC Welder => Topic started by: Ryex on October 29, 2011, 05:45:28 pm

Title: Licenses of the libraries we're using
Post by: Ryex on October 29, 2011, 05:45:28 pm
This topic is to keep track of the licences of any libraries we end up using, if they end up conflicting with each other or how we want to distribute ARC we need to catch them now not later.

Python 2.6 http://www.python.org/getit/releases/2.6/license/

wxPython and wxwidgets http://www.wxwidgets.org/about/newlicen.htm

pyglet http://www.opensource.org/licenses/bsd-license.php

rabbyt http://www.opensource.org/licenses/mit-license.php

AVBin (used by pyglet to play media, music ect) http://www.gnu.org/licenses/lgpl.html

PIL (Python Imaging Library) http://www.pythonware.com/products/pil/license.htm

numpy http://docs.scipy.org/doc/numpy/license.html

pygame (not actualy sure if we need this or not, we may need it for midi files) http://pygame.org/LGPL

matplotlib http://matplotlib.sourceforge.net/users/license.html


As far as I can tell they don't conflict and we can do whatever we want with ARC.
Title: Re: Licenses of the libraries we're using
Post by: Blizzard on October 30, 2011, 03:53:49 am
If we're switching to rabbyt, you should add that license, too.
Title: Re: Licenses of the libraries we're using
Post by: Ryex on October 30, 2011, 04:22:08 am
.. I actually though I had added it, well it's there now.

also, we're not switching so much as adding on top of. rabbyt can use pyglet to load textures and it's pyglet's opengl calls that enable everything.