POV-Ray : Newsgroups : povray.programming : tutorials: adding new spline type, adding new keywords : Re: tutorials: adding new spline type, adding new keywords Server Time
2 Jun 2024 15:06:23 EDT (-0400)
  Re: tutorials: adding new spline type, adding new keywords  
From: Christopher James Huff
Date: 9 Aug 2002 20:56:21
Message: <chrishuff-BC6665.19463509082002@netplex.aussie.org>
In article <172### [at] 3-enet>, Daniel Matthews <dan#@3-e.net> 
wrote:

> Thanks for that, it gave me a useful insight into POV's internals.
> It also made me wonder if in some future version of POV the parser could be 
> data driven from an XML file so that it was extensible without having to 
> recompile. The XML file would supply the token information and a reference 
> to a loadable object or plug-in.

This has the same problem as any other plug-in idea, it is platform 
dependant. You can't dynamically load code in a platform independant 
way, and the plugins would only work for the platform they are compiled 
on. If you could, you wouldn't need the XML representation of the syntax.

-- 
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.