Source Code: github.com/VatsaDev/QuantumWorld Project: vatsadev.github.io/QuantumWorld
Last month, I released a blog post about QuantumWorld, with the initial release, and now I have decided to release the second and final part, with three new features: Bosons, Muon, and Tau.
Bosons
the main functionality, to my understanding, of the boson, is the flavor change, where bosons cause quarks to change their flavor. Quarks Have 6 flavors, up, down, top, bottom, charm, and strange. A boson can change the flavor of a quark, from charm to down, etc. The bosons from the simulation do this by collision detection, then a call back to the flavorChange function
Muon and Tau
Muon and tau are very heavy and unstable particles, which decay or break down in a very short period. This is represented in the simulation by their periods, of 3 and 1.5 seconds each. after which they decay into their respective particles, followed by a simple particle effect
Future Plans
I'm done with this project, if you want to develop it further, you can fork on GitHub (link above), and of course, enjoy the simulation!