Search found 28 matches

by leafo
Mon May 14, 2012 5:07 am
Forum: General
Topic: Aroma - Game engine for Chrome
Replies: 20
Views: 14337

Aroma - Game engine for Chrome

Hello everyone, I'm working on a new Lua powered game engine called Aroma . It runs Lua inside of Native Client, which is a feature of Chrome that lets you run native code. It targets OpenGL ES 2.0. http://leafo.net/shotsnb/2012-05-13_22-05-38.png It's pretty simple to use (I hope), check out the tu...
by leafo
Wed Apr 25, 2012 11:33 pm
Forum: Games and Creations
Topic: Wulcan [LD23]
Replies: 10
Views: 5633

Re: Wulcan [LD23]

Ah, a couple of people have told me about this error I'm not sure what causes it. Can you try running this version of the game: http://leafo.net/dump/wulcan-dev-win32.zip I turned on love's release mode in the ludum dare version to see how it worked, but it's stupid because now no can tell me why th...
by leafo
Wed Apr 25, 2012 7:03 am
Forum: Games and Creations
Topic: Wulcan [LD23]
Replies: 10
Views: 5633

Wulcan [LD23]

Figured I'd make a topic for my Ludum Dare game. It's called Wulcan. It's a really simple shmup. You fly a ship with two guns, one that kills enemies and one that pushes back the ever closing walls when it hits an enemy. You have to balance between killing enemies and preventing the walls from crush...
by leafo
Mon Apr 23, 2012 11:30 pm
Forum: Games and Creations
Topic: LD23 Games
Replies: 18
Views: 7656

Re: LD23 Games

Thanks for the list, going to try to play and rate all of them.
by leafo
Wed Feb 08, 2012 6:31 pm
Forum: General
Topic: Lua on a web server (heroku)
Replies: 4
Views: 2343

Re: Lua on a web server (heroku)

Here's a demo, moonscript compiler running on heroku: http://moonscript.herokuapp.com/
by leafo
Thu Oct 20, 2011 3:40 pm
Forum: General
Topic: MoonScript & love
Replies: 35
Views: 27286

Re: MoonScript & love

Sorry for bringing back an old topic. I've been creating windows builds of moonscript here: http://moonscript.org/bin/ Grab the latest one: http://moonscript.org/bin/moonscript-0.2.0-dev-3.zip moon.exe runs moon files all by themselves, and moonc.exe will compile moon to lua. Run them with the -h fl...
by leafo
Sat Aug 20, 2011 10:29 pm
Forum: General
Topic: MoonScript & love
Replies: 35
Views: 27286

Re: MoonScript & love

Before I left last week I played around with it, as you may remember I reported a bug because of the lack of decimal point crashing my shader (and thus gpu). The primary thing I'd like to see (but which will be hard to do) is having 'standard' lua be valid. Ideally moonscript would leave a standard...
by leafo
Tue Aug 16, 2011 6:55 am
Forum: General
Topic: MoonScript & love
Replies: 35
Views: 27286

MoonScript & love

Hi everyone, I recently released a programming language that I made which compiles into lua. It's called moonscript. The homepage is here: http://moonscript.org and the reference manual is here: http://moonscript.org/reference and the code is here: https://github.com/leafo/moonscript . I've used a s...