Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Scummvm Alternatives
Similar projects and alternatives to scummvm
-
dolphin
Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
OpenRA
Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
-
-
-
QEMU
Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
0ad
Discontinued [DEPRECATED] Git mirror of the 0 A.D. SVN source code (migrated to https://gitea.wildfiregames.com on August 20th 2024)
-
-
warzone2100
Command the forces of The Project in a battle to rebuild the world after mankind has been nearly destroyed by nuclear missiles. A 100% free and open source real-time strategy game for Windows, macOS, Linux, BSD+
-
-
-
-
-
-
-
-
UnderworldExporter
Discontinued Updated Release 27th Oct 2018 Unity based port of Ultima Underworld I and II. Download under releases
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
scummvm discussion
scummvm reviews and mentions
- ScummVM
-
Tolower() with AVX-512
"SIMD Within A Register"
I think the implication is that you can pack multiple items into an ordinary register and effectively get SIMD even if you aren't using explicit SIMD instructions. E.g. if you pack a 31 and 32 bit number into a 64 bit register (you need 1 spare for a carry bit), you can do 2 adds with a single 64-bit add.
Games have used these tricks for graphics to pack RGB(A) values into 32 bit integers. E.g. this code from scummvm interpolates 2 16-bit RGB pixels (6 total components) packed into a 32-bit value. https://github.com/scummvm/scummvm/blob/master/graphics/scal...
-
Lessons from Open-Source Game Projects
ScummVM - Engine to run DOS Point & Click Adventure games. C++, SDL2, OpenGL
- Thimbleweed Park support is coming to ScummVM
-
GOG.com Affiliation Links for ScummVM are no longer supported
They're now affiliated with ZoomPlatform, if you want to both buy DRM-free and support ScummVM: https://www.scummvm.org/news/20230830/ , https://www.scummvm.org/ (link on right under PayPal)
-
Sanitarium's modern port added to Luxtorpeda for Steam
u/d10sfan has added ScummVM port for Sanitarium to Luxtorpeda repos. Thanks to that, modern port of the game can be played as a Steam game.
u/d10sfan has added ScummVM port for Sanitarium to Luxtorpeda repos. Thanks to that, modern port of the game can be played as a Steam game.
-
The complete guide to publishing free software video games
SCUMM VM is now like that, plenty of Point and Click games https://github.com/scummvm/scummvm
-
Ask HN: Best way to play old games that require Windows 98/XP?
It's a long shot, but some old games are available via https://www.scummvm.org/
-
Question: I'd love to play all the Ultimas again. Realistically, what's the best way to do it?
Ultima 6 - I use ScummVM to play it. It's a great engine that provides a layer of UI compatibility over the game.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 22 Apr 2025
Stats
scummvm/scummvm is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of scummvm is C++.