Search found 13 matches

by aes
Sun Mar 30, 2008 10:44 am
Forum: General
Topic: Tutorial requests and ideas
Replies: 79
Views: 93209

Re: Tutorial requests and ideas

Cute characters. Did you make them? Ehm, well, not so much, I was just clicking aroung in charas. (linked from free game resources.) Your demo didn't work at first, beucase you use Lua's built-in require function. That's fine while in a directory, but fails when you pack your game into a .love-file...
by aes
Sat Mar 29, 2008 4:07 am
Forum: General
Topic: Interface: primitives
Replies: 18
Views: 33564

Re: Interface: primitives

Unless you absolutely need >100fps, don't worry about transferring arrays. (yes, yes, rawgeti, or not, whatever.) My suggestion for coping with all that would be to just have a tables with x,y,(z?,)r,g,b,a, ... clipped to the intersäction of features of your underlying layer. And then, when you need...
by aes
Sat Mar 29, 2008 3:11 am
Forum: General
Topic: Tutorial requests and ideas
Replies: 79
Views: 93209

Re: Tutorial requests and ideas

Uh. hello, ppl. I wrote a very small walking-character demo for those charas sheets. With a little more löve it could probably make a nice tutorial. (If not standard kit, the charas class is quite reusable.) http://www.cs.umu.se/~c96aes/walkdemo.love if the attaxhment don't working. -- Oh, jah, I'll...