Side projects in Java and Python

Harshit Yadav

Cloth simulation

Simulating cloth physics using verlet-integration in python.
using pygame library for window management, rendering and user inputs.

Leaves blowing in wind

This is demo for a feature of my indie game made in pure java. Using java swing for window manager and user inputs.
The small moving lines that are visible on the GIF below represents the vectors of air flow in that particular region. These vectors are calculated using noise algorithm known as Open Simplex Noise, which is responsible for the behavior of the wind flow.
Then further some particles are added to the scene which experience the forces in the direction of the wind vectors, creating this beautiful visual effect of leaves blowing in the wind.
Like this project
0

Posted Apr 4, 2024

developing cool features for indie games using Python and Java

Web-automation using selenium
Web-automation using selenium
Automating Web Data Extraction with Python and Selenium
Automating Web Data Extraction with Python and Selenium