Commit Graph

8 Commits

Author SHA1 Message Date
Barry Kane 3f471188e3 Added SDL2 Experiment 6, and fixed a bad yank that got copied
- Added Experiment 6, which is a modified version of experiment 5 using delta-time scaling.
- Removed the double SDL initialization, which is a no-op, but for the sake of betterment.
2023-02-02 14:59:06 +00:00
Barry Kane 79e062be5f Added SDL2 Experiment 5
A simple gravity "simulation" inspired by Spacewar. Values are not physically accurate. It's fun to resize the window, as the star will remain in the middle of the screen.
2023-02-01 16:13:31 +00:00
Barry Kane 9633be29ea Added SDL2 Experiment 4
Adapted the previous acceleration example to do basic "physics." Gravity, and bouncing.
More of a simulation experiment than an SDL one.y
2023-01-31 17:14:03 +00:00
Barry Kane 562677aace Added SDL2 Experiment 3
An extension of Experiment 2 with movement based on acceleration so it feels better to use.
2023-01-30 14:55:45 +00:00
Barry Kane c46e980092 Added SDL2 Experiment 2
Learning how to take input from the keyboard.
2023-01-29 22:05:45 +00:00
Barry Kane 1eaf3673b4 Added my first experiment with SDL, a mouse-tracker in the style of a radar. 2023-01-28 19:44:51 +00:00
Barry Kane 7e1d8cd961 Added a basic dice roller.
I built a basic dice roller because I needed one.
I want to add a few more features later on, though.
2022-12-07 11:07:19 +00:00
Barry Kane 821cba1136 README, and a Year 2038 doomsday clock. 2022-12-05 14:44:16 +00:00