Writing an export plugin

lists at david-williams.info lists at david-williams.info
Wed Sep 15 00:50:02 CEST 2004


Right, first of all apologies for disappearing all of a sudden. My
Masters thesis is due in next week and all of a sudden it caught up
with me!

So this is just to say the information you provided was great, and I now
have a framework (based on design of the povray exporter) which exports
basic scenes with spheres. I'll add a couple of primitives, try to sort
out some kind of consistent indentation, and let you see it to ensure
it's design is consistant with the way you expected. Then it's just a
case of implementing lots of serialization methods :-)

So, thanks for the help and will get back to you in a week or so.

David

Andreas Zehender <zehender at kde.org> wrote on 31.08.2004, 07:28:36:
> Hi!
> 
> Sounds quite interesting :)
> 
> To add files add them to makefile.am
> There is a small tutorial on developer.kde.org, maybe developer.kde.org has 
> more of them.
> http://developer.kde.org/documentation/other/makefile_am_howto.html
> 
> To compile type
> # ./configure --enable-debug
> # make -k
> 
> If you compile your code as plugin, you have to install kpovmodeler each time 
> you make changes. Otherwise cou can call ./kpovmodeler in the source 
> directory to test.
> 
> So far.
> If you have any questions, just ask here on the list.
> 
> Greetings, Andreas
> 
> On Monday, 30. August 2004 22:24, lists at david-williams.info wrote:
> > Hi all,
> >
> > I'm interested in writng an export plugin for KPovModeler to allow it to
> > export to the RenderMan RIB format. I have had a brief look through the
> > code and can probably start to work out how to go about this.
> >
> > However my initial problem is one of general KDE development. In the
> > KPovModeler directory I don't find a KDevelop project file. This is ok
> > as I don't mind using a text editor, but how do I add files to be
> > compilied? Also do I have to do a 'make install' to copy files to my
> > KDE directory each time I want to test changes?
> >
> > Anyway, let me know if I should post this else where, for the record
> > I've been playing with version 3.2.3 as 3.3.0 doesn't compile on my KDE
> > 3.2 machine.
> >
> > Thanks,
> >
> > David.
> >
> > List archive and information:
> > https://mail.kde.org/mailman/listinfo/kpovmodeler-devel
> 
> -- 
> --------------------------------------------------
>  Andreas Zehender
>  Master of Computer Science, Dipl. Ing. (BA)
>  http://www.azweb.de
>  az at azweb.de | zehender at kde.org      
> --------------------------------------------------
> 
> List archive and information: https://mail.kde.org/mailman/listinfo/kpovmodeler-devel


More information about the kpovmodeler-devel mailing list