Tag: <span>dusty old project</span>

Windows Image Viewer Replacement

When I upgraded to Windows 10, I quickly started to miss the image viewer that came with Win 7. The image viewer of Win10 is bad enough that I decided to write my own as a replacement that had more of a feel of the win 7 version. Image formats supported:GIF, BMP, DDS, EXR, HDR,…


Frequency Modulation Audio

Here is a simple example of how frequency modulation works in audio.The frequency of one tone (carrier) is altered with another oscillator (modulator). At high speeds, the resulting combination will bring out extra harmonics.There are no dependencies in the example.Play with the sliders and see how the different tones are generated. SuperStrict Framework brl.basic Import…


ShaderToy Screensaver for Windows

A windows screensaver built to use pixel shaders from ShaderToy.com. The screensaver runs the shaders fullscreen at a low framerate and downsampled so as to use the least resources as possible.On my computer, cpu usage is around 1%. It features a configuration window like any normal screensaver and detects a multi monitor setup.You can change the…


Function Graph tool

I wrote a function graphing tool that might be useful for others to use. Sometimes I use graphtoy.com in my work but needed something a little more customized.Type in your own expressions and graph the output. Written in BlitzmaxNG and uses OpenGL. Controls:Mouse Wheel and Up/Down key -> zoom graphmouse left click and drag ->…