Skip to content

Commit 570ea7d

Browse files
authored
(doc): update readme.md
1 parent aa3b9e2 commit 570ea7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# minisky
22

3-
minisky is an air traffic simulation library, a stripped-down and modernised fork of [bluesky](https://github.com/TUDelft-CNS-ATM/bluesky) and a successor to [AirTrafficSim](https://github.com/HKUST-OCTAD-LAB/AirTrafficSim). It removes much of the legacy infrastructure tied to bluesky's standalone application, including the bundled Pygame/Qt GUI, distributed simulation nodes, and rarely used commands, resulting in a much smaller library that is easy to understand and extend.
3+
minisky is an air traffic simulation library, a stripped-down and modernised fork of [BlueSky](https://github.com/TUDelft-CNS-ATM/bluesky) and a successor to [AirTrafficSim](https://github.com/HKUST-OCTAD-LAB/AirTrafficSim). It removes much of the legacy infrastructure tied to BlueSky's application, including the bundled GUI, distributed simulation nodes, and uncommon command. The goal of minisky is to create a compact library that is easy to understand and extend.
44

55
minisky:
66

7-
- retains familiar and proven bluesky workflows: `.scn` scenario files, the core traffic/navigation model, OpenAP performance models, and conflict detection/resolution algorithms
7+
- retains familiar and proven BlueSky workflows: `.scn` scenario files, the core traffic/navigation model, OpenAP performance models, and conflict detection/resolution algorithms
88
- provides independently distributable plugins with explicit lifecycle management
99
- replaces process-wide mutable globals with explicit runtime ownership
1010
- uses declarative, typed command parsing with machine-readable command schemas

0 commit comments

Comments
 (0)