PDA

View Full Version : I got the headers but now what?


dern
7th November 2005, 03:51 PM
Hi,

I'm considering writing a plugin for ac3d. I got the headers from Andy but where do I start?
I've seen references to a library ac3d.lib but I can't find it the ac3d distribution (I'm running on Linux). Where can I find that library?

Is there a manual for writing plugins somewhere?

Nico

Andy
7th November 2005, 04:59 PM
I'll email you the older SDK. There are some examples and simple docs but the best way to learn is to look at some examples like Dennis' plugins.

You won't need the ac3d.lib file for linux. A linux plugin is simply a shared library renamed to be a .p file.

Andy