
GSoC 2025
Thanks to MDAnalysis organization for accepting my proposal for GSoC 2025. I will be working on the Better interfacing of Blender and MDAnalysis project this summer under the mentorship of Yuxuan Z...
Thanks to MDAnalysis organization for accepting my proposal for GSoC 2025. I will be working on the Better interfacing of Blender and MDAnalysis project this summer under the mentorship of Yuxuan Z...
I participated in CodeCup 2025. In 2025, the game for the context is Box. This was my first time participating in CodeCup. CodeCup provides a system called Caia that allows contestants to test and...
I completed my Class X from Prakriya Green Wisdom School. There were five houses in Prakriya named after the five elements of nature - Prithvi (Earth), Jal (Water), Agni (Fire), Vayu (Air) and Aaka...
In the previous post on Interactive Mandalas, we could easily draw beautiful Mandalas with simple strokes across the screen. Given that even simple strokes generated beautiful patterns, I...
In a previous post on Interactive Voronoi, we duplicated points by rotating them around the center as part of the Voronoi Kaleidoscope. I learnt that this is quite similar to how Mandalas...
I learnt about Voronoi diagrams while working on a previous post. In that post, all the seeds were generated randomly. I wanted to try something a bit more interactive so I have mor...
Towards the end of previous posts on Sliders and Bézier Curve Animations, we could draw Polygon Whirls for any regular or irregular convex polygon using a recursive method. I wanted to se...
In a previous post on Polygon Stacks, I wanted to use sliders similar to Spiral Stack to make them interactive. However, at that point, I did not know how to create such sliders i...
In a previous post about Trees, I used straight lines and parts of circles to create curves. Since then, I am learning more about curves and came across Bézier curves. I liked t...
While searching for interesting patterns with polygons, I came across Spiral Triangle and Spiral Stack by Mike Bostock that I really liked. I wanted to reproduce these in Python Turtle an...