Show HN: Simple (Inline) x86 Assembly/C Windows Mandelbrot/Julia Fractal Program
1–4 of 4 posts
Re: Show HN: Simple (Inline) x86 Assembly/C Windows Mandelbrot/Julia Fractal Program
#2Re: Show HN: Simple (Inline) x86 Assembly/C Windows Mandelbrot/Julia Fractal Program
#3If you want to learn basic x86 assembly language or Win32 API (Windows) programming, here's a relatively simple program which would likely be helpful (especially combined with the tutorial videos listed on the github page). Or just enjoy some nice fractals. In short, I haven't left Windows users out in the cold.
Re: Show HN: Simple (Inline) x86 Assembly/C Windows Mandelbrot/Julia Fractal Program
#4If you want to learn basic x86 assembly language or Win32 API (Windows) programming, here's a relatively simple program which would likely be helpful (especially combined with the tutorial videos listed on the github page). Or just enjoy some nice fractals. In short, I haven't left Windows users out in the cold.
a bit late to the party, but how hard would it be to adapt it to linux or mac? The assembly part should be the shame, isn't it? (ignoring non-intel macs)
I don't know about Mac. Mac OS (not original Mac OS though) is based on Unix/Linux, so it might not be hard to do, don't know. Someone told me Macs now typically have x86 based CPUs (though that will probably change soon), so the assembly shouldn't be a problem.