Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikuauahdark/in2love

Lua 5.1/LuaJIT Inochi2D reimplementation.
https://github.com/mikuauahdark/in2love

Last synced: 3 months ago
JSON representation

Lua 5.1/LuaJIT Inochi2D reimplementation.

Awesome Lists containing this project

README

        

In2LOVE
=====

An attempt to rewrite Inochi2D reference implementation to LuaJIT to be used in [LÖVE](https://love2d.org) environment.

Rewrite is based on commit [Inochi2D/inochi2d@1139fba](https://github.com/Inochi2D/inochi2d/commit/1139fba838174f78dec8460092c4458c98e5ef4a), but will be updated in case an update follows.

Libraries
-----

* [`batteries.sort`](https://github.com/1bardesign/batteries) Copyright 2021 Max Cahill, licensed under zLib license.
* [`classic`](https://github.com/rxi/classic) Copyright (c) 2014 rxi, licensed under MIT license.
* [`JSON.lua`](http://regex.info/blog/lua/json) Copyright 2010-2017 Jeffrey Friedl, licensed under CC-BY-3.0 license.