https://github.com/openmole/exmodelo-model
https://github.com/openmole/exmodelo-model
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openmole/exmodelo-model
- Owner: openmole
- Created: 2019-04-26T09:01:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T13:16:04.000Z (over 1 year ago)
- Last Synced: 2025-08-04T14:59:06.350Z (10 months ago)
- Language: Scala
- Size: 98.2 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build console
```sh
> cd scala
> sbt
> project console
sbt> run
```
## Build Zombieland
(you need to install npm to run this version)
```sh
> cd scala
> sbt
sbt> project zombieland
sbt> buildGUI
```
Then browse:
```sh
scala/zombieland/target/zombies.html
```
## Build sub-model Cooperation
```sh
> cd scala
> sbt
sbt> project cooperation
sbt> buildGUI
```
Then browse:
```sh
scala/vigilence/target/zombies.html
```
## Build sub-model spatialsens
```sh
> cd scala
> sbt
sbt> project spatialsens
sbt> buildGUI
```
Then browse:
```sh
scala/spatialsens/target/zombies.html
```
## Build sub-model ode
```sh
> cd scala
> sbt
sbt> project ode
sbt> osgiBundle
```
The ode jar program is:
scala/ode/target/scala-2.13/ode_2.13-0.1.0-SNAPSHOT.jar
## Build Zombieland jar for OpenMOLE
```sh
> cd scala
> sbt
sbt> project zombies-bundle
sbt> osgiBundle
```
The OpenMOLE jar plugin is in:
```sh
scala/bundle/target/scala-2.12/zombies-bundle_2.12-0.1.0-SNAPSHOT.jar
```