Yarwin le Cretin's Avatar

Yarwin le Cretin

@yarwinlecretin.bsky.social

I represent poor hearing rust. One of the godot-rust maintainers.

13 Followers  |  42 Following  |  18 Posts  |  Joined: 16.02.2025  |  1.7488

Latest posts by yarwinlecretin.bsky.social on Bluesky

TKWT Podcast #045 (vinyl) -- Galactic Jackson
YouTube video by ballacid TKWT Podcast #045 (vinyl) -- Galactic Jackson

massive

www.youtube.com/watch?v=T9rY...

26.10.2025 21:08 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

it is common practice in the industry, the silliest thing is that CDPR did it earlier with TW2 and TW3 demos (TW2 was one showcased on E3 in 2010 or so).

What are they supposed to do instead? Showcase the game only when it is finished? Market themselves by presenting a buggy, broken mess instead?

25.10.2025 13:47 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image 25.10.2025 08:28 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Integral, by Dr Bastardo from the album Cognitive Dissonance

massive
peaceoff.bandcamp.com/track/integral

13.10.2025 20:24 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
UnderRail's Ultimatum
YouTube video by rangerunitnumber 47 UnderRail's Ultimatum

Having less than two choices is a blasphemy, having more than two is also a blasphemy. Either make an ultimatum of two

www.youtube.com/watch?v=KtzT...

or make infinite amount of choices

so you have two options here
choose wisely
which one will it be?
TWO (TU)
or INFINITE (INFINETE)

12.10.2025 22:06 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

unfortunately AI tools are not a bicycle for mind, they are a car, and a fairly shitty one – the outcome is biblical flood of low-effort slop.

I think butlerian jihad might be reasonable solution atm

07.10.2025 08:24 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image Post image

Transformative qualities of so-called AI are also not being talked about too often; Personally I had a blast transforming my old avatar into whatever I had on mind.

07.10.2025 08:18 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0
Preview
ArtStation - Low-Fi Model Workflow Low-fi 3D modeling workflow of a Thief character with a low-poly pixel-art aesthetic.

Example – here Midijourney is being used as a base for hand-painted textures www.artstation.com/blogs/abelor...

07.10.2025 08:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

The so-called AIs are not a problem in itself; Marketing and tools are – instead of promoting """AI""" tools as, well, tools, they are being sold as drop-in replacement for artists (well, labor in general).

Github has literal "spam random repos with localized version of your sonic OC" button.

07.10.2025 08:13 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

guys will do <whatever the hell it is> instead of just using the fediverse

06.10.2025 12:50 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
September 2025 dev update godot-rust

godot-rust v0.4 released!

Export groups, match_class, easy callables, run_deferred, generic PackedArray and much more!

godot-rust.github.io/dev/septembe...

29.09.2025 22:35 β€” πŸ‘ 50    πŸ” 18    πŸ’¬ 0    πŸ“Œ 0
Designing Hitboxes and Hurtboxes for a Fighting Game When you first get started with a fighting game, you will get tasked with creating hit/hurt-boxes and the question of where to even begin? Some things are obvious - you design them to loosely match th...

Second dev log after *check notes* an year... 20 min read that covers hitboxes and hurtbox design in Fighting Games.

#gamedev #indie #game #fgc #fightinggame #indiegames #gamedesign

blog.crowsneststudio.org/posts/hitbox...

07.09.2025 09:30 β€” πŸ‘ 37    πŸ” 11    πŸ’¬ 0    πŸ“Œ 0

They should follow the established convention and name it Visualscript studio instead

29.08.2025 09:32 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0

noice

26.08.2025 10:10 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Persistent progression unlocks have their place and purpose though; they can act as a soft-lock preventing newcomers from taking serious/important roles too early.

19.08.2025 23:16 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
facet

If you are looking for (runtime) reflection then facet.rs is very nice.

18.08.2025 08:59 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

(There are some crates which bypass this restriction but it is inherently unstable and hacky. One such example can be enum dispatch: gitlab.com/antonok/enum...)

18.08.2025 08:53 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

it is different than proc macros since proc-macros give you isolated tokens – and only the tokens – which are being used primarily to generate more tokens. You can't say much about what token REALLY represents albeit there is a lot of wiggle room to make educated guesses

18.08.2025 08:51 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

For those who have no idea what compile time reflection is – compile-time reflection would allow to access representation of types for analysis on compile time (so, for example you can tell compiler what to do for every field on the struct, check methods for given type etc – and it would be free)

18.08.2025 08:49 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Discover C++26’s compile-time reflection – Daniel Lemire's blog

C++ is getting compile-time reflection:

lemire.me/blog/2025/06...

herbsutter.com/2025/06/21/t...

18.08.2025 08:48 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Screenshot of a character wearing a vintage-looking dive suit in the Godot Engine.

Screenshot of a character wearing a vintage-looking dive suit in the Godot Engine.

A mean looking lizard.

A mean looking lizard.

HWK-290 from Star Wars Dark Forces and Jedi Knight.

HWK-290 from Star Wars Dark Forces and Jedi Knight.

Ithagnal, Volkerh, and Goroth stare down the diminuitive by comparison Ranger, in the style of the original Quake.

Ithagnal, Volkerh, and Goroth stare down the diminuitive by comparison Ranger, in the style of the original Quake.

Hey #gamedev gang, I could use some work! I'm open for #lowpoly model + animation commissions. I try to have flexible rates and quick turnarounds while also maintaining the aesthetic your project is already using.

Reach out via DM or to rhapsodyingeek on Discord if you need some lo-poly work done!

10.08.2025 21:44 β€” πŸ‘ 47    πŸ” 26    πŸ’¬ 2    πŸ“Œ 0
Preview
May 2025 dev update godot-rust

πŸš€ godot-rust 0.3 is out!

Type-safe signals: code-generated custom APIs for connecting/emitting both user-defined and Godot's own signals.

You can now also await signals, effectively introducing async tasks into Rust.

And much more!
godot-rust.github.io/dev/may-2025...

31.05.2025 22:44 β€” πŸ‘ 40    πŸ” 10    πŸ’¬ 2    πŸ“Œ 1

@yarwinlecretin is following 20 prominent accounts