orbitusii / loki-bms-csharp

Battle Management Scope for DCS World (and maybe others?), this time in C#!
MIT License
2 stars 0 forks source link

Tactical Element class and behavior #5

Open orbitusii opened 1 year ago

orbitusii commented 1 year ago

Tactical Elements are static, non-track objects present on the scope that can provide a variety of useful information. TEs may represent:

Data each of them will require:

TEs should be imported from KML Point-type placemarks or added by hand on the scope

TEs should have some sort of reference table for commonly-used types (like specific types of SAMs) that can be used to autocomplete certain values, like Symbology and Range Ring(s) (this may be a separate issue at some point)

orbitusii commented 1 year ago

TEs implemented, rendering, and happy-ish for now. Can be imported from Data Sources after the Data Source has been activated.

Need special graphics for rendering but they function!

orbitusii commented 1 year ago

Serialization thoughts