General Graphics Interface: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Alter: url. URLs might have been anonymized. | Use this bot. Report bugs. | Suggested by AManWithNoPlan | #UCB_webform 362/2197
ItzMeFox (talk | contribs)
Add link to reactor event model
Line 78:
 
==Status as of 2006==
The GGI Project was moving onward to the GGI 3.0 release.{{when|date=February 2017}} libgii had been re-designed. The input handling had been replaced with a [[Reactor pattern|reactor event model]], which is more flexible than using select() on a [[file descriptor]]. This also simplified the input-drivers in general, particularly for those who don't use file descriptors such as input-quartz.
libgg had been moved out into a separate library.
 
Line 85:
 
In GGI 3.0, the extension mechanism had been re-designed from scratch to simplify interactions between the extensions and the core libs. This required a little API change.
 
 
==See also==