mirror of
https://github.com/kikito/middleclass.git
synced 2024-11-08 09:34:22 +00:00
updated README
This commit is contained in:
parent
b8e1f538fb
commit
49dd4929a7
@ -1,14 +1,16 @@
|
||||
h1. MiddleClass
|
||||
|
||||
Lua OOP classes usually end being:
|
||||
a) multi-file libraries, too difficult to understand
|
||||
b) very small libraries, not very powerful
|
||||
* multi-file libraries, too difficult to understand
|
||||
* very small libraries, not very powerful
|
||||
|
||||
Middleclass attemps to be a mid-sized library (100 lines of code, on a single file), with clean, easy to understand code, and yet powerful enough to be used in most cases.
|
||||
|
||||
==Documentation==
|
||||
h1. Documentation
|
||||
|
||||
See the [http://love2d.org/wiki/MiddleClass LÖVE wiki page] for examples & documentation.
|
||||
|
||||
==Features==
|
||||
h1. Features
|
||||
* ~100 lines of code
|
||||
* top-level Object class
|
||||
* all methods are virtual
|
||||
|
Loading…
Reference in New Issue
Block a user