Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agentender/enderutils
A collection of utilities made compatible with each other for the LÖVE game engine
https://github.com/agentender/enderutils
Last synced: 23 days ago
JSON representation
A collection of utilities made compatible with each other for the LÖVE game engine
- Host: GitHub
- URL: https://github.com/agentender/enderutils
- Owner: AgentEnder
- Created: 2018-01-08T18:30:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T12:58:33.000Z (almost 7 years ago)
- Last Synced: 2024-10-11T17:05:16.650Z (3 months ago)
- Language: Lua
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EnderUtils #
## main.lua ##
An example main.lua for a LÖVE game which implements all 3 utilities. This shows how to utilize each of the utilities in a project.
## EnderEntities ##
A Simple Entity Framework, Source located at /bin/enderentities.lua.
Examples of how entities work, including inheritance which is possible, are found in the /bin/enitites directory
## EnderStates ##
A Simple State Engine, which allows the current state to be set and swapped at any time.
Source found at /bin/enderstates.lua
## EnderConsole ##
A console built in to the running game. Allows execution of lua code during gameplay. Pauses other actions while console is open.
Source found at /bin/enderconsole.lua