PMStars: Difference between revisions
Jump to navigation
Jump to search
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 | 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 | ||
==Links== | ==Links== | ||
* [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