Search found 7 matches
- Mon Dec 19, 2011 10:36 pm
- Forum: Games and Creations
- Topic: B: You Are A Magnet (concept demo)
- Replies: 11
- Views: 6655
Re: B: You Are A Magnet (concept demo)
I was wondering how the controls would be received. I use that layout for zsnes, so it felt perfectly natural to me :P Toggling is not really useful IMHO completely different buttons (for the other hand) for polarity. I have to agree with these guys, I think having one button for N and one for S is ...
- Mon Dec 19, 2011 9:19 am
- Forum: Games and Creations
- Topic: B: You Are A Magnet (concept demo)
- Replies: 11
- Views: 6655
B: You Are A Magnet (concept demo)
This is an idea that I've had for awhile, and finally got around to cranking out a demo over the last week or so. Allow me to wax poetic for a moment. In case you couldn't guess, You Are A Magnet. "B" (working title) is a puzzle platformer, similar in intent to Portal. The aim each level i...
- Thu Dec 08, 2011 10:06 pm
- Forum: Libraries and Tools
- Topic: Yet another GUI toolkit: Gwee
- Replies: 15
- Views: 10426
Re: Yet another GUI toolkit: Gwee
It should be reasonably easy to adapt it to use pure lua code in addition to xml. Yeah, the xml lib is stopping me from using. In all honesty, it would make it a lot easier to just define it all in lua, seeing as the people who would use it know lua already. Fair enough. I will work on a pure Lua v...
- Thu Dec 08, 2011 4:32 am
- Forum: Libraries and Tools
- Topic: Yet another GUI toolkit: Gwee
- Replies: 15
- Views: 10426
Re: Yet another GUI toolkit: Gwee
lxp is LuaExpat. I don't include it with Gwee because part of it is a native library, and I don't have a good (portable) way to resolve the dependency. This is actually a good time to point out that a link to a pure Lua XML parser would be awesome if anyone knows of a good one
- Thu Dec 08, 2011 12:22 am
- Forum: Libraries and Tools
- Topic: Yet another GUI toolkit: Gwee
- Replies: 15
- Views: 10426
Re: Yet another GUI toolkit: Gwee
Right, thanks. I forgot that the require would break.
- Wed Dec 07, 2011 11:03 pm
- Forum: Libraries and Tools
- Topic: Yet another GUI toolkit: Gwee
- Replies: 15
- Views: 10426
Re: Yet another GUI toolkit: Gwee
Thanks, everyone! I will implement the shift key right now. Also, I just attached an example .love to the OP if you want to check it out.
- Wed Dec 07, 2011 6:41 pm
- Forum: Libraries and Tools
- Topic: Yet another GUI toolkit: Gwee
- Replies: 15
- Views: 10426
Yet another GUI toolkit: Gwee
Hey all, I have started working on a small GUI library called Gwee ( http://love2d.org/wiki/Gwee ). I am aiming for something very focused and unobtrusive (from an API point of view) that can be easily turned on and off. To that end, I've worked more on features like skins and XML widget layouts tha...