Advertisement · 728 × 90

Posts by Bas Tuijnman

Video

Wanted to build a little workflow tool for terrain building with #bevy, get sucked into trying to set up a reactive UI with Bevy UI.

6 months ago 1 0 0 0

Been doing most my game dev stuff in Rust lately, but sometimes I yearn for the simplicity of C 😅

8 months ago 0 0 0 0

Nobody wants to deal with FPP issues anyway…

8 months ago 0 0 1 0

Did you write everything in C?

8 months ago 1 0 1 0

Hey this is dope as shit!

9 months ago 1 0 1 0
Post image

Fresh bread for the weekend

1 year ago 1 0 0 0

Puck Pieterse #glazenbolcup

1 year ago 0 0 0 0
Advertisement
Post image

Got the rail game to compile & run on iPad :)

1 year ago 0 0 0 0
Video

Whipped up a quick placement follow mechanism for the primary camera (don't mind the fugly placeholder UI & textures). Having a ton of fun building all of this stuff out! #bevyengine #gamedev

1 year ago 9 1 0 0

What greater joy is there than to let your 3yo play your little train game and have him scream with glee once he realises he can place tracks going down all the way into the deepest pits of hell

1 year ago 0 0 0 0
Video

Going up! Added ability ascend trains and build at a higher level. #bevyengine #rust

1 year ago 7 4 0 0
Video

Wrote some comically shitty train movement code and some loop detection mechanism that would burn your eyes out (think Raiders), but at least there's a functioning closed track resource 🤷 #bevyengine #gamedev

1 year ago 6 1 0 0

Probably because I'm coming from a pure programming background it makes more sense to me to spawn things through code and it's easier for me to oversee what the interaction is like. Though I think I'd be less enthused if I had the need to build bigger levels/environments 😅

1 year ago 1 0 0 0

It's interesting to me that Unity/Godot/Unreal all felt stifling to me creativity wise but that when using an engine that doesn't have an editor at all I feel like I'm doing my best work game dev wise. Just doing everything from the terminal feels satisfying AF

1 year ago 4 0 1 0
Video

Been fudging up track piece placement for a while, essentially gave up on calculating this during runtime and instead have snap points in the Gltf scenes. Massively reduced my complexity and I get all of the position/rotation calculations for free from #bevyengine :)

1 year ago 5 1 0 0

Apparently if you write Go for a little bit you completely lose the ability use semicolons in other languages

1 year ago 0 0 0 0

This is dope AF!

1 year ago 1 0 0 0
Advertisement

I'm not sure how I feel about Go just giving you the empty value of the value type you're using on your map when providing a non existing key though... it feels kinda wrong to have to check on len(map[key]) (since in my case I've got an int slice as my value)

1 year ago 0 0 0 0

Wanted to rewrite the rules list into a map to make it more efficient, took a look and realised I basically just wrote an actual (less efficient) sort function -.-

After updating looks a bit cleaner, chuffed with it! Maps will probably come in handy later regardless

1 year ago 0 0 1 0
Preview
adventofcode/2024/05-12/main.go at master · bastuijnman/adventofcode Contribute to bastuijnman/adventofcode development by creating an account on GitHub.

#AdventOfCode day 5 github.com/bastuijnman/...

So many for loops it might make you gag

1 year ago 2 0 1 0

Oh boy didn’t even know you could do C on those bad boys. During high school I had a TI-84 plus which I wrote BASIC on. Perhaps I should do next years AoC on it with Z80 assembly and really torture myself 😅

1 year ago 1 0 1 0
Preview
adventofcode/2024/04-12/main.go at master · bastuijnman/adventofcode Contribute to bastuijnman/adventofcode development by creating an account on GitHub.

Must've rewritten the solution for todays #AdventOfCode like 3 times since my mind came up with wonderful ways that almost worked but didn't quite catch all cases.

Code is now at least simple enough for the most part but defo has a bunch of duplication that can be avoided
github.com/bastuijnman/...

1 year ago 3 0 0 0
Preview
adventofcode/2024/03-12/main.go at master · bastuijnman/adventofcode Contribute to bastuijnman/adventofcode development by creating an account on GitHub.

After yesterdays brute force misery with #AdventOfCode today was some simple regexes

Getting a bit more comfortable with Go at least

github.com/bastuijnman/...

1 year ago 1 0 0 0
Preview
adventofcode/2024/01-12/main.go at master · bastuijnman/adventofcode Contribute to bastuijnman/adventofcode development by creating an account on GitHub.

It's december 1st once again, so time for Advent of Code 2024 🥳

Going to attempt it all in Go (which I've never written), solution for day 1:
github.com/bastuijnman/...

1 year ago 0 0 0 0

I guess a small instruction set size keeps it fun, can’t imagine having to deal with x86 or arm 🙃

1 year ago 1 0 1 0

Assembly for fun? 🫠

1 year ago 1 0 1 0

Nothing makes me feel more inadequate as a game dev than having to pull trigonometry out of my ass when I need it -.-

1 year ago 0 0 0 0
Advertisement
Post image

Been trying to kick off my side project again, a little railway building game in #rust/#bevyengine

Maybe bluesky can provide some motivation to keep working on it and keep throwing out updates 🙃

1 year ago 0 0 0 0