Skip to content
aha edited this page Jul 5, 2011 · 37 revisions

Welcome to the x3dom wiki. On this wiki you will find important information about developing X3DOM. The information presented here is primarily for developers of X3DOM itself. For users, i.e. appliaction developers who want to build something using X3DOM, the user documentation is the right point to start.

Contributing

If you would like to contribute to X3DOM, there are severals ways you can do this. First you should subscribe to the developers mailing list, where the developers of X3DOM discuss the development of the library itself. If you want to use X3DOM and seek help and exchange of knowledge, please use the x3dom-users mailing list.

Mailing Lists

Users (if you are using X3DOM to build something)
https://lists.sourceforge.net/lists/listinfo/x3dom-users

Developers (discussion of X3DOM development itself)
https://lists.sourceforge.net/lists/listinfo/x3dom-developers

Issue Tracker

https://github.com/x3dom/x3dom/issues

Uploading Files to the Issue Tracker
The GitHub issue tracker does not allow to upload files. However, there's a service that helps you with sharing files:

https://gist.github.com/

Just copy and paste your file contents there and then copy the Gist URL into the issues form.

Developer guide

Clone this wiki locally