You are browsing as a guest. Sign up (or log in) to start making projects!

1h 13m 2s logged

I added two things today

I added a telemetry data folder

And

I added a small display window.

Heres a little about them

The telemetry data is the data listed on the top right when you click on one of the NEOs

It lists 8 things, the NEO name, speed, radius, tilt, size, angle, depth, and danger rating.

To make this data downloadable, I added a button underneath the telemetry data, before the main loop that runs the software, the OS verifies that the folder inside the project path named “TELEMETRY_DATA” exists, if it doesnt, it creates the folder. This is to ensure the download process goes smoothly. Then, when the button is clicked, it removes any unsafe characters like dashes, commas, and blank spaces to ensure the file is able to be made. The filename consist of the safename of the neo with a report.txt at the end. The txt file is written and in the dashboard console, a message is displayed saying if the data was exported succesfully or not. The TXT file is then stored in TELEMETRY_DATA

For the display window, I added a additional rectangle when you click onto the NEOs in the top right. Inside the rectangle, the dot is replicated but its position is set inside of the rectangle and the dot’s size is multiplied by 6 to fit the rectangle.

In the future, I think I will make the display window look better, since right now it looks pretty bad.

All and all, this was quite a productive session!

You can find the full code on my github.

0
18

Comments 1

@tongyu

this is so cool O.O