My latest GitHub repo is a set of header-only C++ classes and functions for 2d/3d/4d vectors, 2x2/3x3/4x4 matrices, complex numbers, quaternions, and 3d transformations/projections. I started this project to easily compile GLSL GPU shaders on the CPU
C++ 2d/3d/4d Vector, 2x2/3x3/4x4 Matrix, Complex Number, Quaternion, and 3d Transformation Classes / Functions (Header Only libraries) - GitHub - mrmcsoftware/vec-mat-comp-quat: C++ 2d/3d/4d Vector...
I created a few github repositories for some of my source code & programs. This one is a Linux Mandelbrot/Julia fractal program written in a C/x86 assembly language combination. Windows version available at https://github.com/mrmcsoftware/FractalAsm
I've created a few shadertoy GLSL shaders. Raytracers, 33 Video Transitions (effects), and a nice tropical scene (modifications of existing shader). For those not familiar with shadertoy, you can see shader code, change it, see results.
Video covering the various projects I've been doing lately: x86 assembly raytracer improvements, adding interactivity to the Linux version of my raytracer, Pathtracing, running my raytracer on Amiga computer via an Amiga emulator, Tesla Coil & more
This is a video covering the various projects I've been doing in the past months - x86 inline assembly raytracer improvements, adding interactivity to the Li...
Here's part 2 of my x86 assembly language tutorial video. I taught myself x86/x64 assembly language and converted my assembly code from a CPU I designed to x86. This tutorial video I made covers introductory x86/x64 assembly info and valuable tips.
I taught myself x86/x64 assembly language, and now I'll teach you. This video includes not only introductory concepts but also valuable tips on how to progra...
I taught myself x86/x64 assembly language and converted my assembly code from a CPU I designed to x86. This tutorial video I made covers introductory x86/x64 assembly info and valuable programming tips. For both Windows and Linux
I taught myself x86/x64 assembly language, and now I'll teach you. This video includes not only introductory concepts but also valuable tips on how to progra...
I’ve previously posted some images of Mandelbox fractals, so this time I’ll write more about them and provide a video I made of various flights through the Mandelbox. The Mandelbox is a…