Browse Source

doc/notes.txt : Added to Library organization ... note.

master
kevin 10 years ago
parent
commit
4e66025d05
1 changed files with 7 additions and 2 deletions
  1. 7
    2
      doc/notes.txt

+ 7
- 2
doc/notes.txt View File

@@ -24,8 +24,13 @@ parameters, preset grouping, thread/process allocation, UI layout, ...)
24 24
 
25 25
 Runtime:
26 26
 + Extensible data-object system.
27
-+ Library organization (application objects, simple objects, vector library)
28
-  
27
++ Library organization (platform independent UI description, application objects, app-independent objects, vector library)
28
+  - Platform independent UI description is a protocol for describing a UI object and a runtime protocol
29
+  for communitcating with the UI which is independent of the UI implementation itself.  The UI should be
30
+  implementable in FLTK, or Javascript.  The UI will always run in separate thread and may run in a 
31
+  separate process.
32
+  - Application objects are plug-ins which follow a similar design to the cmDspProc() objects.
33
+    + xs
29 34
 
30 35
 NEW DESIGN NOTES:
31 36
 + The current designs fundamental weakness is that it uses callbacks to communicate where sequential program 

Loading…
Cancel
Save