Search found 49 matches

by Snuux
Mon Apr 14, 2014 12:58 pm
Forum: Support and Development
Topic: Help with functions and parameters
Replies: 8
Views: 2025

Re: Help with functions and parameters

Thanks all. I want write small function for debug, and I want, that function recieve only one parameter... So, now I understand, that likely to fail - use one parameter(( In Zoetrope it's really simple(( debugger.watch('the.block.x') debugger.watch('the.block.y') But it's archeticture very powerfull...
by Snuux
Mon Apr 14, 2014 12:33 pm
Forum: Support and Development
Topic: Help with functions and parameters
Replies: 8
Views: 2025

Help with functions and parameters

Hi, I want to ask some question. It's possible to receive variable name, when we put one parametor into function call? Some example: function getNameAndValue(a) --it's pseudo code name = a --where name is "key" value = a --and value is 50 end key = 50 getNameAndValue(key) It is possible to...
by Snuux
Mon Apr 07, 2014 4:30 pm
Forum: General
Topic: Some questions about forum
Replies: 1
Views: 1010

Some questions about forum

What is "Obey" mean?
How site work so fast?
by Snuux
Wed Apr 02, 2014 7:28 pm
Forum: Libraries and Tools
Topic: Slib 1.2 - really easy saving!
Replies: 12
Views: 16813

Re: Slib 1.0 - really easy saving!

I think about change it. But alghorithm should not be easy! Thanks for reply!
by Snuux
Tue Apr 01, 2014 12:47 pm
Forum: Libraries and Tools
Topic: Slib 1.2 - really easy saving!
Replies: 12
Views: 16813

Re: Slib 1.0 - really easy saving!

Update lib to next version. Now it's 1.0 version. This version is ready to use. It's more fast, more comfortable, and availible on GitHub ! Changelog: Add slib.init() function Now you can set name of "slib" More fast It's my first expereance in Git. Please tell me my mistakes. Download it !
by Snuux
Tue Apr 01, 2014 8:50 am
Forum: Libraries and Tools
Topic: ObscureWorlds Libraries
Replies: 13
Views: 12874

Re: ObscureWorlds Libraries

You use "table.insert" very often. And it's don't good. Read this, about lua optimizations: link
by Snuux
Thu Mar 27, 2014 4:26 pm
Forum: Support and Development
Topic: Need entity-based framework
Replies: 0
Views: 1248

Need entity-based framework

Hi, is there are some entity-based frameworks for Love 0.9.0 like FlashPunkor Zoetrope?

Zoetrope is ported to love 0.9.0, but it's contain a lot of bugs((
by Snuux
Wed Mar 19, 2014 8:39 pm
Forum: Libraries and Tools
Topic: Entity-Component Implementation/Library
Replies: 4
Views: 2071

Re: Entity-Component Implementation/Library

Excellent! Please, add more features. It's very useful. Thanks!
by Snuux
Sun Mar 09, 2014 8:37 pm
Forum: Libraries and Tools
Topic: Löve "Light vs. Shadow" Engine [0.4.3]
Replies: 117
Views: 124982

Re: Löve "Light vs. Shadow" Engine [0.2.2]

It's fantastic! Really wery awesome! Please, give me some advice about better way, to learn shaders?)