stellarium-web-engine icon indicating copy to clipboard operation
stellarium-web-engine copied to clipboard

How to draw stars onto the sky?

Open FEXAQAQ opened this issue 8 months ago • 4 comments

In the past few weeks, I have been studying how to parse the stars in skydata and draw them onto the sky. I want to print out a list of all stars, as well as their names/coordinates.

I know that it initially loads the relevant data from "app.vue" via "addDataSource" and adds it in "SweObj.prototype.addDataSource" inside "obj.js", but I don't understand how it works later. It parses the coordinates of the internal file and then draws them onto the sky. I printed a lot of places, but no progress was made. Does anyone know?

I will be very grateful.

FEXAQAQ avatar Jun 12 '24 09:06 FEXAQAQ