Difference between revisions of "HooECS"

m (reformatted.)
m (again.)
Line 1: Line 1:
HooECS is an Entity Component System framework for game development with lua. Originally written for the LÖVE 2D game engine, it is actually compatible with pretty much any game that uses lua! It is inspired by [Richard Lords Introduction](http://www.richardlord.net/blog/what-is-an-entity-framework) to ECS. If you don't have any idea what this entity component stuff is all about, click that link and give it a read! It's totally worth it!  
+
HooECS is an Entity Component System framework for game development with Lua.
 +
 
 +
Originally written for the LÖVE 2D game engine, it is actually compatible with pretty much any game that uses lua! It is inspired by [http://www.richardlord.net/blog/what-is-an-entity-framework Richard Lords Introduction] to ECS. If you don't have any idea what this entity component stuff is all about, click that link and give it a read! It's totally worth it!  
  
 
This is a fork that's been improved upon.
 
This is a fork that's been improved upon.
Line 15: Line 17:
 
{{#set:Name=HooECS}}
 
{{#set:Name=HooECS}}
 
{{#set:LOVE Version=Any}}
 
{{#set:LOVE Version=Any}}
{{#set:Description= It's a full-featured Entity-Component-System framework for making games with lua}}
+
{{#set:Description= It's a full-featured Entity-Component-System framework for making games with Lua}}
 
{{#set:Keyword=Framework}}
 
{{#set:Keyword=Framework}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|HooECS}}
 
{{i18n|HooECS}}

Revision as of 02:18, 16 December 2019

HooECS is an Entity Component System framework for game development with Lua.

Originally written for the LÖVE 2D game engine, it is actually compatible with pretty much any game that uses lua! It is inspired by Richard Lords Introduction to ECS. If you don't have any idea what this entity component stuff is all about, click that link and give it a read! It's totally worth it!

This is a fork that's been improved upon.

The original software was written by Arne Beer and Rafael Epplee under the name lovetoys.

For the foreseeable future. All lovetoys projects will stay 100% compatible with HooECS. The unit tests of lovetoys are merely expanded upon.

No core behavior is changed!

Links

Other Languages