PMStars: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 1: | Line 1: | ||
PMStars will display the starfield with either a single 'dot' or line for each star. | PMStars will display the starfield with either a single 'dot' or line for each star. | ||
Compiles with Watcom C compiler for OS/2 2.0 using: | |||
wcl386 pmstars.c -bt=os2 -l=os2v2_pm | |||
with Watcom C compiler for OS/2 2.0 using: | |||
==License== | ==License== | ||
Line 15: | Line 9: | ||
==Author== | ==Author== | ||
* [[Don Moore]] | * [[Don Moore]] | ||
==Links== | |||
* Binaries with source [http://hobbes.nmsu.edu/download/pub/os2/apps/graphics/pmstars.zip pmstars.zip] | |||
* [https://github.com/OS2World/APP-GRAPHICS-PMStars Source code at Github] | |||
[[Category:Open Source Software]] | [[Category:Open Source Software]] |
Revision as of 01:49, 31 August 2017
PMStars will display the starfield with either a single 'dot' or line for each star.
Compiles with Watcom C compiler for OS/2 2.0 using:
wcl386 pmstars.c -bt=os2 -l=os2v2_pm
License
- Public Domain
Author
Links
- Binaries with source pmstars.zip
- Source code at Github