#physics
Read more stories on Hashnode
Articles with this tag
Progress Report 2 · I finally figured out how to fix the font path crash. Using const wasn't enough, as many crashes suddenly appeared. Using a char...
Progress Report 1 · It took me quite a bit to figure out how to handle the ball's behaviour. Using print statements and studying how a ball should work,...
Jumping Ball · Back to working on the results of the mini-app. I had trouble getting the results because strtod always output a value of 0.0. I tried...
Jumping Ball · I began working on retrieving the results from the mini-app. First, I created a new struct: struct Results { double maxHeight; ...
Jumping Ball · I finished the button, and moved the ball to the center of the second window. Similar to the text box, I needed to create two rectangles:...
Jumping Ball · I started working on the button but couldn't do much today because I was quite busy. I always try to squeeze in as much programming time...