The 2D exactly solvable spin model on a 7 × 7 lattice with open boundary conditions. Credit: Nature (2025). DOI: 10.1038/s41586-024-08262-7 From the early days of quantum mechanics, scientists have thought that all particles can be categorized into one of two groups—bosons or fermions—based on their behavior. However, new research by Rice University physicist Kaden […]
In one of the previous posts, I shared a simple way of Creating particle effects in SwiftUI. The approach is super easy and utilizes the power of viewModifiers, but I would not recommend it for production use as it is performance-greedy when having a bigger amount of particles in place (because each particle is a […]
I have put together a short video about creating particle effects with SwiftUI. It showcases the easiest/lazy way, which is great for simple eye candies and experimenting. Please note, that it is not the most performant way how to deal with particle effects in SwiftUI. If you need to go crazy about blending and high […]