Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tehhowch/es-amc
C++ command line tool to compare anti-missile performance in Endless Sky
https://github.com/tehhowch/es-amc
Last synced: 3 months ago
JSON representation
C++ command line tool to compare anti-missile performance in Endless Sky
- Host: GitHub
- URL: https://github.com/tehhowch/es-amc
- Owner: tehhowch
- License: gpl-3.0
- Created: 2017-07-27T07:37:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T20:43:30.000Z (over 7 years ago)
- Last Synced: 2024-06-23T11:40:48.856Z (5 months ago)
- Language: C++
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-endless-sky - ES-AMC - A C++ program to compare Anti-Missile performance. (Statistics)
README
## Using
To build, simply use g++ with the C++11 option, e.g.
```
g++ -std=c++11 -Wall -O2 src/*cpp -o amc
```
and then execute by typing
./amc## To-Do
1. Argument passing and file reads
2. "Simulation control" input files, in addition to data input files
3. More flexible output
4. Relative velocity comparisons.of course, also
0. Finish coding the classes