Graphics Software for MS-DOS

Browse free open source Graphics software and projects for MS-DOS below. Use the toggles on the left to filter open source Graphics software by OS, license, language, programming language, and project status.

  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    gnuplot

    gnuplot

    A portable, multi-platform, command-line driven graphing utility

    A famous scientific plotting package, features include 2D and 3D plotting, a huge number of output formats, interactive input or script-driven options, and a large set of scripted examples.
    Leader badge
    Downloads: 4,473 This Week
    Last Update:
    See Project
  • 2
    Hide In Picture is a program that allows you to conceal files inside bitmap pictures, using a password. The pictures look like normal images, so people will not suspect there is hidden data in them.
    Downloads: 37 This Week
    Last Update:
    See Project
  • 3
    LCARS 24
    Star Trek 24/7: LCARS (Starfleet) GUI, full-screen alarm clock & calendar, games, utilities, sims, maps, graphical LCARS library, file manager, viewers, players, animation. Requires a HighColor/TrueColor DOS-based laptop w/ std. graphics & sound cards.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 4
    Glide is a library for using 3dfx hardware. This project will be the public repository for Glide.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    PTCPas is a free, portable framebuffer library, written in Free Pascal. It allows low-level high-speed graphics access on multiple platforms.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    GLIMPSE is a image manipulation package, developed for novice users.It supports file formats like BMP,PCX and TGA of various color depth. The striking feature of GLIMPSE is that it requires very less amount of resources, as it can be run even in DOS.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 7
    PabloDraw
    A Windows-based ansi/ascii editor with unlimited multi-user capabilities.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    ANSiMat

    ANSiMat

    A graphical, multiplatform ANSI files viewer and converter

    ANSiMat is a graphical viewer of ANSI art files. It can also be used to convert ANSI (or plain ASCII) files into regular (BMP, TGA, PCX...) graphic files, or into animations (FLC). Altough not initially designed for this, ANSiMat can be successfully used as an ASCII art viewer, or even simple text files viewer. ANSiMat is available for Linux, Windows and DOS. ANSiMat supports also modem emulation speed, therefore it can be used to display ANSI animations.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    A command-line tool to download picturs and control still digital cameras based on Sierra Imaging chipset and compatibles (Olympus, Nikon, Epson, Agfa and some others).
    Downloads: 4 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10
    Engine_3D

    Engine_3D

    A real-time 3D engine for DOS-talgics (see GLOBE_3D for new stuff !)

    Engine_3D is a real-time 3D engine project grabbed from my old data. The entire 3D rendering is pure software: no OpenGL or the like, no 3D graphics card acceleration! And: Engine_3D is completely programmed in Ada. Some parts of the 3D engine, like the animated bump mapping, are still waiting to be ported to my newer 3D project, GLOBE_3D !... DOS and Linux versions available. Remarks for the DOS version: It is also a funny example of a game system almost fully in Ada, including sound driver, graphics driver, keyboard driver. The only things not in Ada there are the file system (MS-DOS), the 32-bit DOS extender (CWSDPMI) and the mouse driver. For running, I recommend DOSBox. For building from sources, you'll need the DJGPP compiler, which contains a version of GNAT - seems to be still updated as in June 2016 ! Mirror: https://github.com/zertovitch/engine-3d
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11

    eg graphics library using c

    An easy graphics library using C++ in windows...

    This is an easy graphics library using C++ in windows and was developed in order to provide beginner, novice, expert and advanced C++ programmers for drawing in 2D/3D. We can draw points, lines, triangles, quadrilaterals, rectangles, circles, ellipses, equi-polygons, spiral, pulses, cubes, cones, cylinders, spheres and curves in both XY / R-Theta space using it. Also we can set properties like shifting, scaling, rotation and parameters like size, position of these objects. 
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    pnglib

    pnglib

    a free library to read and display PNG images.

    Here is a c_version of Thomas Bleeker's pnglib 1.0, a free graphy library. His site is https://www.madwizard.org/programming/projects/pnglib Thomas's original code is x86-asm. She(the code) can read and display PNG images in programs, and link without Zlib. With the author's permission, Leisure bamboo translate her to c. So she can be compile by turbo c 2.0, borland c 4.5, visual c 6.0, keil c51 7.5, or others. Some(not all) plainform where she can run, as below: 1)dosbox, see about her in sample.tc2. dpmi.bc4; 2)window, see about her in sample.bc4, dpmi.bc4, sample.vc6; 3)c51's uv2 simulator, see about her in sample.uv2; 4)arm singlechip, that is cino f780 barcode scanner. She can decompress apng(Animated PNG) now, There are some demo file 01.png, 04.png ... 32.png in root folder. She is small(12k for vc6, 32bit code; 21k for bc4, 32bit code; 27k for tc2, 16bit code) and beautiful.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    3D Graph is a suite of tools designed for a DOS machine. It allows the user to design a 3 dimensional scene using a specially designed editor and render the scene using an optimised renderer. It is no substitute for a commercial ray tracer, but it is far
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    A fast, free, good looking particle system for use in any project Allegro can be used in. Currently works with DJGPP and Allegro under DOS.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    A tool for modifying ATI Radeon BIOS images: chip and memory frequencies, fonts, TV output standard selection, memory timings, etc.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    A VNC Viewer working on IBM PC Compatible 8086 and above with a small memory requirement under FreeDOS or DOS compatibles operating systems. It is based on orignal vncviewer code for XWindows.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    A collection of little C/C++ programs that use the Allegro library for some nice graphic effects (oscilator, fontconverter, textprinting effects, logger, etc). These can also be included in your own Allegro projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    AllegRT is a 3D engine for making games based on 3D realtime raytracing for realistic results. It is based on and designed to work with Allegro.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Burn is a small and compact 32x32 256 color image (sprite) editor for Dos (or POSIX, using Dosbox or Dosemu). It currently contains several gfx-effects than can be applied to images, animation features and a tiny scripting language (amongst others).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Graph.h is a graphics library for ModeX graphics in TurboC. ModeX is a 320x240 screen mode with 256 indexed colors out of 262,000. There are four graphics pages available. Must use in TurboC and in DOS. main.exe demonstrates graph.h's abilities.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    TIFFtools is a set of C++ bindings for libtiff along with some utilities that expand on the programs packaged with libtiff. One utility is tiffmesh which can be used to knit together to TIFF files one with odd and the other with even pages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    A small and easy to use framebuffer graphics library
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    compatible lite doom

    compatible lite doom

    Ms Dos port with slopes 3d floors true3d demo compatibility fast speed

    Dos Doom with 3d floors, slopes, destructible architecture, demo compatibility 1.9, fast speed youtube https://goo.gl/pbNybV Requirements: 486DX, 4MB RAM Win95, 8MB Dos(run -ram8mb parm) https://goo.gl/agT2wc https://goo.gl/3EFVBg Recommended: 486DX4 100MHz, 16MB RAM https://goo.gl/IWGLkQ Run on Dos,Win9x, XP 7 32 bits, Dosbox Turbo Android requires Dosbox: Win 64bit or WinXP w/ some video drivers https://goo.gl/FE6rRF Bugs: command line needs one space after wad or other parm to work right: cdoom -file s4 -warp 1 save config fault sometimes, glitches in rendering slopes due to fixed point usage, line of sight bullets error on slopes,sprites in multi 3dfloors sometimes render wrong similar to duke nukem 3d quake heretic hexen vavoom zdoom gzdoom but not compatible,only doom2 doom run Thanks:id software for original doom code https://www.idsoftware.com MBF authors,Vladimir Arnost for muslib 1.80: http://www.fit.vutbr.cz/~arnost/welcome.html
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    this is a highly advanced open source paint program that has a full gui it runs in msdos a dialup modem sound during saving or loading is normal and can be disabled by removing the "sound()" and "nosound()" calls in the sourcecode
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Fun, assembler made program to present different kind of transformations for loaded TGA picture. In polish!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB