svntax
@svntax.com
1 followers 4 following 15 posts
Game Developer | Full-Stack Developer | Likes pixel art, game jams, and hackathons.
Posts Media Videos Starter Packs
svntax.com
I wrote a blog post about my (unfinished) VR demo for #js13k using PlayCanvas. There were some tough but interesting limits to using it while keeping the game under 13 KB.

https://blog.svntax.com/playcanvas-and-the-js13kgames-competition/
svntax.com
svntax @svntax.com · Aug 21
It's been about a month since I started using kanata (https://github.com/jtroo/kanata) for remapping keys. It's so helpful not having to move my hand to the arrow keys as often when writing (using caps lock to switch layers).
svntax.com
svntax @svntax.com · Aug 15
Hoping to make some time this month for #js13k
svntax.com
svntax @svntax.com · May 4
You can set a subregion of a sprite so that smear effects are applied to that area only.
svntax.com
svntax @svntax.com · Mar 29
I tried making a procedural animation tool that generates smear frames for any image. It's bare-bones, but working.
svntax.com
svntax @svntax.com · Mar 25
RPG prototype with generated characters using Retro Diffusion's API, set up as a summoning mechanic.
svntax.com
svntax @svntax.com · Mar 21
In the process of making an RPG prototype with smart NPCs using the new Retro Diffusion API updates, I found out about Dave Mark's Infinite Axis Utility System (IAUS). It looks far more flexible than GOAP for dynamic planning.
svntax.com
svntax @svntax.com · Mar 16
I wish I heard of Excalidraw earlier. I've been seeing it used for system design/architecture diagrams lately, which looks really helpful. Going to figure out how to self-host it now.
svntax.com
svntax @svntax.com · Feb 23
Finished setting up Solidtime for tracking time for my projects. I've used Clockify for a long time, but I wanted a self-hosted alternative, and so far it's been working great.
svntax.com
svntax @svntax.com · Feb 21
I got it to work after watching the video, but you're right. I'm also getting issues with self-signed certs when uploading images. At least posting text works, so thanks again.
svntax.com
svntax @svntax.com · Feb 21
Testing Postiz again, finally got the user signup working. Now to see if I can post this on multiple platforms.
svntax.com
svntax @svntax.com · Feb 20
Thanks for the video. I'm using Traefik for the reverse proxy, but I'll check this out anyway. Maybe I'm missing something in my configuration somewhere.
svntax.com
svntax @svntax.com · Feb 20
So far I've tried self-hosting Postiz and Mixpost. Postiz I got running up until user signup, which fails for some reason, and no helpful errors in the logs. Mixpost worked great, but the Lite version doesn't support all the platforms I need.
svntax.com
svntax @svntax.com · Feb 19
Currently figuring out how to set up a posts scheduling tool on a local server.