Worst Tank Project

++++ This post is mirrored from here This is an entry to Itch.io’s Weekly Game Jam #150. Play on Github pages This is the first gamejam I’ve decided to team up with someone random from the internet. Which was really cool for working in a team under a time crunch. This fella is my teammate The main theme of this gamejam was **You are the enemy** which was first very confusing and we had literally no idea what to even do....

June 2, 2020 · 2 min · 323 words · Prashant Nandipati

Digital Modulation Techniques

++++ This post is mirrored from here visualizations Amplitude Shift keying Frequency Shift keying Quantization principle Delta Modulation Amplitude modulation This is completly made using Cinema4D and python-c4d Source Rest all the modulations are generated by simply switching input signal to various parameters of the signal. Delta Modulation Since Delta modulation is a bit different , the setup arrange is checking for the difference (0,1).

April 20, 2020 · 1 min · 65 words · Prashant Nandipati

Cinema4d Grapher

++++ This post is mirrored from here Cinema4D Math Graphing using Matrix plane building a This is a simple test project i wanted to build ... to generate 3D XY plots in Cinema4D. How does it work? A plane is generated with z = 0 if we iterate through the x and y axes … by injecting a function and taking the corresponding Z value we can basically plot stuff in cinema4D (I know thats how basically every graphing thing works)...

March 28, 2020 · 1 min · 87 words · Prashant Nandipati

Lorentz Attractor

++++ This post is mirrored from here So this is Lorentz attractor written in blender-python and grease pencil, Lorentz attractor is a differential equation used to simulate 2D fluid flow mainly Atmospheric convection. This is a preview of what i made So how did i approach making this trippy beautiful simulation , Basically differential equations Lorentz attractor is governed by 3 differential equation on each of its axis Governed by 3 differential equations These equations induvially control the way the fluid flows in a corresponding domain....

February 29, 2020 · 4 min · 818 words · Prashant Nandipati