https://github.com/alphafantomu/kumikaeru
An engine framework similar to "Love Universe" meant to be utilized for the LÖVE engine.
https://github.com/alphafantomu/kumikaeru
engine framework love2d love2d-framework lua lua-library
Last synced: 26 days ago
JSON representation
An engine framework similar to "Love Universe" meant to be utilized for the LÖVE engine.
- Host: GitHub
- URL: https://github.com/alphafantomu/kumikaeru
- Owner: alphafantomu
- License: mit
- Created: 2020-08-28T04:55:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T22:16:06.000Z (over 3 years ago)
- Last Synced: 2025-02-10T23:51:27.098Z (3 months ago)
- Topics: engine, framework, love2d, love2d-framework, lua, lua-library
- Language: Lua
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leng
Leng meaning "Cold" in Chinese, is a engine framework similar to "[Love Universe](https://github.com/alphafantomu/Love-Universe)" meant to be utilized for the LÖVE framework. Leng handles custom objects, enumerations, data types, drawing, and frame updates, but also supplies API for things like audio configuration, time and space manipulation etc. The difference between "Leng" and "Love Universe" is that "Love Universe" tries to replicate Roblox's framework, while "Leng" is more of my original work and API, how [I](https://github.com/alphafantomu) would optimize, utilize and handle data.### Why did you make this?
I, [Ari](https://github.com/alphafantomu), simply made this for learning and enjoyment purposes. I thought that making an engine framework would be very fun and interesting, and it is. I am hoping to greatly improve my code through this project in different aspects.### Who maintains this project?
For a little bit of time quite literally a minute or two, my organization "地平線を越えた伝説" and team "Unending" maintained this project, however I transfered the project to myself, Ari, because I felt this project was more about and directed towards me, not my organization or team.### How do I use Leng?
Most of your answers about Leng, installation, usage, API, objects, what droplets are can be found at the wiki which you can find [here](https://github.com/alphafantomu/Leng/wiki).### Status
Leng is currently not able to be fully utilized, as the framework is not in a stage where it is usable. **Once the project is usable, a packaged release will be available at this project github page**. Love Universe will most likely not be continued any further, as Leng can be seen as something more refined.If you would like to see the updates for versions of Leng, you can go [here](https://github.com/alphafantomu/Leng/projects).
### Features
* Custom Package Environments
* Framework Manipulation API
* Custom Enumeration API
* Custom Data Types (Classes)
* LÖVE Framework Handling