BluePink BluePink
XHost
Servere virtuale de la 20 eur / luna. Servere dedicate de la 100 eur / luna - servicii de administrare si monitorizare incluse. Colocare servere si echipamente de la 75 eur / luna. Pentru detalii accesati site-ul BluePink.

Digital Dream Studio V2

Join the Digital Dream Studio community. Download plug-ins, write your own. Let's develop DDS together.

Plug-ins

Send your plug-in

About existing plug-ins

 

Send your plug-in

All currently available plug-ins (Mapping, Dynamic Mapping, PDE, Plot) have been included in the DDS V2 installation pack. So, for now, there is nothing for you to download...

However, you could write a plug-in for DDS as a usual executable (.exe) file - no dlls, no fancy stuff. The protocol for transferring data is quite simple and it involves only three steps:

  • When your plug-in runs, it should load the input data (either a 24 or a 32 bit bitmap) from the file name "pir_dds.bmp".Optionally, it can load further data about the data sent from the textfile "sfpi_dds.txt".
  • Your plug-in should edit the data in whatever way you think is relevant.
  • Before it closes, your plug-in should save the modified data into the same file "pir_dds.bmp".

The DDS host program shall load the changes, update them and consequently delete the "pir_dds.bmp" and "sfpi_dds.txt" files.

If you make your own plug-in, please e-mail it to me at dds_v2@yahoo.com. The plug-in shall be tested and made available to all site visitors. Of course, proper credits will be mentioned (so don't think I'll say I did everything myself). This is not an OPEN SOURCE project, so I don't expect you to send me the sources, but a few comments on how the plug-in does its job are welcome.