The following are examples and use cases of the Omni framework. The full set of examples can be downloaded from the files section.
If you're just starting with the framework this list is ordered in such a way as to help familiarize you with the basic framework structures, classes and options to get you building with Omni quicker.
Delegates and Events
The delegate and event classes are the staple of Omni that allow it to achieve the flexibility it has.
Threading
The framework contains different thread classes to allow a greater flexibility with threading.
Synchronization Locks
There are numerous locking primitives to allow finer control of your code given the nature of synchronization.
Timers
The various timers in the framework can give you a steadily timed tick event.
If you're just starting with the framework this list is ordered in such a way as to help familiarize you with the basic framework structures, classes and options to get you building with Omni quicker.
Delegates and Events
The delegate and event classes are the staple of Omni that allow it to achieve the flexibility it has.
Threading
The framework contains different thread classes to allow a greater flexibility with threading.
Synchronization Locks
There are numerous locking primitives to allow finer control of your code given the nature of synchronization.
Timers
The various timers in the framework can give you a steadily timed tick event.