Nature of Code (Rust + GGEZ): Example 1.3 - Vector Subtraction

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



Duration: 13:28
20 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:

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-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-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
2021-04-13Nature of Code (Rust + GGEZ): Adding Generic Vectors to the template
2021-04-12Asteroids part 22 - Can shoot the asteroids with the bullets
2021-04-12Nature of Code (Rust + GGEZ): Example 1.2 - Bouncing Ball with Vectors
2021-04-11Asteroids part 21 - Almost able to make bullets kill asteroids
2021-04-11Nature of Code (Rust + GGEZ): Example 1.1 - Bouncing ball with no vectors
2021-04-10Nature of Code (Rust + GGEZ): Exercise I.9