scratch VS libgamearchive

Compare scratch vs libgamearchive and see what are their differences.

libgamearchive

Library and command line utilities for examining and editing archive/group files used by DOS games (by Malvineous)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
scratch libgamearchive
51 1
333 21
- -
9.0 10.0
2 days ago over 6 years ago
C C++
The Unlicense GNU General Public License v3.0 only
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.

scratch

Posts with mentions or reviews of scratch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.

libgamearchive

Posts with mentions or reviews of libgamearchive. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-02.
  • What's the GLB file format?
    8 projects | /r/dosgaming | 2 May 2022
    A rewrite was also sorely needed, even without changing the language. One of the "mistakes" I made with the C++ architecture of libgamearchive for example, was to try to modify archive files in-place, as opposed to writing a new archive file out from scratch and then moving it over the top of the original file. While it can be significantly quicker editing in-place, it introduces a huge amount of complexity and to be honest, the amount of time spent debugging problems caused by this is just not worth it. The compression and encryption algorithms as well, they are streaming so work whether you write one byte at a time or one megabyte at a time (and will process terabytes of data without issue), but having them track what point they are up to across multiple calls like that adds a huge amount of complexity (just look at all the case statements in the Monster Bash RLE encoder so the function can resume at the correct point in subsequent calls). So regardless of language, it was due for a major refactor anyway as continuing with this amount of complexity was just not worth the headaches it brings. Especially on today's hardware, writing out a 40 MB .GRP file from scratch will take well under a second, so spending hours, sometimes days, debugging write-in-place problems just isn't worth the benefit.

What are some alternatives?

When comparing scratch and libgamearchive you can also consider the following projects:

w64devkit - Portable C and C++ Development Kit for x64 (and x86) Windows

busybox-w32 - WIN32 native port of BusyBox.

studiojs - Web interface for editing DOS games

BUSY - BUSY is a lean, statically typed, cross-platform, easily bootstrappable build system for GCC, CLANG and MSVC inspired by Google GN

gameinfojs - High level interface to the functionality provided by the other game* libraries

PSCalendar - :calendar: A set of PowerShell commands for displaying calendars in the console.

stb - stb single-file public domain libraries for C/C++

cimgui - c-api for imgui (https://github.com/ocornut/imgui) Look at: https://github.com/cimgui for other widgets

gamearchivejs - Read and write archive files used by DOS games

gamecompjs - Apply and remove compression and encryption algorithms used by DOS games