ParaQ:Design: Difference between revisions
From ParaQ Wiki
Jump to navigationJump to search
mNo edit summary |
|||
Line 33: | Line 33: | ||
==Selection== | ==Selection== | ||
* [[ | * [[Selection]] - possible approaches to handling interactive selection of geometry. | ||
==Standards== | ==Standards== |
Revision as of 15:41, 6 January 2006
Overview
This page serves as the formal gathering place for discussions, documentation, and doodling related to ParaQ design. It's the final resting place for documents that may appear other places in the site (for example, on the page for a meeting, if the document was presented at that meeting).
Initial Design
- Design document, presented and discussed at the first ParQ summit.
- Crash Test Dummies - the modern-day equivalent of straw men.
Compound Filters
Client / Server
- AsynchronousUpdates
- ClientSideData
- Loading state from XML
- ParaQ:Multiview
- ParaQ:Client-Server_Connections - an overview of client / server connections.
- MultipleServerConnections - discusses modifications to the PSM API to support connections among multiple clients and servers.
- Secure Connections - discusses using SSL to secure forward and reverse connections, plus reconnects, etc.
- Server Connections - discusses how clients interface with the PSM to allow for server disconnects/reconnects.
GUI
- Modal Dialogs - how to (and how not to) implement modal dialogs in the Qt client.
- PipelineBrowser
- Remote File Browser API - proposed changes & additions to the current PSM API for remote file browsing.
- Screen Updates - a framework for handling screen updates that allows for a wide variety of update policies.
- ThreadedGUI
Scripting
Selection
- Selection - possible approaches to handling interactive selection of geometry.
Standards
Testing
- Early Testing Prototype - brief overview of the prototype testing implemented in the original "Hello, World" client.
- Testing Design - discusses the later, agreed-upon design for testing in the ParaQ client.