On Fri, 2003-11-21 at 03:38, Gerrit Voss wrote: > Hi, > > On Fri, 2003-11-21 at 02:46, Jan Wurster wrote: > > Dear list, > > > > Using the Yannick Legoc's X3DTK library (available from > > http://w3imagis.imag.fr/Membres/Yannick.Legoc/X3D/), I've started > > implementing an X3D loader for OpenSG. > > Based on the VRML or XML encoding, as the VRML encoding is partially > already done or at least in a late planning stage.
I agree and even think the integration of the X3DTK is a little bit to much. We only need a simple XML parser (like a skeleton :) to handle the XML syntax but the X3D semantics, type mapping and parameter/field handling could be done by backends --- and there is already a typesystem for VRML with could be used for the X3D/XML frontend. We use the expat (expat.sourceforge.net) which is part of the mozilla project for our X3D loader and it is quite nice: - quite compact (not as huge as Xerces) - C and C++ - there are already some SOAP extensions I would love to see a expat based X3D loader for OpenSG and would contribute some code. so long JOhannes ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
