Zomebody
banner
zomebody.bsky.social
Zomebody
@zomebody.bsky.social
I make games.
Finally getting back into working on gameplay after 4 months of engine upgrades. Currently setting up a better test map.

I suppose this is also the first footage on here that includes wind trails and foliage sway. 👀

#love2d #gamedev
October 2, 2025 at 3:30 PM
Rare double post! Also reworked some of my particle emitter logic to support rotating whole emitters, including any particles that are already emitted. #love2d
September 4, 2025 at 9:20 PM
Upgraded my renderer's lighting system to allow for more vibrant colors - at the cost of requiring more manual tuning.
September 4, 2025 at 8:58 PM
Been a bit since I shared progress on my renderer.

Spent a while implementing a shader for water/waterfalls and other liquids, improving the shading on foliage, optimizing performance and building a better pipeline for exporting maps from Blender to Love2d. #love2d
July 17, 2025 at 3:52 PM
Implemented spritesheet functionality into my particle shader & blending to handle semi-transparent particles.
May 29, 2025 at 3:18 PM
You know you're too deep into debugging your code if you're happy to see your program change from crashing to freezing.
May 21, 2025 at 12:32 AM
Finally added card info & made it possible to play the cards.
May 8, 2025 at 1:42 PM
More progress on turn-based battle prototype. Units can now move around and attack. Cards are next on the to-do list.
April 29, 2025 at 1:23 AM
Overworld -> battle transition concept. Next up: being able to select & move units, and play cards on them.
April 19, 2025 at 12:50 AM
Prototyping a card system
April 16, 2025 at 6:07 PM
Working on improving scene management. Generalized the process to make it easier to program scene switches in UI or through in-scene triggers.

Starting to look more and more like an actual engine.
April 10, 2025 at 12:43 PM
Experimenting with an art-style that could fit in with the 3d renderer I wrote in #love2d. Had to rework my Blender plugin to export scenes from Blender into my Love2d projects. Definitely worth it though.
March 14, 2025 at 12:49 AM
Implemented real-time shadow maps and bloom into my #love2d 3d renderer. Performance is surprisingly good given how I botched the code.
March 1, 2025 at 2:57 PM
Quick and simple burning effect shader written in #love2d using a noise image as a mask.
February 20, 2025 at 11:00 PM
Been playing around with #love2d a lot recently. Created a prototype for loading & unloading rooms with basic character movement, collisions, questionable click-to-move pathfinding and a simple transition UI.
February 11, 2025 at 11:30 PM
A lil' splash screen I made. #love2d
January 28, 2025 at 1:57 AM
Reworking my portfolio website to show off some of my recent work. Super happy with this format, especially the interactive 3d asset viewer.
January 9, 2025 at 1:31 AM
In my off-time I've been learning more about how 3d rendering works and wrote a little renderer from scratch in Love2D. It supports meshes, textures, particles, basic diffuse lighting and ambient occlusion!

Hoping to expand this more in the future.
December 18, 2024 at 1:24 PM
Some stuff I recently made for Paint Punks that weren't worth a dedicated post:
1. A simple skill rating system with global leaderboards.
2. Daily log-in rewards that adapt to the player's own timezone.
3. Indicators that show where incoming shots is coming from.
4. Assists on enemies.
December 13, 2024 at 7:06 PM
First time I'm making a big render in Blender for my game. Enjoy some progress shots of where I started and what I managed to create in a couple days. Definitely underestimated how much work it would be. #RobloxDev #Roblox
November 23, 2024 at 2:54 AM
Although animation work is one of my weak points, I am giving each character in Paint Punks their own pose in the main menu. Helps give characters a unique identity. Happy with the progress so far. #RobloxDev #Roblox
November 14, 2024 at 2:35 PM
Working on an in-game feedback form for Paint Punks players to share their thoughts! Feedback is properly filtered and anonymized as well.
November 6, 2024 at 5:43 PM
Some good progress on map number 6 for Paint Punks.
November 3, 2024 at 10:14 PM
Quick little UI sprite-sheet animation, generated with code.
October 23, 2024 at 11:50 PM