Tumgik
yellowafterlife · 11 days
Text
Trackball "gestures" and other mouse trickery
The buttons on trackballs (and ergonomic mice in general) are commonly remappable, but you don't usually get to decide what the ball itself does.
And that's a shame - a ball is a good way to do plenty kinds of input.
So I wrote an AutoHotKey script that tracks mouse input from connected devices and briefly locks the cursor to translate motions into custom actions when needed.
This approach offers a good deal of flexibility and works with any kind of trackball (or anything that the system considers a "mouse", really).
The source code and examples can be found on GitHub. I also wrote a blog post with further explanation of approach and a "cheat sheet" for the little API that the script exposes.
2 notes · View notes
yellowafterlife · 2 months
Text
Tumblr media
Ghost Croquet now has a demo! You can play it on your own or with friends
Also the game's currently on sale as part of Steam Remote Play Fest.
Here's a little doodle for the announcement.
Tumblr media
A videogame! From me! Can you believe it? I can hardly believe it myself. So,
Ghost Croquet is now out of Early Access!
Ghost Croquet is a platformer game with asymmetrical versus multiplayer (both local and online) and single-player modes.
In multiplayer, one player is the hero. The hero’s goal is to get through a level alive.
Tumblr media
The rest of the players are the ghosts. The ghosts can posses a variety of monsters and hazards, such as these:
Tumblr media
The ghosts’ goal is to kill the hero. When that happens, a new hero is chosen (with some weighting towards the killer, if any), and the cycle continues.
Tumblr media
While in hero form, the player can collect gems (to spend on upgrades for their next attempt) and there are a few more things to consider, but that’s the gist.
Tumblr media
Local multiplayer mode can be played with up to 4 (or, unofficially, 6) people.
Online multiplayer mode can be played with up to 8 and features Steam-based networking, invitations, public/private lobbies, etc. - as you'd expect from my work.
There's also 2P Bomb Pong:
Tumblr media
Apart of the levels themselves, there are also challenges (can you beat a level quicker? Without upgrades? Or while killing every monster?), an arcade mode (with a sequence of levels and a leaderboard for best times), a level editor, and a Steam workshop integration.
Tumblr media
You can read a deeper dive into the game's history (from a Ludum Dare entry to present day) in the newsletter:
And the game's out on Steam!
(aside: Tumblr's new editor works very pretty well for this sort of post, unlike some other websites)
34 notes · View notes
yellowafterlife · 3 months
Text
Tumblr media
A videogame! From me! Can you believe it? I can hardly believe it myself. So,
Ghost Croquet is now out of Early Access!
Ghost Croquet is a platformer game with asymmetrical versus multiplayer (both local and online) and single-player modes.
In multiplayer, one player is the hero. The hero’s goal is to get through a level alive.
Tumblr media
The rest of the players are the ghosts. The ghosts can posses a variety of monsters and hazards, such as these:
Tumblr media
The ghosts’ goal is to kill the hero. When that happens, a new hero is chosen (with some weighting towards the killer, if any), and the cycle continues.
Tumblr media
While in hero form, the player can collect gems (to spend on upgrades for their next attempt) and there are a few more things to consider, but that’s the gist.
Tumblr media
Local multiplayer mode can be played with up to 4 (or, unofficially, 6) people.
Online multiplayer mode can be played with up to 8 and features Steam-based networking, invitations, public/private lobbies, etc. - as you'd expect from my work.
There's also 2P Bomb Pong:
Tumblr media
Apart of the levels themselves, there are also challenges (can you beat a level quicker? Without upgrades? Or while killing every monster?), an arcade mode (with a sequence of levels and a leaderboard for best times), a level editor, and a Steam workshop integration.
Tumblr media
You can read a deeper dive into the game's history (from a Ludum Dare entry to present day) in the newsletter:
And the game's out on Steam!
(aside: Tumblr's new editor works very pretty well for this sort of post, unlike some other websites)
34 notes · View notes
yellowafterlife · 3 months
Text
I made a mod for Parkitect!
Tumblr media Tumblr media
It adds a table showing a breakdown of different ride metrics and their contribution to the overall excitement. Also features this little doodle
https://steamcommunity.com/sharedfiles/filedetails/?id=3137101228
2 notes · View notes
yellowafterlife · 4 months
Text
I wrote a new newsletter post!
It's about what I've worked on in Q4, a general year-in-review, and what's next
Tumblr media Tumblr media Tumblr media
2 notes · View notes
yellowafterlife · 4 months
Text
Tumblr media Tumblr media
Updated my post about experiences with the Sofle keyboard a little - the keyboard's got [laptop] legs now, the layout has seen some changes, and I updated my tool for displaying QMK-Vial layouts to support showing what rotary encoders do
0 notes
yellowafterlife · 7 months
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
I have a new newsletter post! A little bit of everything in this one (pictured: snips of some of the stuff)
Aside: trying to pick tags still feels me with dread.
2 notes · View notes
yellowafterlife · 7 months
Text
Tumblr media
Might as well start posting here again.
Here's a creature from a recent blog post.
54 notes · View notes
yellowafterlife · 3 years
Text
Hey, I made a new tool for GameMaker!
It allows to pass substantially more data types between GML and C++ functions (including int64s, arrays, and even nested C++ structs), which can help a bunch with making extensions.
For a practical example, I added Steam Inventory support to my Steamworks wrapper yesterday, and thanks to this the code looks like pretty normal C++.
8 notes · View notes
yellowafterlife · 3 years
Text
Hey, following recent news of Forager's multiplayer update being cancelled I wrote a small post reviewing the announcement and how it could come to this
6 notes · View notes
yellowafterlife · 3 years
Text
I made a new web-based tool for Terraria! You give it your PLR file and it shows you your Journey Mode research progress - with categories-percentages and all.
5 notes · View notes
yellowafterlife · 3 years
Text
Tumblr media
Another remarkable addition is that you can now run GMEdit in your browser! Check it out:
https://yellowafterlife.github.io/GMEdit/
This means that you can view/edit GameMaker projects without installing anything on the device at all!
I released a new GMEdit beta!
This brings further improvements to type system and features improved sprite/font editors by Anton!
2 notes · View notes
yellowafterlife · 3 years
Text
I released a new GMEdit beta!
This brings further improvements to type system and features improved sprite/font editors by Anton!
2 notes · View notes
yellowafterlife · 3 years
Text
Tumblr media
Hey, I released an A+ Promises implementation for GameMaker Studio 2.3!
If you've dealt with them in JS, this is equivalent and can be extremely helpful for chaining async operations (e.g. multiple HTTP requests when logging in and pulling data from a web server or API).
1 note · View note
yellowafterlife · 3 years
Text
I wrote a big newsletter post on what I've been up to in February!
2 notes · View notes
yellowafterlife · 3 years
Text
I published a small extension that lets you stream camera data (color/depth/infrared) from Kinect to GameMaker games!
A tad too late to make a Kinect-based videogame, but can be handy as a stream camera if you still have a device lying around somewhere.
Bonus: while trying to derive a strategy to reduce "edge noise" that you get in depth buffer, I accidentally made an interesting trail effect:
Tumblr media
10 notes · View notes
yellowafterlife · 3 years
Text
Tumblr media
I released a big GMEdit update a few days ago! It brings auto-completion and error checking to the next level by greatly expanding support for type information.
You can read more about this in my mailing list post and a full changelog (along with downloads) in the itch post.
3 notes · View notes