Plugins in other languages
Plugins in other languages
Is it possible to make plugins with other languages (java), and how hard is it to do so?
Last edited by Astroman on Mon Jul 14, 2008 10:48 pm, edited 1 time in total.
"I would rather walk with God in the dark than go alone in the light." -Mary Gardiner Brainard
- JeffM
- Staff Sergeant
- Posts: 5195
- Joined: Fri Dec 13, 2002 4:11 am
- Location: https://github.com/OmniTanks
- Contact:
Currently we only fully support plug-ins written in C++.
There is a python plug-in that was started, it allows python scripts to be loaded as plug-ins. It is incomplete.
If the work was done, it would be possible to write a Java plug-in that rebound and exposed the API to java. The same could be said for any language that can be bound to C++.
There is a python plug-in that was started, it allows python scripts to be loaded as plug-ins. It is incomplete.
If the work was done, it would be possible to write a Java plug-in that rebound and exposed the API to java. The same could be said for any language that can be bound to C++.
