Nature of Code (Rust + GGEZ): Example 1.7 - Motion 101 (velocity)

Channel:
Subscribers:
6,370
Published on ● Video Link: https://www.youtube.com/watch?v=qo8t-jPrRDA



Duration: 17:44
23 views
4


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:

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


2021-04-24Asteroids part 35 - Adding sounds into the game
2021-04-24Nature of Code (Rust + GGEZ): Exercise 1.6
2021-04-23Nature of Code (Rust + GGEZ): Example 1.9 - (velocity and random acceleration)
2021-04-23Asteroids part 34 - Chat can change firing strategy
2021-04-22Asteroids part 33 - Adding a UFO firing strategy for platforms
2021-04-22Nature of Code (Rust + GGEZ): Exercise 1.5
2021-04-21Asteroids part 32 - Platforms are firing at the closest asteroid
2021-04-21Nature of Code (Rust + GGEZ): Example 1.8 - Motion 101 (velocity and constant acceleration)
2021-04-20Asteroids part 31 - Twitch viewer platforms can fire randomly
2021-04-20Nature of Code (Rust + GGEZ): Exercise 1.4
2021-04-19Nature of Code (Rust + GGEZ): Example 1.7 - Motion 101 (velocity)
2021-04-19Asteroids part 30 - Starting to integrate Twitch Chat
2021-04-18Nature of Code (Rust + GGEZ): Example 1.6 - Normalizing a vector
2021-04-18Asteroids part 29 - players and ufos can shoot each other
2021-04-17frontend framework showdown part 2 (React + Ember) (Power Lost while recording)
2021-04-17frontend framework showdown part 1 (Vue.js) (lost power while recording)
2021-04-17Nature of Code (Rust + GGEZ): Example 1.5 - Vector Magnitude
2021-04-17Asteroids part 28 - setting up bitmask for collisions
2021-04-16Nature of Code (Rust + GGEZ): Example 1.4 - Multiplying a vector
2021-04-16Asteroids part 27 - UFO's can fire bullets and destroy asteroids
2021-04-15Asteroids part 25 - Showing the lives remaining on stream