PMStars: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Ak120 (talk | contribs)
mNo edit summary
No edit summary
Line 1: Line 1:
{{Software
|Picture=NA.png
|Version=
|Vendor=
|Author=[[Don Moore]]
|License=Public Domain
|Download=[http://hobbes.nmsu.edu/download/pub/os2/apps/graphics/pmstars.zip pmstars.zip]
|Website=
}}
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:
Compiles with Watcom C compiler for OS/2 2.0 using:
  wcl386 pmstars.c -bt=os2 -l=os2v2_pm
  wcl386 pmstars.c -bt=os2 -l=os2v2_pm
==License==
* Public Domain
==Author==
* [[Don Moore]]


==Links==
==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]
* [https://github.com/OS2World/APP-GRAPHICS-PMStars Source code at Github]


[[Category:Open Source Software]]
[[Category:Open Source Software]]

Revision as of 02:57, 20 December 2019

PMStars
Version
Vendor
Author Don Moore
License Public Domain
Download pmstars.zip
Website

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

Links