PMStars: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
==Description==
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.


==Download==
Compiles with Watcom C compiler for OS/2 2.0 using:
* Binaries with source [http://hobbes.nmsu.edu/download/pub/os2/apps/graphics/pmstars.zip pmstars.zip]
wcl386 pmstars.c -bt=os2 -l=os2v2_pm
* [https://github.com/OS2World/APP-GRAPHICS-PMStars Source code at Github]
 
==Compile==
with Watcom C compiler for OS/2 2.0 using:<br>
<code>wcl386 pmstars.c -bt=os2 -l=os2v2_pm</code>


==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