A swarm-on-swarm simulator for studying point defense using swarms of micromissiles
 
 
 
 
Go to file
Daniel Lovell 1cec2fab7d Fix image link in Dev Guide 2024-10-02 13:18:07 -07:00
.github/workflows Add Simulation_Logging guide, reorg docs for dev guide 2024-10-02 13:12:56 -07:00
Assets Add SanityTest to bamlab.test.playmode 2024-10-02 02:23:30 -07:00
Packages Bump to Unity 6000.0.20f1 (preview) 2024-09-25 17:51:44 -07:00
ProjectSettings Add CI tests in test.yaml, rename assemblies 2024-09-30 00:19:46 -07:00
Tools Move python scripts to Tools/ directory 2024-10-02 00:50:46 -07:00
docs Fix image link in Dev Guide 2024-10-02 13:18:07 -07:00
.clang-format Format all files 2024-09-13 22:45:25 -07:00
.gitattributes Initial commit 2024-09-12 00:15:56 -07:00
.gitignore Overhaul vitepress site 2024-10-02 01:36:42 -07:00
.pre-commit-config.yaml Add clang-format to format C# files 2024-09-13 22:42:01 -07:00
LICENSE Update LICENSE 2024-09-24 18:13:51 -07:00
README.md Add Simulation_Logging guide, reorg docs for dev guide 2024-10-02 13:12:56 -07:00
RELEASE.md Add release action 2024-09-28 16:52:13 -07:00
package-lock.json Edit test directories 2024-10-02 02:08:33 -07:00
package.json Overhaul vitepress site 2024-10-02 01:36:42 -07:00

README.md

micromissiles-unity

Sim Salvo Animation

GitHub Actions Workflow Status GitHub Actions Workflow Status GitHub Release Static Badge

Documentation

Documentation is hosted on the micromissiles-unity GitHub Pages site.

Quick Start

We generate pre-built standalone binaries for Windows and Mac users from the release branch. These binaries are intended for non-development users who just want to run the application and modify a few configurations along the way.

You can find the latest release here.

Windows

  1. Download the zip file for Windows: micromissiles-<version>-windows_x86_64.zip.
  2. Unzip the zip file. The zip file should contain a single directory called micromissiles-<version>-windows_x86_64.
  3. In the micromissiles-<version>-windows_x86_64 directory, run micromissiles-<version>-StandaloneWindows64.exe.

Mac

  1. Download the tarball file for Darwin: micromissiles-<version>-darwin.tar.gz.
  2. Untar the tarball. The tarball should contain a single directory called micromissiles-<version>-darwin.
  3. In the micromissiles-<version>-darwin directory, run the app file.
  4. If you get a warning that Apple cannot check the application for malicious software:
    • Open System Preferences.
    • Navigate to Privacy & Security.
    • Click on Open Anyway to bypass Apple's developer check.