How to create a standalone application to control Stellarium #3752
PotatoTroll
started this conversation in
General
Replies: 1 comment 10 replies
-
What is Stellarium Console? OK, yes, I have seen their website before. You will not find any information about this program or interface or internals from our side. The RemoteControl plugin allows pretty much control of the program via HTTP interface from your web browser. The interface can of course be extended/improved, adapted to various screen sizes (FullHD monitor, 10" tablet, 7" tablet, 6" smartphone screen, ..., or some adaptive do-it-all solution?) Requires HTML/CSS/Javascript skills, and may require thorough study of the available classes and scriptable module properties (our API and Doxygen). |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to create a standalone application that would control the Stellarium similar to Stellarium Console: move Stellarium to second monitor, focus on selected planets, toggle Stellarium options like atmosphere and fog on and off, chage time and so on. This would be an interesting project to work on and I would make it open source if I will manage to create it.
However the issue is that none of the documentation is clear enough on how could I achieve that, Could someone help me on achieving this or tell what is the best way to approach this?
Beta Was this translation helpful? Give feedback.
All reactions