Rodney
@askRodney
Followers
573
Following
16K
Media
240
Statuses
2K
Game Developer with βEternal Studentβ mindset. Follow for tweets on Game and Web Development . See latest content here ππ½ https://t.co/eLKA8QIu4F
You can visit me here ππ½
Joined November 2020
Just dropped the July newsletter including: β π Astro Server Islands; β οΈ typos CLI and CI code spell checking; and β πͺ free Epic React Hooks tutorial. Hope you find it useful! #askRodney
https://t.co/FuZOa7gXPd
newsletter.rodneylab.com
π Astro Server Islands, β¨οΈ typos CLI and CI spell checking for code bases and πͺ free Epic React Hooks tutorial.
0
0
1
Just dropped a blog post on using Signed Distance Fields for rendering scaled fonts sharply with raylib. Hope you find it useful! https://t.co/XDhGh1Gogw
rodneylab.com
raylib SDF fonts π using Signed Distance Fields for rendering scaled text and pixelated fonts sharply in raylib Game Dev π.
0
0
1
Just been learning about using Signed Distance Fields for sharp scaled font rendering. raylib has a built-in feature for creating SDF font atlases, letting you GPU render SDF font textures. #gamedev #learncpp #askRodney
1
0
3
Just dropped a post on some GitHub Actions to add your Rust Godot project for linting and formatting. Post covers GDScript and Rust code. Hope you find it useful! #askRodney #rustlang #gamedev
https://t.co/mSKPyQEIQv
rodneylab.com
Godot Rust CI π€ Game dev GitHub actions to add to your Godot Rust GDExtension game for linting GDScript and π¦ Rust code on each commit.
0
0
1
Been playing with Rust extensions in Godot and wanted to add a GitHub Actions workflow. As well as the usual Rust suspects, I added: β Scony/godot-gdscript-toolkit to lint GDScript; β a Rust MSRV check; and β cargo deny for license issue and vulnerability checks. #GodotEngine
1
0
3
Just dropped a new post on setting up a Godot Rust gdext project. Covering: β resources for getting started with GDExtension; β adding watch to speed up feedback cycle; and β adding your lib in Godot Engine. Hope you find it useful! https://t.co/Rp9HLWMefQ
rodneylab.com
Godot Rust gdext π€ using Godot 4 Rust bindings via the the gdext crate for adding π¦ Rust GDExtension shared libraries to your Godot game.
0
0
0
Love the Godot π€ community π¦ Rust support for via GDExtension. Tried converting GDScript tutorial to use Rust gdext, and liked it! Great alternative to C++ when you need performance. #gamedev #GodotEngine #rustgamedev
1
0
2
Flecs v4 is out! ππ₯ https://t.co/wWOUfbDj2Q
#gamedev #indiegame #videogames #gamedevelopment #IndieGameDev #indiedev #ecs #flecs #gaming
5
34
122
It's the biggest ship day of my life. Here's everything I'm shipping: - A 16-chapter TS book, for FREE - A new, 200-exercise course for $200 - A giveaway worth ~$80,000 to existing customers - A huge price cut - A 20% sale until Friday Here are the details:
29
170
1K
OpenSSH 9.8 released https://t.co/03PLKlaAhq - A critical vulnerability in sshd(8) was present in Portable OpenSSH versions between 8.5p1 and 9.7p1 (inclusive) that may allow arbitrary code execution with root privileges.
0
14
15
Just dropped the June newsletter including: β β¨οΈ TypeScript 5.5 with new Regex checking; β π₯οΈ Dear ImGui; and β βοΈ counterscale self-hosted web analytics.. Hope you find it useful! #askRodney
https://t.co/SfkZvC0L6y
newsletter.rodneylab.com
β¨οΈ TypeScript 5.5 with new Regex checking, π₯οΈ Dear ImGui and βοΈ counterscale self-hosted web analytics.
0
0
1
π€ Godot GDScript tip for enforcing static typing...
0
0
0
Just dropped a new post on getting started with Godot 4 and GDScript. Includes tutorials, Godot games, why consider Godot and how to learn about using GDExtension to bring C, C++, Rust, Swift or other languages to your game. Hope you find it useful! https://t.co/HzoeB3338z
rodneylab.com
Trying Godot 4 πΉοΈ beginner resources for getting started with Godot game dev: learning about π€ Godot scenes, nodes & signals.
0
0
0
Been looking at Godot 4, GDScript and GDExtension for writing game logic in C, C++, Rust, Swift and other languages. Found some fantastic tutorials. Love that Godot is lightweight, yet still powerful. #gamedev #GodotEngine #askRodney
1
0
1
π€ π¦ Update on recent godot-rust advances...
π godot-rust is now on https://t.co/8uwGVUYBRF! Start using it immediately with `cargo add godot`. Thanks to everyone who contributed! https://t.co/ThZm5kj3oH
0
0
1
Latest Graphics Programming Weekly including an interactive π Raymarching tutorial...
0
0
0
Just dropped a new post on adding audio to a Ratatui Rust Terminal app or game, using Rodio. We look at Rodio Symphonia MP3 features and how you can buffer decoded MP3 audio. Hope you find it useful! #askRodney
https://t.co/FZRoEoTHdD
rodneylab.com
Ratatui audio with Rodio π adding sound effects to a π¦ Rust Text-based user interface or Terminal app using the Rodio crate.
0
0
0
Just been trying the Rust Rodio crate for adding audio sound fx to a text-based Ratatui game. Rodio provides a higher-level API for playback of MP3, wav and other audio formats, and worked well for game SFX. #rustlang #gamedev #learnrust
1
0
0