User:Morgaine Dinova

From Second Life Wiki
Revision as of 03:45, 21 May 2007 by Morgaine Dinova (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Goals for the client, in no particular order:

- Improving portability across compilers and platforms.

- Removal of dependencies on specific versions of required libraries.

- Refactoring access to required libraries to allow alternative choices.

- Refactoring subsystems to allow alternative choices.

- Replacement of refactored 2D GUI by decoupled alternative [footprint reduction].

- Replacement of refactored 3D navigation/camera by local event drive [footprint reduction].

- Replacement of refactored audio system by decoupled alternative [footprint reduction].

Enough to keep me busy for a while ...