Programming Throwdown educates Computer Scientists and Software Engineers on a cavalcade of programming and tech topics. Every show will cover a new programming language, so listeners will be able to speak intelligently about any programming language.
168: Godot
November 20, 2023
1:28:34
85.07 MB
Downloads: 0
Intro topic: What are expectations on developers that have nothing to do with programming
News/Links:
- Pushing for a lower dev estimate is like negotiating weather with a Meteorologist
- Announcing python in excel
- 7 Habits of Highly Effective Software Engineers
- Raspberry pi 5 begins shipping
Book of the Show
- Patrick:
- Harry Potter and the Sorcerer's Stone Illustrated Edition
- Jason:
- The Pete and Sebastian Show
Patreon Plug https://www.patreon.com/programmingthrowdown?ty=h
Tool of the Show
- Patrick:
- Obsidian
- Jason:
- Ink by Inkle
Topic: Godot
- What is a game engine?
- Graphics, animation, particle effects
- Tilemaps
- Entity component systems
- Physics
- Sound
- I/O
- Input handling (touchscreen, joystick)
- GDScript
- Why use a game engine?
- Portability
- Allow for testing individual components of the game
- Libraries for ads, in-app-purchases
- Godot
- Open source
- Focused on 2-D but now many 3-D features
- Great development environment
- AI Hero
- Started in phaser (development rut)
- Moved to Godot, rapid prototyping