Custom view plugin #7482
-
I want to develop and install my own plugins for my OpenMCT App. For instance, similar to the ones in this project, I want to add a custom way of representing the wheels orientation. I tried following this issue with Vue.js and webpack but didn't manage to make it work. How would you recommend going about that? More generally, what do you recommend to implement your own visualization panels/widgets? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Sorry for the delayed response. Have you gotten any further with this? I have been working on an example plugin repo that just needs a good final pass before I can share. In the meantime, is it possible for you to share your code? Cheers, |
Beta Was this translation helpful? Give feedback.
-
@ozyx an example component using Vue would be very helpful. I have a custom vue component that I have used with an earlier version of OpenMCT (< 3.0.0) but am having trouble getting it upgraded to work with the latest version. I was hoping for some example like https://github.com/nasa/openmct-hello but using vue and working with the latest version of OpenMCT |
Beta Was this translation helpful? Give feedback.
-
@AdamElliott-AB @Thomas-debug-creator Good news, everyone! I've published the first cut of the new and improved In it you will find:
Please subscribe to the repo for updates, as we plan to add other examples which utilize more of the Open MCT API. We plan to add Views and ViewProviders for other frameworks as well, such as React. Please check it out and let us know if there are any questions or suggestions for improvement. Thanks again! |
Beta Was this translation helpful? Give feedback.
@AdamElliott-AB @Thomas-debug-creator
Good news, everyone!
I've published the first cut of the new and improved
openmct-hello
repository (Open MCT Plugin Template). This provides a basic framework for developing and bundling an Open MCT plugin using webpack.In it you will find:
webpack-dev-server
.openmct
from the production bundle for distribution.Please subscribe to the repo for updates, as we…