Search found 3 matches
- Wed Sep 17, 2014 5:39 pm
- Forum: Libraries and Tools
- Topic: [library] bump 2.0 – Collision Detection
- Replies: 50
- Views: 35725
Re: [library] bump 2.0 – Collision Detection
Ugh... looking at player.lua... is it possible to use this library without multiple dozens of lines of cryptic code spanning multiple functions? I sort of grasp the general structure of how it all works, but I am in no way even close to being capable of understanding it well enough to be able to mod...
- Thu Aug 07, 2014 12:48 pm
- Forum: Libraries and Tools
- Topic: [library] libxml
- Replies: 1
- Views: 5183
Re: [library] libxml
This looks really awesome, but without a license, it's unusable, you really should add one. If you're not sure, and want it to be open source, just go with MIT, find a copy, and put it in the github repo.
- Mon Aug 04, 2014 10:13 pm
- Forum: Libraries and Tools
- Topic: Löve Frames - A GUI Library
- Replies: 406
- Views: 378120
Re: Löve Frames - A GUI Library
Looking at the code briefly, it seems like none of the widgets inherit from anything other than the base class, is subclassing widgets possible if I wanted to create a new widget type? Or would I have to write it from scratch? EDIT: Since no one replied in this topic so far and I don't want to doubl...