Stats

4
Projects
17
Devlogs
40
Votes
2
Ships

Coding Time

All Time: 176h 7m
Today: 0h 54m

Member Since

June 17, 2025

Badges

1
🚢
Maiden Voyage
you shipped your first project! the journey begins...

Projects

4
Aushr

Aushr

Shipped
3 devlogs about 1 month ago
🚀
7 devlogs about 1 month ago
🚀
1 devlog about 1 month ago
dbgui

dbgui

Shipped
6 devlogs about 2 months ago

Activity

so halfway through this devlog, i worked on another project for 2 weeks, so i don't really remember what i was working on for half of this. but uhh i did a ton of internal stuff dealing with FFI between WASM and JS, and im still working on developing a ton of the other features mentioned before, and its overall just a matter of locking in and getting them working. anyways, heres some concept art i made of the crafting ui, which i will be implementing very soon

Update attachment

i've been trying to make and integrates animations for the hands and the staff of the player, except
design
graphics is passion,
my
so it's turning a bit into the attached image. anyways, i've been fiddling with some technical details in the codebase, but it kind of backfired (turns out enum delegation in rust is very limited, so i have to stick with copying + pasting the same damn lines of code for every single type of entity there is) keybinds are now a thing though, animations are in progress (i had to change libraries twice because of how limited their features were, but hopefully the one i'm using right now, the apparent successor of those 2, is going to work out). alright imma finish up the animations now, cya :]

Update attachment

i fixed some more stuff, changed some systems around, and i'm in the middle of a rework of the netcode interfacing while preparing to do some shenanigans with biome easing and client side prediction. the vision for this project has transformed into some ungodly event horizon, and there is no light at the end of this absolute monolith, but hopefully with some discipline and equal parts ego death, the basic game and network logic should be complete by the next devlog. i'm also in the middle of adding ✨particle effects ✨, which should honestly just make me instantly win in life :> anyways, here's some very cool concept art:

Update attachment
Josh
Josh worked on Aushr
2h 38m 19 days ago

ok the nest systemmd instance was breaking a ton, so I had to fix it and stuff, but I designed a pretty cool logo and cleaned up some stuff, and it’s ready to ship I hope! thanks for checking this project out 😊

Update attachment

i did some stuff i guess, it still needs some work to do to replicate what i used to have with js, but it was 10x more maintainable and enjoyable to make with rust. the load times are a bit atrocious, but thats something that can definitely be improved on. kthxbye

Update attachment

ok uh im in the middle of rewriting everything in rust because javascript is die, but i dont really have anything to show right now. i swear the next devlog will be peak tho (it wont be)

Update attachment

ok i forgot to make a ton of these, but i made some stuff i guess :3
its kind of ugly right now, but the priority is to make the game first and then to focus on looks. i had to coordinate a lot with the backend as well, and the codebase is starting to fall apart fast, which isnt really that rad

Update attachment
Josh
Josh worked on Aushr
2h 59m about 1 month ago

I guess the above was a complete lie, you just need some specific link to install the app locally. Anyways, I added some more commands shown in the picture attached. I had added some other ones, like a youtube video downloader based on youtube.js, but it doesn’t work for some reason, I’ll have to debug more >:(
Oh yeah, I also added it to Nest, so it’s now hosted by an actual server which is really nice.

Update attachment
Josh
Josh worked on Aushr
5h 7m about 1 month ago

After learning a ton about the discord API and whatever the heck the oauth process is, I now have a working bot using a persistent database (totally not just a json file) that can respond to commands. It's not an installable activity yet (wasted 2 hours of my life figuring out that you needed a webserver in order to make one), but it'll get there eventually :>

Update attachment
Josh
Josh created a project
37d ago

Aushr

The ultimate personal discord assistant, perchance. | Ask and yoU SHall Recieve

Aushr
3 devlogs 0 followers Shipped

I set up the file structure and integrated it with the backend for Discord Activities. it kind of sucked though, since half the time was just debugging why it wasn’t working with discord, which didn’t get tracked ;-;
It works now, so it’s all fine, and it’s now time for me to figure out how to multiplayer.

Update attachment
Josh
Josh created a project
39d ago

Spellfire Frontend

The frontend for a browser PVP MMO.

7 devlogs 1 follower
Josh
Josh worked on nocogl
6h 52m about 1 month ago

ok i kinda nolifed coding for 7 hours because the Reactive ysws is going to end today, and it has some nice rewards that I wanted. anyways, i think i made a decent looking project that hopefully satisfies all of Reactive’s requirements. It’s also a tool that I personally want to have, since the existing glsl apps online (glsl.app, shadertoy, etc) just give you a quad and limited js interfaces to work with, which is just kind of lame. its also my first time using a component library (daisyui), which is both convenient and annoying because the components come prestyled. maybe I should try shadcn?

anyways i will give 5 big booms to anyone who votes for me🐸

Update attachment
Josh
Josh created a project
40d ago

nocogl

WebGL made easy.

1 devlog 0 followers
Josh
Josh worked on dbgui
9h 7m about 1 month ago

Tried making a website and did some fixes to the library, now being at 1.1.0. I also made a comprehensive readme at https://github.com/HydrogenMacro/dbgui/tree/master

Update attachment
Josh
Josh worked on dbgui
4h 41m about 2 months ago

Finished making all the widgets, did a ton of refinement, started making the showcase/docs website, forgot to make devlogs, all the usual stuff. Anyways, how has your day been?

Josh
Josh worked on dbgui
4h 52m about 2 months ago

After days of absolute pain from failed attempts, I have finally made all handles resizable. It still is quite jank, but I have removed the edge buffers visible in the last devlog in favor of not having edge cases.

Josh
Josh worked on dbgui
1h 55m about 2 months ago

Scrapped and redid resizing and covered all edge cases.
Turns out making a plan for what you want to implement can be pretty useful for things that have a ton of edge cases/failure possibilities. For example, I documented all the cases that needed to be considered for my resizing function:
// factors to consider:
// is dragging up or down?
// if dragging down, is box at minHeight?
// if dragging up, is box at maxHeight?
// if dragging down, is box at bottom side?
// if dragging up, is box at top side?

Josh
Josh worked on dbgui
2h 49m about 2 months ago

Added half-working resize handles

Update attachment
Josh
Josh worked on dbgui
8h 36m about 2 months ago

I didn't realize that devlogs were required, so I did a ton of work without making one. Anyways, after some work, I now have a working UI, 2 widgets, and the basic API done.

Update attachment
Josh
Josh created a project
55d ago

dbgui

A simple declarative debug interface for JS/TS

dbgui
6 devlogs 0 followers Shipped
Josh
Josh joined Summer of Making
59d ago

This was widely regarded as a great move by everyone.