Pulsar Simulator
- 7 Devlogs
- 6 Total hours
Simulates pulsar signal detection from Earth, with variables that can be used to explore how different types of pulsars can affect astronomical data.
Simulates pulsar signal detection from Earth, with variables that can be used to explore how different types of pulsars can affect astronomical data.
I want to add more information, probably a toggleable menu in the corner with some basic information about pulsars
maybe a catalogue of real pulsars?
a pulse rate tooltip, I am definitely adding this one in the next session its too essential to leave out
probably gonna switch some of the UI up, the logic is working fine at the moment I’ve spent a lot of time on it so might focus on aesthetics for an hour or so
Note about the screenshot:
You can see that the beam is covering the observer line of Earth, and there is some signal being produced, however it’s below the threshold of 0.2, hence why it displays “NO SIGNAL”!
tried to implement a pulse counter (it works :D), counts pulse based on whether or not last pulse was valid
I also added a “reset view” button, as even as a developer it was annoying having to re-run the program to test different distances and angles, so reset view brings Earth back to its initial position (so you can have it come back after dragging it miles away lol)
alsooo i have an instagram now, check it out for video logs (and drop a follow if you’d like to :)
https://www.instagram.com/urged.st/
Added a distance factor, and different presets for the pulsar!
Signals are now weaker the further away you place Earth, and you can select preset pulsar types to investigate.
Not much done, just fixed a bug where the using the slider would drag the background along with it 😭
Learnt how to use function mousePressed and Relesased, so i’ve made the background pannable, and also added zoom. You can now drag Earth around too!
Finished the base template
I added the waveform viewer and signal status - this took most of the time, the sliders weren’t too hard to figure out. At least now it’s working fully.
Next steps? I am going to try and have Earth be movable, so users can see the effect of observer position, might also make it have a scrollable and zoomable background maybe, make it feel more like a space engine.
Finished base model of the pulsar, it spins! First time using canvas so it took longer than expected.