mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 07:13:45 +01:00
Add principles to Readme
This commit is contained in:
parent
f875b2079d
commit
f4a7041387
@ -6,6 +6,15 @@ Multipurpose Minetest Modding Library
|
|||||||
|
|
||||||
No dependencies. Licensed under the MIT License. Written by Lars Mueller aka LMD or appguru(eu). Notable contributions by [luk3yx](https://github.com/luk3yx) in the form of suggestions, bug reports and fixes. Another [bugfix](https://github.com/appgurueu/modlib/pull/7) by [NobWow](https://github.com/NobWow/).
|
No dependencies. Licensed under the MIT License. Written by Lars Mueller aka LMD or appguru(eu). Notable contributions by [luk3yx](https://github.com/luk3yx) in the form of suggestions, bug reports and fixes. Another [bugfix](https://github.com/appgurueu/modlib/pull/7) by [NobWow](https://github.com/NobWow/).
|
||||||
|
|
||||||
|
### Principles
|
||||||
|
|
||||||
|
* Game-agnostic: Modlib aims to provide nothing game-specific;
|
||||||
|
* Minimal invasiveness: Modlib should not disrupt other mods;
|
||||||
|
even at the expense of syntactic sugar, changes to the global
|
||||||
|
environment - apart from the addition of the modlib scope - are forbidden
|
||||||
|
* Architecture: Modlib is organized hierarchically
|
||||||
|
* Performance: Modlib tries to not compromise performance for convenience; modlib loads lazily
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
The tests are located in a different repo, [`modlib_test`](https://github.com/appgurueu/modlib_test), as they are quite heavy due to testing the PNG reader using PngSuite. Reading the tests for examples of API usage is recommended.
|
The tests are located in a different repo, [`modlib_test`](https://github.com/appgurueu/modlib_test), as they are quite heavy due to testing the PNG reader using PngSuite. Reading the tests for examples of API usage is recommended.
|
||||||
|
Loading…
Reference in New Issue
Block a user