You are browsing as a guest. Sign up (or log in) to start making projects!

kaplin86

@kaplin86

Joined June 13th, 2026

  • 4Devlogs
  • 2Projects
  • 0Ships
  • 0Votes
i am kaplin. i mostly make games. if you see anything that isnt a game, its probably something i made with my hack club members (i lead a local hack club)!!!

if you want to learn more about me, you can find my daily posts on hc scrapbook, or join my personal channel in the slack #kaplins-cool-radical-channel
Open comments for this post

2h 38m 29s logged

I got a simple (un-cool-ified) game loop working!! I also did some slight improvements on my upscaler thingamajiggy. wanted to clarify its not really for ACTUAL upscaling, but more of a stylistic application of more pixels to create smooth triangles that were previously not in said image.

I got a simple (un-cool-ified) game loop working!! I also did some slight improvements on my upscaler thingamajiggy. wanted to clarify its not really for ACTUAL upscaling, but more of a stylistic application of more pixels to create smooth triangles that were previously not in said image.

Replying to @kaplin86

0
1
Open comments for this post

1h 2m 7s logged

I designed the PCB for the macropad!! first time doing that :D

I designed the PCB for the macropad!! first time doing that :D

Replying to @kaplin86

0
2
Open comments for this post

2h 3m 45s logged

First devlog!! I probably should have done this after 15 minutes like intended, but I suppose my old shiba devlog habits never left me!

So far, ive done some work getting ball and paddle movement. At the start the ball is “mounted”, so it sticks to the paddle and can be aimed, and then click to launch. Simple stuff.
Most of my time was actually spent trying to do a specific visual effect.

I want to try and make this game using pixel art, but a type of pixel art where each pixel has smooth triangle shapes between ’em.

I dont know what exactly thats called, but I decided to try that. The idea came from a little game called “mindustry” where i thought they had a shader that does what i described. I dont actually know if they do. I dont actually know if they do anything special, they just keep image sizes good. you cant see any pixel edges unless you zoom in a external program.

To replicate the effect i want, im making it so in runtime it generates a new, larger texture with a X size increase. Then, with the new size, it will create triangles to smooth out pixels. Its going decently. Theres some weird bug with my calculations though where its acting like some pixels are something else in the original image than what they actually are. Oh well. I will probably make a fix tommorow :)
Same with the fact that it isnt transparent.
I wonder if i should try making it a shader again (i gave up on the shader at first since it wasnt working at all)

First devlog!! I probably should have done this after 15 minutes like intended, but I suppose my old shiba devlog habits never left me!

So far, ive done some work getting ball and paddle movement. At the start the ball is “mounted”, so it sticks to the paddle and can be aimed, and then click to launch. Simple stuff.
Most of my time was actually spent trying to do a specific visual effect.

I want to try and make this game using pixel art, but a type of pixel art where each pixel has smooth triangle shapes between ’em.

I dont know what exactly thats called, but I decided to try that. The idea came from a little game called “mindustry” where i thought they had a shader that does what i described. I dont actually know if they do. I dont actually know if they do anything special, they just keep image sizes good. you cant see any pixel edges unless you zoom in a external program.

To replicate the effect i want, im making it so in runtime it generates a new, larger texture with a X size increase. Then, with the new size, it will create triangles to smooth out pixels. Its going decently. Theres some weird bug with my calculations though where its acting like some pixels are something else in the original image than what they actually are. Oh well. I will probably make a fix tommorow :)
Same with the fact that it isnt transparent.
I wonder if i should try making it a shader again (i gave up on the shader at first since it wasnt working at all)

Replying to @kaplin86

0
1

Followers

Loading…