-
Notifications
You must be signed in to change notification settings - Fork 3
9. OOP LIBRARY
You can already use the objects avalaible to build new one, or complete your library. Those object are distribute under the GPL licence v3
Webservice: A class to do http request
Gui Editor: Editor to build Gui and generate OO class
Extdb3: Manage SQL Database with Extdb3
Key Handler: Manage the keyboard events
Cipher Object: Cipher / Uncipher string with RS4 like algo.
Path Finding: A ready to use path finding object implementing GreedyBestFirst, Dijkstra Algorithm, A* Algorithm
Digital Tree:A ready to use digital tree with classic interface
Hashmap: simple & efficient hashmap with classic interface
priority queue: Manage elements according priority
Bus message: Permits to create (sync & async) channel between client & servers
Persistent Data World: a ready use object to save objects in arma
Grid: Permits to create a geographic grid at custom scale
Circular List Create a circular list to switch from an element to an other
Marker: A simple object which encapsulate arma marker with functions
Camera: A ready to use implementation of Picture in picture in Arma
Inventory: Permits to manage inventory of units with ready to use functions
ExtDb2: Simple driver for extdb2