Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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