Search found 6 matches

by Zatherz
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: 1638

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 ...
by Zatherz
Tue Mar 08, 2016 10:06 pm
Forum: Games and Creations
Topic: Move or Die | Löve game on Steam!
Replies: 38
Views: 35090

Re: Move or Die | Löve game on Steam!

Hey, just noticed that Markiplier [~12M subs] uploaded a video of this game :D Link

Edit: fixed the link
by Zatherz
Sun Feb 21, 2016 4:04 am
Forum: General
Topic: Interesting new Lua game engine?
Replies: 3
Views: 3464

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.
by Zatherz
Sun Feb 21, 2016 4:02 am
Forum: Libraries and Tools
Topic: [module] ScaleInator
Replies: 2
Views: 2344

[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...
by Zatherz
Sun Feb 21, 2016 3:40 am
Forum: General
Topic: Automatic image rescale
Replies: 4
Views: 4146

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 :D
by Zatherz
Sun Feb 21, 2016 2:21 am
Forum: General
Topic: Interesting new Lua game engine?
Replies: 3
Views: 3464

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 ...