Stellarium / stellarium

Stellarium is a free GPL software which renders realistic skies in real time with OpenGL. It is available for Linux/Unix, Windows and macOS. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope.
https://stellarium.org
GNU General Public License v2.0
7.63k stars 818 forks source link

New objects into Stellarium #1456

Open PascualSalvador opened 3 years ago

PascualSalvador commented 3 years ago

Hello, I'm interested on adding new objects into my Stellarium application by equatorial coordinates and give them my own names. Can you get me an orientation about how to do it?

Thanks

github-actions[bot] commented 3 years ago

Thanks for adding your first issue to Stellarium. If you have questions, please do not hesitate to contact us.

github-actions[bot] commented 3 years ago

Thank you @PascualSalvador for suggesting this feature.

gzotti commented 3 years ago

Looks like a duplicate of #976, or many earlier requests for user catalogs.

alex-w commented 3 years ago

Looks like a duplicate of #976, or many earlier requests for user catalogs.

This is definitely similar to requesting a user catalog. Probably this is time to create a first version of plugin to user catalogs support.

PascualSalvador commented 3 years ago

Hello, I'd like to ask if there has been any news about this topic, a user catalog. Has been created that plugin already? I'm very interested in adding more features, add-ons, scripts, but I feel stuck on it. Do I need to learn Visual C++ to do it? I've learned Visual Basic and a bit of C a lot of years ago. Not sure if I could get success in programming these new features. What would you recommend? Thanks in advance.

Pascual

El mar, 12 ene 2021 a las 2:07, Alexander Wolf @.***>) escribió:

Looks like a duplicate of #976 https://github.com/Stellarium/stellarium/issues/976, or many earlier requests for user catalogs.

This is definitely similar to requesting a user catalog. Probably this is time to create a first version of plugin to user catalogs support.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Stellarium/stellarium/issues/1456#issuecomment-758404467, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP6K5AKDY3GQAUYDH574D4TSZPKI7ANCNFSM4VROZB4Q .

gzotti commented 3 years ago

Right now the Bookmarks feature is extended to user objects. https://github.com/Stellarium/stellarium/pull/1816

PascualSalvador commented 3 years ago

Great news! Thanks a lot. Is it already available for use for everybody?

Pascual

El jue, 29 jul 2021 a las 14:19, Georg Zotti @.***>) escribió:

Right now the Bookmarks feature is extended to user objects. #1816 https://github.com/Stellarium/stellarium/pull/1816

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Stellarium/stellarium/issues/1456#issuecomment-889360106, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP6K5AOD4WGTNFFUFU2H22TT2GLTFANCNFSM4VROZB4Q .

gzotti commented 3 years ago

Read and follow the linked #1816 to know more than I do.

PascualSalvador commented 3 years ago

I have downloaded the last version and realized that tool is available already, thanks a lot.

Pascual

El jue, 29 jul 2021 a las 19:21, Georg Zotti @.***>) escribió:

Read and follow the linked #1816 https://github.com/Stellarium/stellarium/pull/1816 to know more than I do.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Stellarium/stellarium/issues/1456#issuecomment-889521821, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP6K5AKPJRUC7JLOMSNFWILT2HPBBANCNFSM4VROZB4Q .

InternetWanderer505 commented 2 years ago

sednoids. Detached objects.

InternetWanderer505 commented 2 years ago

Those objects those indicated the existence of planet 9

gzotti commented 10 months ago

Not sure why this is still open.

alex-w commented 10 months ago

fixed objects like decorative fantasy stars with their own proper names can be added to the list displayed by the MissingStars plugin. This should be extended to load an optional file in USER_DIR/modules/MissingStars, and the chapter in the SUG should describe that.

Adding data into this plugin approved by developers only. I want to see similar plugin which added allowance for adding objects by users, with display these custom objects by markers or star-like objects.

gzotti commented 3 months ago

There could be an "official" list provided by developers which always gets loaded and displayed as regular stars, and a custom list in $USER_DIR/modules/MissingStars. Any GUI of the plugin or custom markers/symbols should act on the custom list only. With two plugins fulfilling almost the same purpose, much code will likely be copy-pasted around.