FractalAsm-Linux VS FractalAsm

Compare FractalAsm-Linux vs FractalAsm and see what are their differences.

FractalAsm-Linux

x86 assembly language (with GUI in C) Mandelbrot and Julia fractal program (Linux) (by mrmcsoftware)

FractalAsm

x86 inline assembly language Mandelbrot and Julia fractal program (Windows) (by mrmcsoftware)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
FractalAsm-Linux FractalAsm
1 1
2 4
- -
10.0 10.0
over 3 years ago about 3 years ago
C C
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

FractalAsm-Linux

Posts with mentions or reviews of FractalAsm-Linux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-16.
  • 1000x speedup on interactive Mandelbrot zooms: from C, to inline SSE assembly, to OpenMP for multiple cores, to CUDA, to pixel-reuse from previous frames, to inline AVX assembly...
    9 projects | /r/programming | 16 Jul 2022
    Nice work and interesting route. My Mandelbrot route was (IIRC) [machine/OS then language] IBM XT CGA Turbo Pascal, Sun 3/260 Unix Pascal with SunCORE, Masscomp/Chromatics graphics box Unix C with GKS, Sun 3/260 Unix C with SunCORE, Amiga C, Pentium PC VGA C, Pentium PC Windows C, My own CPU and computer design Assembly, and finally Pentium PC Windows/Linux Assembly (with C for GUI part). If you want to see my Windows/Linux assembly code (basic x86 assembly) here's the links: https://github.com/mrmcsoftware/FractalAsm (for Windows) https://github.com/mrmcsoftware/FractalAsm-Linux (for Linux) . And if you want to see it running on my own CPU and computer design (via simulator), view my video https://www.youtube.com/watch?v=ygf0aa1r3NY (part of a series of videos). [You can probably relate, due to your FPGA experience]

FractalAsm

Posts with mentions or reviews of FractalAsm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-16.
  • 1000x speedup on interactive Mandelbrot zooms: from C, to inline SSE assembly, to OpenMP for multiple cores, to CUDA, to pixel-reuse from previous frames, to inline AVX assembly...
    9 projects | /r/programming | 16 Jul 2022
    Nice work and interesting route. My Mandelbrot route was (IIRC) [machine/OS then language] IBM XT CGA Turbo Pascal, Sun 3/260 Unix Pascal with SunCORE, Masscomp/Chromatics graphics box Unix C with GKS, Sun 3/260 Unix C with SunCORE, Amiga C, Pentium PC VGA C, Pentium PC Windows C, My own CPU and computer design Assembly, and finally Pentium PC Windows/Linux Assembly (with C for GUI part). If you want to see my Windows/Linux assembly code (basic x86 assembly) here's the links: https://github.com/mrmcsoftware/FractalAsm (for Windows) https://github.com/mrmcsoftware/FractalAsm-Linux (for Linux) . And if you want to see it running on my own CPU and computer design (via simulator), view my video https://www.youtube.com/watch?v=ygf0aa1r3NY (part of a series of videos). [You can probably relate, due to your FPGA experience]

What are some alternatives?

When comparing FractalAsm-Linux and FractalAsm you can also consider the following projects:

MandelbrotSSE - Real-time Mandelbrot zoom via SSE, AVX, OpenMP, CUDA, XaoS...

GAPFixFractal - A program to generate pictures of Mandelbrot or Julia sets, using arbitrary precision arithmetic on CUDA GPUs.

utils - Short shell/perl/python utils I wrote that I use every day.