[gephex-devel] Gephex 0.5: about the control flow
JS
js at drone.ws
Mon Feb 13 19:58:54 CET 2006
Hi guys,
I've looked deeper into the konsolenphex and "gephex bytecode"
language. I've understood that you want to put a Scheme layer on top of
that, and a GUI on top of Scheme.
What I don't get however is: will the flow be entirely controlled by
Scheme? Or is part of it (like the control loop) be controlled by C++?
In other words, will a typical scheme script look more like:
(sink (foo (goo (source))))
or like:
(for-every-time-frame-loop
(sink (foo (goo (source))))
)
?
--
Jean-Sébastien Senécal
Reseach Assistant, Hexagram / Assistant de recherche à Hexagram
M. A. Student in Interactive Media / Étudiant en Médias Interactifs, Université du Québec à Montréal
M. Sc. Computer Sciences / Informatique, Université de Montréal
Mail: js at drone.ws
Web: http://drone.ws
More information about the gephex-devel
mailing list