Nature of Code (Rust + GGEZ): Example 1.5 - Vector Magnitude

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



Duration: 0:00
33 views
2


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 -    • Nature of Code  
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 -    / @thecodingtrain  




Other Videos By Brooks Builds (brookzerker)


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
2021-04-15Nature of Code (Rust + GGEZ): Example 1.3 - Vector Subtraction
2021-04-15Asteroids part 26 - Created the UFO
2021-04-14Denver Rust Meetup: Building Delightful CLI Tools in Rust by Chuck Pierce
2021-04-14Asteroids part 24 - Updating the interface
2021-04-14Nature of Code (Rust + GGEZ): Exercises 1.1 and 1.2
2021-04-13Asteroids part 23 - Adding a level system