dmc VS GPBB

Compare dmc vs GPBB and see what are their differences.

dmc

Digital Mars C and C++ Compiler (by DigitalMars)

GPBB

Graphics Programming Black Book by Michael Abrash. (by othieno)
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
dmc GPBB
2 1
107 40
0.0% -
10.0 10.0
over 3 years ago over 10 years ago
C++ Assembly
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.

dmc

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

GPBB

Posts with mentions or reviews of GPBB. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-29.
  • Popularity of DOS/4GW made Win95 game compat easier, but with higher stakes
    5 projects | news.ycombinator.com | 29 Aug 2023
    Read up to page 20 of http://bitsavers.informatik.uni-stuttgart.de/pdf/borland/bor... - it'll apply to 16-bit Watcom as well.

    I know you said you're using openwatcom, but if you're not familiar with DOS, I'd suggest running through https://fabiensanglard.net/Compile_Like_Its_1992/index.php to build Wolfenstein with Borland C 3.1. The public Keen Dreams repo is very similarly structured and will build with BC3.1 as well.

    Others have mentioned the Abrash black book. The example code is available in OCR'd form (and compiled!) at https://github.com/othieno/GPBB/tree/master/codebase/source . Some scrolling examples (but not in color mode!) are in https://github.com/othieno/GPBB/tree/master/codebase/source/... - you can use them to see the difference between Virtualbox (which doesn't emulate the finer details of a VGA) and emulators like 86box/PCem/DosBox.

    Getting data into and out of the more accurate emulators can be a pain. Personally I use VirtualBox with a 32-bit Windows image to do builds. It has network access and VirtualBox shared folders connect it to my desktop. It also mounts floppy images which I can also mount in PCem. I can also plug in a Sabrent USB floppy drive, hook it up to Virtualbox, then write a real floppy for my real 386sx.

What are some alternatives?

When comparing dmc and GPBB you can also consider the following projects:

pcem - PCem

keen - Keen Dreams on Greenlight!