Search found 6 matches
- Sun Mar 13, 2016 12:24 am
- Forum: Libraries and Tools
- Topic: Crystal - extensible extension for games written in the extensible extension Lua language
- Replies: 0
- Views: 1736
Crystal - extensible extension for games written in the extensible extension Lua language
Crystal is a project I've been working on recently. Originally, it started as an extension with a few functions for the Amulet game engine. Later on I've added a simple implementation of timers and a thing I'm pretty proud of - an asset sheet/element based animation system. The animation system is ...
- Tue Mar 08, 2016 10:06 pm
- Forum: Games and Creations
- Topic: Move or Die | Löve game on Steam!
- Replies: 38
- Views: 37673
Re: Move or Die | Löve game on Steam!
Hey, just noticed that Markiplier [~12M subs] uploaded a video of this game Link
Edit: fixed the link
Edit: fixed the link
- Sun Feb 21, 2016 4:04 am
- Forum: General
- Topic: Interesting new Lua game engine?
- Replies: 3
- Views: 3727
Re: Interesting new Lua game engine?
Yeah, I kind of messed up on that bit :/
How is it less convenient to use? I did mention it's very different from other engines, I haven't tried much in it though.
How is it less convenient to use? I did mention it's very different from other engines, I haven't tried much in it though.
- Sun Feb 21, 2016 4:02 am
- Forum: Libraries and Tools
- Topic: [module] ScaleInator
- Replies: 2
- Views: 2444
[module] ScaleInator
I've made a small module for people who like perfect pixels. This module is made for games with pixel art and low resolution graphics, where improper scaling could lead to imperfect (non-square) pixels and uglyness. It does not depend on any framework or other module and it's written in pure Lua. Wi...
- Sun Feb 21, 2016 3:40 am
- Forum: General
- Topic: Automatic image rescale
- Replies: 4
- Views: 4406
Re: Automatic image rescale
I wrote a small module for scaling in pixel art games, where perfect and square pixels are important. If you're writing one, check out ScaleInator
- Sun Feb 21, 2016 2:21 am
- Forum: General
- Topic: Interesting new Lua game engine?
- Replies: 3
- Views: 3727
Interesting new Lua game engine?
It feels kind of weird posting this on a forum about Love2D, but the forum description does mention "Lua" and "game development" too. Recently I found out on /r/lua about a Lua game engine called Amulet . It's open source (MIT license) and has nearly complete documentation (only ...