README: Clarify target group of project
This commit is contained in:
parent
c5d94d9d8b
commit
91d9838e6c
|
@ -9,6 +9,9 @@ It is licensed under the GNU General Public License v2+.
|
|||
[**OSX**](https://app.box.com/mkxpmacbuilds) by Ali
|
||||
[**Windows (mingw-w64 32bit)**](http://ancurio.bplaced.net/mkxp/mingw32/)
|
||||
|
||||
## Should I use mkxp
|
||||
mkxp primarily targets technically versed users that are comfortable with Ruby / RGSS, and ideally know how to compile the project themselves. The reason for this is that for most games, due to Win32-API usage, mkxp is simply not a plug-and-play solution, but a building block with which a fully cross-platform version can be created in time.
|
||||
|
||||
## Bindings
|
||||
Bindings provide the glue code for an interpreted language environment to run game scripts in. Currently there are three bindings:
|
||||
|
||||
|
|
Loading…
Reference in New Issue