Distributing my Hello World plugin & updating the existing tutorial #2799
-
I am trying to create a plugin for UGS.
Two questions:
Suggestions are very welcome, and I'd be happy to update the existing tutorial with lessons learned here. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Dug a little deeper and discovered plugins can be shared via |
Beta Was this translation helpful? Give feedback.
-
The way that you described above is the easiest way to include a new plugin to UGS. There were attempts to add a repository but is no longer active. The platform edition is starting to reach end of life since some of the libraries are deprecated on some OS:es (for instance OpenGL on MacOSX). I will focus all coming development on the JavaFX variant (ugs-fx) which will hopefully soon replace the classic edition. Just some comments on the your list above:
|
Beta Was this translation helpful? Give feedback.
The way that you described above is the easiest way to include a new plugin to UGS. There were attempts to add a repository but is no longer active.
The platform edition is starting to reach end of life since some of the libraries are deprecated on some OS:es (for instance OpenGL on MacOSX). I will focus all coming development on the JavaFX variant (ugs-fx) which will hopefully soon replace the classic edition.
Just some comments on the your list above: