Nature of Code (Rust + GGEZ): Exercise 2.5

Subscribers:
7,960
Published on ● Video Link: https://www.youtube.com/watch?v=cid56qD5wk4



Duration: 4:08
44 views
1


We are re-starting the Nature of Code series! Brooks is re-reading the book and implementing the relevant examples and problems in Rust + GGEZ. Since he is going through the book after hours these will be YouTube Videos instead of live streams.

Daniel Shiffman, the author of the book and host of the Coding Train is also creating videos for the Nature of Code (amongst other topics) in Processing and JavaScript. You can watch them at his channel on YouTube!

Rust Version: 1.48.0
GGEZ Version: 0.51

Playlist - https://www.youtube.com/playlist?list=PLrmY5pVcnuE_GM948OAgqcbSxPqNQVFXC
Nature of Code Book - https://natureofcode.com/
GitHub Repo - https://github.com/brooks-builds/nature_of_code_in_rust
Twitter - https://www.twitter.com/brooks_patton
Twitch - https://www.twitch.tv/brookzerker
Coding Train - https://www.youtube.com/channel/UCvjgXvBlbQiydffZU7m1_aw




Other Videos By Brooks Builds (brookzerker)


2021-05-25Platform with Level Editor (Rust+GGEZ) 6: We're able to select different menu items
2021-05-24Platform with Level Editor (Rust+GGEZ) 5: Showing selected text
2021-05-23Platform with Level Editor (Rust+GGEZ) 4: Displaying the title screen again
2021-05-22Platform with Level Editor (Rust+GGEZ) 3: Using BBECS
2021-05-21Platform with Level Editor (Rust+GGEZ) 2: Title screen
2021-05-20Platform with Level Editor (Rust+GGEZ) 1: GitHub Actions setup
2021-05-19Platform with Level Editor (Rust+GGEZ) 0: Choosing the project
2021-05-18Creating a Random Chooser Collector part 4 - tying it all together
2021-05-16Creating a Random Chooser Collector part 3 - twitch chat
2021-05-15Creating a Random Chooser Collector part 2 - standard in
2021-05-14Nature of Code (Rust + GGEZ): Exercise 2.5
2021-05-14Creating a Random Chooser Collector part 1 - Setting up arguments
2021-05-13Creating a Random Chooser part 8: Displaying the winner
2021-05-12Creating a Random Chooser part 7: Parsing arguments
2021-05-11Creating a Random Chooser part 6: Right collector and Event Manager
2021-05-10Nature of Code (Rust + GGEZ): Example 2.5 - Fluid Resistance
2021-05-10Creating a Random Chooser part 5 - Creating the left collector
2021-05-09Creating a Random Chooser part 4 - Adding the nails
2021-05-08Creating a Random Chooser part 3 - A floor to catch the balls before the choosing begins
2021-05-07Creating a Random Chooser part 2 - Balls falling on the screen
2021-05-06Nature of Code (Rust + GGEZ): Example 2.4 - Including friction