You can install the latest version in Release
The Client Apps for Ese
(We're planning WASM support)
Ese Core libraries
Gradle Plugin for creating Ese plugins (Noodle)
Example implementing Ese plugins (we plan to separate them to another repository)
Detail of Ese Plugin is in HowToBuildNoodle.md
First, Change current directory to clients
cd clients
Run run
./gradlew :desktopApp:run
Run installDebug
./gradlew :androidApp:installDebug
Run jsBrowserDevelopmentRun
./gradlew :webApp:jsBrowserDevelopmentRun
Run superReleaseBuild
Format of <APP_VERSION>
is vX.Y.Z-TEXT
For example, -PappVersion=v0.9.0-beta
Default value of <APP_VERSION>
is 0.0.1-dev
./gradlew :desktopApp:superReleaseBuild -PappVersion=<APP_VERSION>