-
Notifications
You must be signed in to change notification settings - Fork 13
Architecture
ANTz immersive visualization tools for the mind.
The ultimate goal is close the cognitive loop between people and logic engines.
ANTz is a pseudo-state-machine implementation of a Neural Physics Engine(NPE). The runtime is synchronized to the video frame rate, though some functions execute over multiple frames, (hence it is pseudo). We organize the code using a custom MVC methodology.
MVC variant where View becomes a subset of the IO group:
- Model named 'data' - stores the data using our Native Scene Graph
- View named 'io' - includes keyboard, mice, haptic devices, audio, video...
- Control named 'ctrl' - event processing and scene state updated with the NPE
Four stage run-loop:
- Input data (including events) and process the data by setting scene states
- Update scene state using the NPE
- Draw the scene using OpenGL
- Output results to the screen and other devices (OSC network, database, etc.)
Development_Strategy
- Future features are tracked using 'enhancement' issues.
- Philosophy
- Performance
- Scene Graph based node tree with links
- Globals
- Track data mapped using channels
- OpenGL
- IO Devices
- File Types
- Database
- Keyboard, mouse and window events
- Command
- State_Machine
- Physics
© 2024 Shane Saxon. All rights reserved.
Saxon Digital™, Neuralphysics™, Neural Physics Engine™, NPE™, PODmind™, 7viz™, FileViz™, GaiaVizⓇ, CoderViz™, Csync™, lazyC™, Xr™, Xreality™, ANTz+Fx™, ANTz+™, OpenANTz™, ANTz+Xr™ and the ANTz+Xr™ logo, the Saxon Digital slogans, and the Saxon Digital product names are trademarks of Saxon Digital in the U.S. and/or other countries. All other product names, trademarks, and/or company names are used solely for identification and belong to their respective owners.
Maintained by: OpenANTz.com