Home

The 'luasopia' is a (wrapper) framework that is built on Solar2d and Gideros. The purpose of this framework is that the same Lua code result in the same output on both Solar2d and Gideros. Thus, if a user writes a code (e.g., game) using this framework, it can be executed without any modification on Gideros as well as Solar2d and shows the same output. The most important philosophy of 'luasopia' framework is 'as easy as possible'. I tried to design the API to be as simple as possible.


(Solar2d) To start with Solar2d, execute the following command in cli :

git clone https://github.com/luasopia/template_solar2d.git appname

After this, execute Solar2d and open project 'appname/main.lua'. Then, you can start editing 'appname/root/main.lua' to develop luasopia app.


(Gideros) To start with Gideros, execute the following command in cli:

git clone https://github.com/luasopia/template_gideros.git appname

After this, execute Gideros Studio and open project 'appname/template.gproj'. Then, you can start editing 'appname/root/main.lua' to develop luasopia app.

댓글 없음:

댓글 쓰기