Demo of the old v2 Qt version of my project, with a new interface optional hardware encoding of video files. This is more of a glitch art video processing app to create video files, as it runs kind of slow because the processing is done on the CPU. Use ACMX2 for much faster application.
09.03.2026 16:14
๐ 0
๐ 0
๐ฌ 0
๐ 0
Here is what the Linux port of this application looks like with the new interface and everything. I love how Qt lets you use its own type of stylesheett to customize the window scheme.
09.03.2026 15:01
๐ 0
๐ 0
๐ฌ 0
๐ 0
Updated this super old project, giving it new updated CMake build scripts and a new interface. I cannot believe how old this project is. #hobby #maintain
github.com/lostjared/Ac...
09.03.2026 14:32
๐ 0
๐ 0
๐ฌ 0
๐ 0
I agre with you 100%
09.03.2026 14:29
๐ 1
๐ 0
๐ฌ 0
๐ 0
Nothing to do today on Sunday so I was messing around with this demo. You can try the Web Assembly version on my site:
lostsidedead.biz/Matrix3D
This demo has a lot of room to be improved on.
#matrix #demo
08.03.2026 19:37
๐ 1
๐ 0
๐ฌ 0
๐ 0
I watched a two hour long YouTube video of a guy explaining all the things he does not like about C++. All I can say is I have been using C++ for so long I can use it to leverage my ideas in more abstract complex ways than any other language. If you don't want to use it it's okay use something else.
08.03.2026 17:54
๐ 1
๐ 0
๐ฌ 1
๐ 0
Wrote a binary search tree by hand in C23 to practice this morning. Lots o fun #coding
github.com/lostjared/C2...
08.03.2026 17:33
๐ 1
๐ 0
๐ฌ 0
๐ 0
Psychedelic String
#matrix #string
08.03.2026 07:34
๐ 2
๐ 0
๐ฌ 0
๐ 0
Book Review in Code
YouTube video by Jared Bruni
Was looking at my old videos on YouTube, man I was so much different back then. Here is a book review I did with the video mapped to array of hex bytes. I used to do all these book reviews of coding books.
08.03.2026 06:41
๐ 2
๐ 0
๐ฌ 0
๐ 0
I love color. #videoart
08.03.2026 03:28
๐ 1
๐ 0
๐ฌ 0
๐ 0
3D graphics.
08.03.2026 03:02
๐ 1
๐ 0
๐ฌ 0
๐ 0
Maybe I should start streaming when I code. Only problem is I am embarrassed about how my speech is. Who would watch a stream with no audio? I think I need to practice speaking more but I have no one to talk to.
08.03.2026 02:41
๐ 2
๐ 0
๐ฌ 0
๐ 0
#alone #loner #outcast
08.03.2026 02:13
๐ 1
๐ 0
๐ฌ 0
๐ 0
Code is Art. #code #videoart #codeart
08.03.2026 00:07
๐ 4
๐ 0
๐ฌ 0
๐ 0
If you cannot tell by what I post on here all the time, I love software, computer programming, art/graphics and video games. I hope to some day program something that people find useful or will want to use. Until then its practice as much as I can find the time for.
07.03.2026 23:10
๐ 2
๐ 0
๐ฌ 0
๐ 0
Color Patterns #videoart
07.03.2026 21:55
๐ 1
๐ 0
๐ฌ 0
๐ 0
Created with ACMX2 #GLSL
07.03.2026 21:10
๐ 0
๐ 0
๐ฌ 0
๐ 0
Colors. #videoart
07.03.2026 19:51
๐ 1
๐ 0
๐ฌ 0
๐ 0
Got the audio reactivity working on ACMX2 on macOS. This is a quick test I did. The only issue was that my MacBook Air's microphone is mono, so I had to set it to 1-channel audio. Otherwise, it would not work. #homebrew #hobby
07.03.2026 17:35
๐ 0
๐ 0
๐ฌ 0
๐ 0
I have been having some depression lately. I worry about what I would have to do if I lost my health insurance. Everything is getting crazy right now. So I just sit here in my home office on my computer programming, trying to stay occupied so I do not have to think about it.
07.03.2026 13:25
๐ 0
๐ 0
๐ฌ 0
๐ 0
Compiling OpenCV on Windows is such a pain; it takes forever, and it breaks all the time. Even more so with Mingw. Even if you use the compiled version on GitHub, you still have to jump through all kinds of hoops because of mismatched dependencies. Plus, the newer versions are just broken.
07.03.2026 13:22
๐ 1
๐ 0
๐ฌ 0
๐ 0
Using ACMX2 to turn any image or video into animated pixel art.
#software #app #oode #program #filter #macosport
07.03.2026 12:53
๐ 1
๐ 0
๐ฌ 0
๐ 0
Cool now all you need is to get up and running on macOS and you will all 3 platforms. Nice work as always.
07.03.2026 12:34
๐ 1
๐ 0
๐ฌ 1
๐ 0
Filter I wrote to turn any image into Pixel art.
07.03.2026 12:23
๐ 2
๐ 0
๐ฌ 0
๐ 0
Personally I don't think trying to create software without knowing how to code or "vibe coding" is a good idea at all unless you are doing some simple scripting. There are so many things that can go wrong and it takes years to learn how to understand how that works.
07.03.2026 12:11
๐ 2
๐ 0
๐ฌ 0
๐ 0
Updated the non NVIDIA/CUDA version of ACMX2 so it can run on Mac/windows and have some of the newer features like Multipass shaders etc. Source code is now on GitHub if you want to compile it and try it on your Mac,
07.03.2026 06:20
๐ 1
๐ 0
๐ฌ 0
๐ 0
Testing my app.
07.03.2026 02:15
๐ 1
๐ 0
๐ฌ 0
๐ 0
Wrote this nice little version of my typewriter program in C23 to scroll text timed by microseconds. (versus my other one that used milliseconds).
github.com/lostjared/C2...
07.03.2026 00:45
๐ 1
๐ 0
๐ฌ 0
๐ 0
Energy Woman (ACMX2 style)
#art #creativeart #creativecoding #software #cplusplus #glsl
06.03.2026 23:35
๐ 1
๐ 0
๐ฌ 0
๐ 0
Tested my app on my old tablet, and it worked, but ran kinda slow; the tablet is like 6 or 7 years old. So I would recommend using a newer device. It runs great on my phone. #software #android #app
06.03.2026 21:33
๐ 1
๐ 0
๐ฌ 0
๐ 0