Search found 157 matches

by RPG
Thu Mar 03, 2011 4:06 pm
Forum: Libraries and Tools
Topic: loveui 0.7 (just started)
Replies: 26
Views: 30349

Re: loveui 0.7 (just started)

Looks promising. Any real demonstrations avaiable? I think best solution for UI in games - using "borer image" like CSS 3: http://css3wizardry.com/2010/07/26/iphone-buttons-without-border-images/ I'm also thinking bout joining UI classes with lQuery events mechanism, then you could animate...
by RPG
Thu Mar 03, 2011 12:54 pm
Forum: Libraries and Tools
Topic: lQuery
Replies: 64
Views: 33021

Re: lQuery

Done. New error: bash-4.1$ love physics/ Error: [string "main.lua"]:2: module 'src.utils.ease' not found: no field package.preload['src.utils.ease'] no file './src/utils/ease.lua' no file '/usr/share/lua/5.1/src/utils/ease.lua' no file '/usr/share/lua/5.1/src/utils/ease/init.lua' no file '...
by RPG
Thu Mar 03, 2011 7:12 am
Forum: Libraries and Tools
Topic: lQuery
Replies: 64
Views: 33021

Re: lQuery

bash-4.1$ love physics/ Error: Syntax error: [string "src/data/Vector2.lua"]:27: 'then' expected near 'return' stack traceback: [C]: ? [C]: in function 'require' [string "src/data/init.lua"]:4: in main chunk [C]: in function 'require' [string "src/init.lua"]:19: in mai...
by RPG
Thu Mar 03, 2011 2:38 am
Forum: Libraries and Tools
Topic: lQuery
Replies: 64
Views: 33021

Re: lQuery

You can fix it by bringing the folders out of the tests/examples folder, to the top level, and changing the require to 'src.init'. I tried... another errors was there. New in lQuery Animation queue . Original feature for incredible animation effects. Animation frames in queue runs in sequence: when...
by RPG
Wed Mar 02, 2011 10:45 pm
Forum: Libraries and Tools
Topic: lQuery
Replies: 64
Views: 33021

Re: lQuery

bash-4.1$ love image/ Error: [string "main.lua"]:1: module '../../src.init' not found: no field package.preload['../../src.init'] no file './//////src/init.lua' no file '/usr/share/lua/5.1///////src/init.lua' no file '/usr/share/lua/5.1///////src/init/init.lua' no file '/usr/lib/lua/5.1//...
by RPG
Wed Mar 02, 2011 12:24 pm
Forum: Libraries and Tools
Topic: lQuery
Replies: 64
Views: 33021

Re: lQuery

Looks good. Method chaining looks cool. Using entities is a good practice, I use the idea inside of my Grace framework (although inside of Worlds, with Layers and Tags as well). Good luck! Your work looks great, but... unfortunatly, Grace framework isn't working on my system (Linux). I think this i...
by RPG
Wed Mar 02, 2011 5:26 am
Forum: Libraries and Tools
Topic: lQuery
Replies: 64
Views: 33021

lQuery

lQuery (luaQuery or loveQuery) - tiny framework similar to jQuery in JavaScript. Documentation : http://lquery.scriptumplus.ru Downloads: https://github.com/scriptum/lQuery/downloads Key features: integrated scene graph manager - all objects merged into one, easy-to-manipulate scene graph. entity-ba...