Add utilities and documentation
Add portable filesize and logging C libraries and documentation for development.
This commit is contained in:
parent
724659b25f
commit
d460a7ca93
12 changed files with 627 additions and 283806 deletions
11
doc/2.0_DEVELOPMENT/2.3_EXTENSIONS
Executable file
11
doc/2.0_DEVELOPMENT/2.3_EXTENSIONS
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
2.3 EXTENSIONS
|
||||
==============
|
||||
|
||||
For extensions minimal and embeddable scripting language is ideal. For
|
||||
this reason Lua is the preferred langauge with regard to extending the
|
||||
application, as it is extremely small, allowing for minimal overhead and
|
||||
employment in minimized builds; written in ANSI-C89, so it will run on virtually
|
||||
any platform dating back aged legacy systems; and has a profoundly
|
||||
apprehensive C API, which allows for trivial integration with minimal friction.
|
||||
|
||||
--- end of 2.3 EXTENSIONS ---
|
||||
Loading…
Add table
Add a link
Reference in a new issue