Flaxis / slick-ui

Lightweight Phaser UI plugin
http://slick-ui.com/
190 stars 25 forks source link

license? #11

Closed 7yl4r closed 7 years ago

7yl4r commented 8 years ago

Firstly, this is really nice work and thank you for making it open source regardless of your license choice.

I'm a bit wary of using something that doesn't include a license. Phaser is licensed under the very permissive MIT license --- which I would be happy to see here too, but the choice is yours of course.

Flaxis commented 8 years ago

I really don't mind what you do with this library, so let's just say it's released as public domain :)

Flaxis commented 8 years ago

I should add that it only applies to the library itself of course. Phaser and the Kenney assets still have their own licenses which should be followed.

7yl4r commented 8 years ago

That's great! I'm definitely going to use this then. The look fits in perfectly with a little game I'm making, and I'd like to find a better way to code for menus in phaser. Thanks!

As a note for anyone else coming by : Kenny's assets used here are ui-pack ( CC0 public domain license).

@Flaxis : If you like you could add a section in the readme or add the CC0 license to the repo so it will be easier for others to see that they can use it freely.

Flaxis commented 8 years ago

Cool! For those who want to customize the theming even more, you can create custom 'renderers' and specify them in the theme json file. Also, updated the readme with the information about legal stuff :)