For fusion week in 2024, fusion trading cards were handed out and I ended up being the artist for 3 of them. Trading cardsThe three cards that I made: C2W, Laser Megajoule, and LAPD. I really enjoyed making these because I was able to play around with some different art styles also while contributing to something that I care about. ...
Graphic Design
-
fusion trading cards -
code and graphic designI wanted to look into the intersection between graphic design and code. I found a program called Processing, where you can code in Java, C++ or Python. After trying a few simple things, this animation seemed to be pretty cool: There should have been a video here but your browser does not seem to support it. The code for it is below. There are two functions that automatically run, setup() (runs once like __init__) and draw() (continuously runs). So I just continuously increased the radius at which that ellipse is at, as well as it’s angle with a couple sines and cosines to make it dynamic. ...