BetSelection.cc

The Bin => The graveyard => Recycle bin => Archive => vIMTK => Topic started by: VLS on May 17, 2014, 08:42:38 PM

Title: Purpose of our In-Memory Toolkit
Post by: VLS on May 17, 2014, 08:42:38 PM
The in-memory toolkit serves a two-fold purpose.

On the one hand there is efficiency. By being a memory-only representation of a widget, there is no waiting for graphical updates to happen, thus the operations can literally run at the maximum speed two of the fastest components in the computer can deliver (RAM + Processor).

On the other hand there is portability. It acts as a platform-agnostic interface giving access to the widget's internal state to facilitate its graphical representation in any native programming technique the operating system demands.
Title: Re: Purpose of our In-Memory Toolkit
Post by: VLS on May 17, 2014, 10:04:23 PM
First three vIMTK widgets (must-haves):

- Roulette wheel.
- Roulette Felt.
- Matrix32 6x6.