Screens Environment is a multi-platform component based middleware research project designed to connect technologies together and provide better user experiences for the future of computing http://sourceforge.net/projects/screensos/
Tuesday, November 22, 2005
Update - Made a pre-design of the sub components
I have renamed the kernel components to the Kernel prefix instead of the Core prefix keeping the Core prefix for the API.
Here is my current list of to-do components untill I get to the object component:
KernelMemory - Handles memory allocations and has the platform hooks
KernelArray - Manages an array of fixed size elements
KernelMap - Manages an array of fixed size elements with a key identifer
KernelCollection - Manages a two depth array of a combination of a Map and an Array
KernelTree - Manages a hierarchy of fixed size data with a callback to handle dynamic stuff like constructors and deconstructors.
KernelObject - The object component which uses all the above components.
Well see how it goes...
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment