Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 285 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 285 Bytes

SDL COBOL DEMO

A basic SDL demo written in Cobol.

It draws lines in random colors in random positions. It interfaces SDL2 and GNU Cobol.
To compile under *nix simply install SDL2 (+headers) and GNU Cobol and run the included compile.sh script.
Also compiles under cygwin.