Does anyone have a reasonably robust patch for 3.7 (or know of a Povray
fork) which will allow me to call native code user functions via a DLL
loaded with dlopen()?
The problem I'm trying to solve: I'm trying to do procedural terrain,
and the process of creating the terrain is basically too much for
Povray's bytecode VM. I want to do it in C instead for speed. (And
flexibility --- I'm generating the terrain from NASA PDS files.) I would
very much like to be able to use native code instead.
--
┌─── dg@cowlark.com ─────
http://www.cowlark.com ─────
│ "There does not now, nor will there ever, exist a programming
│ language in which it is the least bit hard to write bad programs." ---
│ Flon's Axiom
Post a reply to this message
|