Luke Rogers

@rizer
164 Followers
80 Following
507 Posts
Creator of @pixaki, the pixel art app for iPad.
Websitehttps://rizer.co
App@pixaki
It turns out Linux has excellent typography shortcuts using the compose key: https://www.x.org/releases/current/doc/libX11/i18n/compose/en_US.UTF-8.html And there I was trying to memorise a bunch of unicode codepoints.
In that whole massive document there are just four emoji: 🙌, 💩, 🖕, and 🖖… all the essentials covered then!
#linux #typography
Xlib Compose Keys for en_US.UTF-8

Starter Kit: Racing for @godotengine is now available! 🎉 Easy to understand code, fully open-source & 3D models included! It's a little rough around the edges, but feel free to do pull requests if you can improve on it!

https://github.com/KenneyNL/Starter-Kit-Racing

#gamedev #gameassets

study of Sydney Laurence's masterwork 🌠
#pixelart #MastoArt #art

I just merged an update to the sokol_app.h iOS backend which replaces MTKView with CAMetalLayer+CADisplayLink (followup to the recent macOS backend update), and also migrates the iOS backend to 'UIScene lifecycle events' (this will be required in the next major iOS update).

Details in the changelog: https://github.com/floooh/sokol/blob/master/CHANGELOG.md#23-feb-2026

sokol/CHANGELOG.md at master · floooh/sokol

minimal cross-platform standalone C headers. Contribute to floooh/sokol development by creating an account on GitHub.

GitHub

☁️ 🧙‍♂️ ☁️

#PixelArt #GameDev

1hour study vs finished painting 🌟
#pixelart
same door, different season #pixelart #MastoArt #art

I’ve been doing more experimenting with Sokol, this time combining it with Flutter: https://github.com/rizerco/flutter_sokol

#sokol #flutter #linux

New blog post:

How do you comparison shop in the App Store?

https://lapcatsoftware.com/articles/2026/1/10.html

I made an example app showing how to get Sokol running inside a GTK app in Rust:
https://github.com/rizerco/sokol-gtk/tree/main
#sokol #rustlang