CyberVGA is Live on Itch.io!



This is my retro 3D software renderer for MS-DOS, running in glorious VGA Mode 13h (320x200, 256 colors).
The goal of CyberVGA is to bring back the raw feel of early demoscene graphics programming — with clean C code, no dependencies, and running straight on DOS hardware or inside DOSBox.
What’s in This Release?
-
Core VGA driver
Switches between text and graphics mode, manages framebuffers, and exposes palette functions (cv_set_vga_mode
,cv_make_default_palette
). -
Palette tricks
CyberVGA includes APIs for palette animation and manipulation. With nothing but palette changes you can achieve fades, color cycling, pseudo-lighting, and instant texture recolors — just like in the old demo effects. -
3D math & transforms
A lightweight math library with trig lookup tables, perspective projection, and rotation in 3 axes. -
Mesh loading
Simple OBJ parser (cv_mesh_load
) that loads vertices and triangles into aCV_Mesh
struct. -
Software rasterizer
Pixel plotting, Bresenham lines, wireframe triangles, and filled triangles. Even a depth buffer path is stubbed in for future work. -
Interactive demo
main.c
runs a rotating cube or sphere mesh, with arrow keys to rotate and ESC to quit. Wireframe + filled rendering are combined for that oldschool “tech demo” vibe.
What’s Next?
-
Texture mapping (PCX/Deluxe Paint import is planned)
-
Palette-based scene fades & cycling demos
-
More shapes and mesh experiments
-
Input expansion (keyboard/mouse menus, FPS counter overlay)
Why I Built This
CyberVGA is my love letter to the early days of PC graphics programming. No GPUs, no shaders, just raw pixel pushing on the CPU. Yet even with these limits, clever tricks like palette cycling or fake lighting let you achieve surprisingly modern effects.
If you’re into DOS coding, graphics programming, or demoscene nostalgia, I’d love for you to check it out and share feedback.
Files
Get CyberVGA
CyberVGA
A retro 3D engine for MS-DOS, powered by VGA Mode 13h.
Status | Prototype |
Author | Novus Idea |
Tags | Cyberpunk, Game engine, MS-DOS, Retro |
Leave a comment
Log in with itch.io to leave a comment.