mls

Last-modified: 2010-01-06 (水) 22:30:50

MicroLuaDS開発用シミュレータ

  • MicroLua のシミュレータということですが、どこまで実装が進んでいるのか注意がいりそう
    • うまく動かないときに作りの問題かシミュレータの問題かの切り分けが必要と思われます

Ver0.4 beta2

Ver0.3

simulator

  • 使い方は以下にあるように 自作のスクリプトを同じディレクトリに保存してコマンドラインから実行すればOK
    • 実行時のコントロール(キーアサイン)も以下の通り

[2] What's in the zip file ?


The main script mls.comp.lua, the Lua 5.1 executable, some libs, and a "mls"
launcher script.

You can run your Micro Lua script by typing the following command at the prompt,
while in the MLS directory:

Linux & Mac OS X : ./mls <name-of-your-script>
Windows: mls <name-of-your-script>

[3] Controls


Of course the stylus is replaced by the mouse and its pression by the left
mouse button.

In this version, the buttons<>keys bindings cannot be changed. They are:

-----------------------------
DSPC
-----------------------------
Pad UpI or Up arrow
Pad DownK or Down arrow
Pad LeftJ or Left arrow
Pad RightL or Right arrow
LA or R
RZ or T
AD
BX
XE
YS
StartQ or F
SelectW or V
-----------------------------