axmol/tools/console
halx99 1fff0fa746 Add experimental wasm64 support
really experimental, just build, can't run yet
2024-04-12 20:34:59 +08:00
..
README.md Improve axmol cmdline 2024-04-09 02:42:25 +08:00
axmol Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
axmol.bat Make command `axmol build` alias `axmol` 2024-04-07 23:34:30 +08:00
axmol.ps1 Add experimental wasm64 support 2024-04-12 20:34:59 +08:00
axmol_new.ps1 Add create isolated project support (#1801) 2024-04-10 22:11:42 +08:00

README.md

axmol-cmdline

Vision of axmol-cmdline

A command line tool that lets you create, run, publish, debug, etc… your game. It is the swiss-army knife for axmol.

Examples:

# starts a new project called "My Game" for multi-platform

$ axmol new MyGame -l cpp -p org.axmol.mygame

$ cd MyGame

# Will deploy the project to device and run it
$ axmol run -p android


Devel Info

Internals

axmol.ps1 is an script whose only responsability is to call its plugins. axmol.bat will invoke axmol.ps1 on windows axmol will invoke axmol.ps1 on Mac OS X and linux

To get a list of all the registered plugins:

$ axmol -h

To run the "new" plugin:

$ axmol new