[Radiance-dev] Radiance cross-platform issues & GUIs, oh my!
R Fritz
rfritz at u.washington.edu
Tue Jul 8 15:30:51 PDT 2008
>> Not sure if that's the best way to go, although I didn't look deep
>> into
>> the code yet, I could imagine that it would make sense to create
>> one (or
>> probaly several) shared libraries, which could be used instead of
>> embedding commands.
I'm aiming at shared libraries wrapped in C++ classes, actually. I've
been digging in the code and it's written so as to use Unix IPC rather
than shared libraries. It's elegant, damnably hard to port, and seems
central to the design of Radiance, hence this approach. My idea, right
now--I may change my idea--is to provide classes which cover the same
ground and use most of the same code as the existing commands, which
can then be easily invoked in a GUI environment. Right now, though, I
am still struggling with Mac shared library system.
Randolph
More information about the Radiance-dev
mailing list