The 2024 Wheel Reinvention Jam is in 16 days. September 23-29, 2024. More info
markersniffen's Avatar
markersniffen
Member since

Recent Activity

My original video editor prototype has been slowly transforming into a broadcast graphics/video playout system. I've integrated a Blackmagic Decklink device that can interface with broadcast equipment (switchers, big LED walls, etc) via SDI to transmit uncompressed audio/video. Right now it's just playing out the device's HDMI to another monitor, but the concept is there. I managed to put together a very simple animation system last night which makes it much more fun to play around with.

View original message on Discord

Using my newfound decoding knowledge I started working on a simple video editor. I also tried decoding 16 files at once, which didn't seem to bother my 3080 at all.

View original message on Discord

Huge thanks to @mmozeiko - I was able to get gpu accelerated h264 decoding working in Odin using the Media Foundation api with his help.

View original message on Discord

This is my first jam - I decided to try and visualize how the string allocator that I am trying to write works (or doesn't). I spent most of this weekend trying to fix the allocator after I successfully visualized some of it's many problems...so I'd say this was a success!

View original message on Discord

As your average artist that's constantly frustrated by software I have to use, I decided to write my own animation/playback app (imagine powerpoint and after effects combined) to see if I could do better. I've done a decent amount of 'scripting' in Adobe apps, and when covid hit I bucked down and taught myself Javascript...soon after I discovered handmade hero and basically went of the deep end. C and I didn't work out, but when I found Odin...

This is my first real low-level app - I started working on it about 3 months ago, and this week's project was to replace my dear imgui implementation with something completely custom.

View original message on Discord