On Thu, Nov 13, 2003 at 01:37:27AM -0800, Iain Duncan wrote: > > softwerk is totally designed like this. you get it for free by using > > an MVC programming design. (almost) nothing that happens in the GUI > > can stall the engine. softwerk itself likes to use the RTC for timing > > purposes. running the engine thread SCHED_FIFO is also a key > > ingredient of this. > > Cool, I think this will be a good course of study for me. However, for me > and other newbies, what does MVC stand for, and any hints on learning more > about it?
Model-View-Controller. Put that into google and you'll turn up plenty of stuff. It seems to me that many applications blur the line between View and Controller. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's NEGA MATRIX AIRPLANE FRED! (random hero from isometric.spaceninja.com)
