Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mikuauahdark/in2love
- Owner: MikuAuahDark
- Created: 2023-01-27T06:02:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T05:47:18.000Z (over 1 year ago)
- Last Synced: 2023-09-30T06:26:56.676Z (over 1 year ago)
- Language: Lua
- Homepage:
- Size: 289 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.