shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

243
active users

#love2d

1 post1 participant0 posts today

Here is a new #Introduction post following my migration to mastodon.gamedev.place.

I'm a hobby game dev, musician, artist, and a professional research scientist in molecular biology.

I have released a #Love2D game called Dicey Poker (downloaded 25 times over at ethinethin.itch.io/diceypoker). I am also working on a vintage computer simulator, heavily based on the PDP-8, the source code of which is on my github.

itch.ioDicey Poker by EthinEthinA mash-up of poker and dice rolling

A while ago I learned that Balatro is made in a fun game engine called #love2d, which turns out to be quite the cross-platform beast.
This of course meant I had no choice but to run it on my #linuxmobile phone running #postmarketos and #plasmamobile
Runs at a locked 60fps on my OnePlus 6T and plays really well besides needing some persuasion to accept screen rotation!
No movie magic, no translation layers, no virtual machines.

📣 Just released Shöve v1.0.6!

Sometimes LESS is MORE - we saw up to 20% faster rendering on Steam Deck-like hardware by removing "clever" optimizations. Paradoxical? Check out our blog for the full performance story and benchmark results! #LÖVE2D #gamedev #LuaJIT

oval-tutu.com/blogs/shove-less

oval-tutu.com · Shöve 1.0.6 - Sometimes Less is More!Shöve - a powerful resolution-handler and rendering library for LÖVE - just got faster!

Wednesday is my #DaddyDay (mom is working and I'm not so I can play with my son), but now he's getting used to primary school joining half days there. Weird stuff, but it did give me time to make some refactoring adjustments to the job system of my game. If-else if-else-stuff is replaced by a for loop over a table (that's what arrays are called in lua) pretty happy with that as a start.

It's always.... nice... to find out that when you, the non-mathematician are trying to get a world space position when you only have a view port position, the very library you use to get in this mess also has a function that does just that. And now the evening is almost over. But I got it working!
#love2d #GameDev