Thorsten Lorenz
Luzid: Workspaces
4:22
Thorsten Lorenz
Luzid: Account Snapshots and Cloning Remote Accounts
7:23
Thorsten Lorenz
Luzid: Transactions Page and Inspecting Account State
9:34
Thorsten Lorenz
Luzid: Birds Eye View
7:45
Thorsten Lorenz
Luzid: Feature Overview at Light Speed
1:29
Thorsten Lorenz
MagicWorm: showing the potential of a low-latency #solana Validator
4:51
Thorsten Lorenz
Development: Using Copilot to port a TypeScript SDK to Dart
2:04
Thorsten Lorenz
Luzid: Hotswapping Programs after each Compile without Deploys or Validator Restart
6:32
Thorsten Lorenz
Luzid: MacOS installation instructions and trouble shooting
9:33
Thorsten Lorenz
Luzid Program Hotswap: Deploy as fast as you can build
0:55
Thorsten Lorenz
Luzid: controlling your Validator via the SDK from your tests or application
12:15
Thorsten Lorenz
Luzid: Solana Test Validator on Steroids - First Prototype
12:28
Thorsten Lorenz
Thorsten Lorenz Live Stream
Thorsten Lorenz
Devlog: Rust Bevy Engine Tomb Explorer Game
19:13
Thorsten Lorenz
Building a Mancala Game on Solana using Amman
6:02
Thorsten Lorenz
The Solana Token Program explained using Amman
35:29
Thorsten Lorenz
Part3: Building a Reddit Ticker with Flutter and Rust via Rid and Bloc/Cubit
56:29
Thorsten Lorenz
Part2: Building a Reddit Ticker with Flutter and Rust via Rid and Bloc/Cubit
1:33:37
Thorsten Lorenz
Part1: Building a Reddit Ticker with Flutter and Rust via Rid and Bloc/Cubit
1:14:10
Thorsten Lorenz
Building a multithreaded Flutter + Rust App integrating both with Bloc/Cubit and Rid
2:17:45
Thorsten Lorenz
Building a Flutter Todo App with all Application logic implemented in Rust
44:50
Thorsten Lorenz
Building a Dart Todo App with all Application logic implemented in Rust
1:03:52
Thorsten Lorenz
batufo: Game Play Instructions for Desktop
1:38
Thorsten Lorenz
batufo: Game Play Instructions for Mobile Devices
1:18
Thorsten Lorenz
Ep54: 2D Multiplayer Flutter Game - Showing the Game in Action
1:05
Thorsten Lorenz
Ep53: 2D Multiplayer Flutter Game - How the Level Editor was Implemented
26:03
Thorsten Lorenz
Ep52: 2D Multiplayer Flutter Game - Creating a fun Two Player Level
1:01:28
Thorsten Lorenz
Ep51: 2D Multiplayer Flutter Game - How to use the Level Editor
6:00
Thorsten Lorenz
Ep50: 2D Multiplayer Flutter Game - Three Player Level, final Fixes and Road mapping Production Game
50:54
Thorsten Lorenz
Ep49: 2D Multiplayer Flutter Game - Fix Game restart and showing Winner screen for last Player alive
1:02:05
Thorsten Lorenz
Ep47: 2D Multiplayer Flutter Game - Adding HUD for player health and showing dead players as skulls
50:50
Thorsten Lorenz
Ep48: 2D Multiplayer Flutter Game - Disabling dead player and adding Game Over screen with Restart
49:01
Thorsten Lorenz
Ep46: 2D Multiplayer Flutter Game - Detecting bullets hitting players and subtracting health
1:01:59
Thorsten Lorenz
Ep45: 2D Multiplayer Flutter Game - Syncing bullets from server state to see other player's bullets
50:31
Thorsten Lorenz
Ep44: 2D Multiplayer Flutter Game - Spawning bullets and animating them client side
57:42
Thorsten Lorenz
Ep43: 2D Multiplayer Flutter Game - Players see each other moving and thrust animation of our player
54:51
Thorsten Lorenz
Ep42: 2D Multiplayer Flutter Game - Applying player thrust to change velocity on client and server
1:05:33
Thorsten Lorenz
Ep3: Implementing ES6 class decorators via reflection, NOT transpilation, streamed Wed, Feb 14
2:08:49
Thorsten Lorenz
Ep41: 2D Multiplayer Flutter Game - Sending player angle as player inputs from client to server
1:03:25
Thorsten Lorenz
Ep40: 2D Multiplayer Flutter Game - Sending player velocity and position via server game state
1:05:16
Thorsten Lorenz
Ep39: 2D Multiplayer Flutter Game - Dictating Player Position from authoritative Game Server
58:12
Thorsten Lorenz
Ep38: 2D Multiplayer Flutter Game - Diagnosing via a Logger and simulating Game on server
59:12
Thorsten Lorenz
Ep37: 2D Multiplayer Flutter Game - Separating Player Input Processing from Controller Code
1:00:16
Thorsten Lorenz
Ep36: 2D Multiplayer Flutter Game - How to Apply Multiplayer Networking Strategies to our Game
38:04
Thorsten Lorenz
Ep35: 2D Multiplayer Flutter Game - Discussing Multiplayer Architecture and Approaches to Sync State
1:05:35
Thorsten Lorenz
Ep34: 2D Multiplayer Flutter Game - Adding Waiting for Players Screen and Syncing GameState Updates
47:11
Thorsten Lorenz
Ep33: 2D Multiplayer Flutter Game - Sending Game Arena from Server to Client when Game initializes
58:43
Thorsten Lorenz
Ep32: 2D Multiplayer Flutter Game - Sending multiple players by id and rendering all client side
57:39
Thorsten Lorenz
Ep31: 2D Multiplayer Flutter Game - Hardening code via stricter dart analysis, rendering game arena
58:07
Thorsten Lorenz
Ep30: 2D Multiplayer Flutter Game - Creating game arena sent to clients when they request to play
56:03
Thorsten Lorenz
Ep29: 2D Multiplayer Flutter Game - Adapting gRPC method to our needs, connecting multiple clients
55:46
Thorsten Lorenz
Ep28: 2D Multiplayer Flutter Game - Multiple games, game loop and why our gRPC method wont work
1:06:40
Thorsten Lorenz
Ep27: 2D Multiplayer Flutter Game - Adding protoc types, packers and server supporting play requests
55:42
Thorsten Lorenz
Ep26: 2D Multiplayer Flutter Game - Packing booleans into flag bits and adding server game loop
53:27
Thorsten Lorenz
Ep25: 2D Multiplayer Flutter Game - Packing 64 bit doubles into 32 bit integers, sending GameState
53:03
Thorsten Lorenz
Ep24: 2D Multiplayer Flutter Game - Implementing pack/unpack for TilePosition to optimize Data Size
40:09
Thorsten Lorenz
Ep23: 2D Multiplayer Flutter Game - protobuf Definitions considering efficient Data Formats
1:07:44
Thorsten Lorenz
Ep22: 2D Multiplayer Flutter Game - Building a gRPC Server with multiple connected Clients
45:32
Thorsten Lorenz
Ep21: 2D Multiplayer Flutter Game - Walking thru gRPC Examples, starting a gRPC Client/Server Spike
55:45
Thorsten Lorenz
Ep20: 2D Multiplayer Flutter Game - gRPC primer and implementing GameKeys using Bit Flags
1:09:32
Thorsten Lorenz
Ep19: 2D Multiplayer Flutter Game - Separating Controller from UI Code for Game and Engine.
56:36
Thorsten Lorenz
Ep18: 2D Multiplayer Flutter Game - Factoring out Player Controller and dart:ui Geometry Classes
57:59
Thorsten Lorenz
Ep17: 2D Multiplayer Flutter Game - Rendering Bullet explosion Sprite at the Edge of the Wall
1:05:36
Thorsten Lorenz
Ep16: 2D Multiplayer Flutter Game - Making Bullets explode when they hit a Wall
35:48
Thorsten Lorenz
Ep15: 2D Multiplayer Flutter Game - Shooting Bullets in the Direction that the Player is facing at
1:10:20
Thorsten Lorenz
Ep14: 2D Multiplayer Flutter Game - Adding parallax Effect, connecting Player Stats Updates to Hud
49:47
Thorsten Lorenz
Ep13: 2D Multiplayer Flutter Game - Implementing a Hud showing Player Health
54:08
Thorsten Lorenz
Ep12: 2D Multiplayer Flutter Game - Following the Player with the Camera
58:50
Thorsten Lorenz
Ep10: 2D Multiplayer Flutter Game - Adding Gesture Support to control the Player on mobile Devices
52:45
Thorsten Lorenz
Ep9: 2D Multiplayer Flutter Game - Rendering Floor Tiles and Walls
1:11:42
Thorsten Lorenz
Ep8: 2D Multiplayer Flutter Game - Creating a SpriteSheet Animation to show Player Thrust
43:09
Thorsten Lorenz
Ep7: 2D Multiplayer Flutter Game - Creating a SpriteSheet
1:00:04
Thorsten Lorenz
Ep6: 2D Multiplayer Flutter Game - Processing player keyboard input to control the player
1:16:33
Thorsten Lorenz
Ep5: 2D Multiplayer Flutter Game - Implementing the Game Loop
1:05:32
Thorsten Lorenz
Ep4: 2D Multiplayer Flutter Game - Rendering player sprite and game loop walk through
49:25
Thorsten Lorenz
Ep3: 2D Multiplayer Flutter Game - Fetching images and rendering the player image sprit
1:05:03
Thorsten Lorenz
Ep2: 2D Multiplayer Flutter Game - Rendering the player from the tile map
54:54
Thorsten Lorenz
Ep1: 2D Multiplayer Flutter Game - Getting Flutter setup and Tile Map Generation
1:07:56
Thorsten Lorenz
Thorsten Lorenz Live Stream
Thorsten Lorenz
Ep:2 Exploring async/await debugging, performance and promise lib integration, streamed Fri Mar 2
1:25:44
Thorsten Lorenz
Ep3: ES6 class decorators, completing + publishing debounce decorator, streamed Wed Feb 21
1:34:08
Thorsten Lorenz
Ep1: async/await - handling errors and control flow, streamed Fri 16 Feb
1:16:05
Thorsten Lorenz
Ep2: Implementing ES6 class decorators via reflection, NOT transpilation, streamed Wed, Jan 31
2:29:30
Thorsten Lorenz
Ep1: Implementing ES6 class decorators via reflection, NOT transpilation, streamed Fri, Jan 26
1:37:23
Thorsten Lorenz
✨ Implementing a client side Google URL shortener. ✨
1:08:51
Thorsten Lorenz
Debugging Node.js with Xcode
8:07
Thorsten Lorenz
Add JavaScript symbols when debugging Node.js with lldb
5:59
Thorsten Lorenz
nad-demo
1:28
Thorsten Lorenz
replpad pack
1:34
Thorsten Lorenz
Live editing browserified files in chrome
5:55
Thorsten Lorenz
replpad-dox-src
8:06
Thorsten Lorenz
Guitypist small Beginnings
0:39
Thorsten Lorenz
hyperwatch
2:50
Thorsten Lorenz
replpad demo
3:48
Thorsten Lorenz
Douce Ambiance
2:19
Thorsten Lorenz
replpad - File Interaction Tutorial
7:02