ACVM VS sdl12-compat

Compare ACVM vs sdl12-compat and see what are their differences.

ACVM

GUI frontend for qemu for Apple Silicon based Macs (by ubenmackin)

sdl12-compat

Cogmind-specific patches for: An SDL-1.2 compatibility layer that uses SDL 2.0 behind the scenes. (by aronson)
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
ACVM sdl12-compat
11 1
148 2
- -
0.0 7.2
about 3 years ago 29 days ago
C C
GNU General Public License v3.0 only GNU General Public License v3.0 or later
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.

ACVM

Posts with mentions or reviews of ACVM. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.
  • Are there any Virtual Machines that work well with MacOS?
    2 projects | /r/MacOS | 11 Jul 2023
    https://github.com/ubenmackin/ACVM is a good free alternative, arguably better than utm. Parallels is unmatched though
  • Running Linux VM on M2 – any experience?
    3 projects | /r/mac | 16 Aug 2022
    If you want something non-commercial, I've been using ACVM and UTM (UTM exclusively, these days) to run ARM Debian and Ubuntu.
  • Is it possible to dual boot a Debian Linux distribution and macOS on a mac laptop?
    1 project | /r/mac | 28 Jul 2022
    If you absolutely need to boot into Debian, booting on Apple Silicon Macs isn't possible currently, and would be up to the Debian community to eventually support. If you'd be willing to use a VM, I've been using ACVM and UTM since I got my M1 in 2020 to run Ubuntu and Debian for ARM. (There's also Parallels Desktop for Apple Silicon which I've personally used for Ubuntu; I can't imagine there's any reason it wouldn't work for Debian for ARM.)
  • virtual machine on m1 chip?
    1 project | /r/MacOS | 9 Jul 2022
    I use (and prefer) ACVM, which is another front end for QEMU which is an open source emulator and virtualization environment that on its own can be a hassle to set up and use (which is why things like ACVM and UTM exist). Try them both and see what you like better. ACVM feels a little faster, for me. UTM is probably likely to be better supported, as we go forward.
  • MacOS basics
    1 project | /r/macbook | 18 Apr 2022
    You can run other ARM operating systems in virtualization. I've been using ACVM and UTM to run ARM versions of Debian and Ubuntu in QEMU. Running Windows on ARM is still wonky, and largely relies on Microsoft actually providing better support for WOA for virtual machines like Parallels or QEMU. You can't easily boot into Windows or Linux like you could on x86 Macs, but Asahi Linux is working on a version of Linux that will boot on ARM Macs; it's very much in beta. Use at your own risk. (I haven't needed Linux on the bare metal in ages; virtualization works fine for me. YMMV.)
  • MacStudio Virtual Machines
    1 project | /r/MacStudio | 13 Apr 2022
    I don't have a Mac Studio yet, but I'd been using ACVM to run ARM builds of Ubuntu and Debian on an M1 MacBook Pro. I've recently switched to UTM, as it seems to be more actively developed.
  • Will virtual machines run on M1 in the future?
    1 project | /r/MacOS | 12 Jan 2022
    This is Ubuntu, running in ACVM: https://www.youtube.com/watch?v=-v8CsVLZRJQ
  • Easiest & free way to install Linux on M1 Mac?
    1 project | /r/MacOS | 12 Jan 2022
    I use Ben Mackin's fork of ACVM over on GitHub, to run ARM versions of Ubuntu.
  • Intel to M1 x86 virtualization for dummies
    1 project | /r/mac | 5 Jan 2022
    For Linux on M1, I use ARM Ubuntu in a Qemu VM, which I manage using Ben Mackin's fork of ACVM, available on Github.
  • Anyone tested the new Parallels release on M1? Are Win & Linux working both?
    1 project | /r/mac | 14 Apr 2021
    Didn't test, but the release notes mention 3D acceleration for Linux is still not available. So, it depends on your definition of 'working'. You might be better of using https://github.com/ubenmackin/ACVM.

sdl12-compat

Posts with mentions or reviews of sdl12-compat. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.
  • Are there any Virtual Machines that work well with MacOS?
    2 projects | /r/MacOS | 11 Jul 2023
    It was still 30 FPS at best though, in a game that could run on a potato. My new SDL.dll mystifyingly had no effect. After much research I stumbled upon a project called sdl12-compat which provided an SDL.dll that mapped everything to SDL2.dll, a modern version of the project. I built it and my heart soon sank. I got a glorious 60+ FPS experience for 10 seconds up until I fired a weapon, at which point the game crashed with a segmentation fault. It took me a month or two after that until I stumbled upon an ancient SDL mailing list post by the developer of Cogmind detailing a bug that looked exactly like my crash with a quick hack he found later to solve it. A maintainer of SDL strongly urged him not to use the hack and here we are a decade later with the reason why. I figured out the crash was a bad call to the wrong memory allocator in SDL_FreeWAV (called after, you guessed it, playing a weapon firing sound) and with a hack similar to the game developer’s the game no longer crashed! There was another problem with ear-splitting audio I solved with an SDL2 configuration, but for the most part the secret sauce was all in adapting this existing project to a specific game. The code lives here

What are some alternatives?

When comparing ACVM and sdl12-compat you can also consider the following projects:

vftool - A simple macOS Virtualisation.framework wrapper

SimpleVM - Sample code for Virtualization framework

lima - Linux virtual machines, with a focus on running containers