Tim Rach 🦀

11 Followers
21 Following
24 Posts

Full stack developer at my day job - other than that I make video games and gamedev tools.

I made a super hard arcade game 'Rockade!' currently working on an Asset Manager for GameDevs called 'Orlop'

Websitehttps://www.timrach.de
Current Main Projecthttps://orlop.dev
What's YOUR favorite tech innovation?

@jason explains that the popular double-diamond model for design is flawed because it assumes the problem and solution spaces are separate

https://medium.com/@jason.godesky/the-problem-with-the-double-diamond-57ab03719ce0

Orlop Asset Manager v1.1 now shows pretty previews and a play animation for audio assets. 💅
Also, everybody loves checkered backgrounds for transparent images, so I added this as well. Enjoy!
🤖

https://tirch.itch.io/orlop

#gamedev #indiedev #assets #rustlang

Orlop Asset Manager by TimmyTimmy

Practical Asset Management For Game Developers

itch.io

Tooling updates highlights:

• Tiger (@agersant)
• Tarsila (@yds)
• Rerun ( @wumpf)
• Gaphite
• Ruffle
• Orlop (@wetmonkey)
• Foxtrot

At first I thought I messed up the keyframes in #blender3d but apparently quicktime player can't handle looping videos well... 🤷‍♂️

The 3D model viewer of my Asset Manager is getting some more advanced preview options 🤖

(Models by @Kay
#indiedev #gamedev #assets #rustlang

New on the blog: Programmers Have a Lot on Their Minds

When 97 Things Every Programmer Should Know was published, all the contributions were available online under Creative Commons Attribution. The Preface was not part of the set of contributions and was not previously online.

I often still quote from it, as I think there are some good general points about software development, so I've finally got round to making it available online.

https://kevlinhenney.medium.com/programmers-have-a-lot-on-their-minds-b58c62c37391

Programmers Have a Lot on Their Minds

Preface to 97 Things Every Programmer Should Know

Medium

I'm (re)making a game again ❤️

#indiedev #Godot4 #gamedev

I just managed to half the build size of Orlop to about 8MB on Win and Mac! Also CD/CI now works - but that isn't good social media content, so watch me admiring @Kay's Dungeon #Assets in Orlop ❤️

https://orlop.dev
https://tirch.itch.io/orlop

#indiedev #gamedev #rustlang

Orlop

Okay #rust PSA: If you’re not building in CI, you should use `—remap-path-prefix` so binaries don’t leak your username and folder structure!

https://github.com/tauri-apps/tauri/issues/6538#issuecomment-1482634473

#rustlang #privacy

[bug]My system username is leaked in binary file · Issue #6538 · tauri-apps/tauri

Describe the bug Based on the recommand options from official website, I have set strip = true, but the compiled binary still contains my system username. binary screenshot: Reproduction sh <(curl ...

GitHub