PMStars: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Ak120 (talk | contribs)
mNo edit summary
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Software
|Picture=PMStars_001.png
|Version=Aug 99
|Author=[[Don Moore]], Martin Iturbide
|License=BSD-3-Clause license.
|Download={{FileLink|PMStars_1999-08-13.zip}}
}}
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 and gcc:
 
;Watcom C
  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:Toys]]
[[Category:Open Source Software]]
[[Category:Open Source Software]]

Latest revision as of 17:56, 17 December 2023

PMStars
Version Aug 99
Vendor
Author Don Moore, Martin Iturbide
License BSD-3-Clause license.
Download PMStars_1999-08-13.zip
Website

PMStars will display the starfield with either a single 'dot' or line for each star.

Compiles with Watcom C compiler and gcc:

Watcom C
wcl386 pmstars.c -bt=os2 -l=os2v2_pm

Links