Jump to content

Sterling (program): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Replacing Baroque_bug_fractal_SterlingW2589_.jpg with File:Baroque_bug_fractal_SterlingW2589.jpg (by CommonsDelinker because: file renamed or replaced on Commons).
m Added links.
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Short description|Fractal-generating computer program}}
{{multiple issues|
{{multiple issues|
{{refimprove|date=May 2014}}
{{refimprove|date=May 2014}}
Line 15: Line 16:
|programming_language = [[C (programming language)|C]]
|programming_language = [[C (programming language)|C]]
|genre = [[Fractal-generating software]]
|genre = [[Fractal-generating software]]
|license = GPLv3
|license = [[GPLv3]]
|website = {{URL|soler7.com/Fractals/Sterling2.html}}
|website = {{URL|soler7.com/Fractals/Sterling2.html}}
}}
}}


'''Sterling''' is a [[fractal]]-generating [[computer program]] written in the [[C (programming language)|C]] programming language in 1999 for Microsoft Windows by Stephen C. Ferguson. Sterling was initially released as [[freeware]] but is not free now. Sterling2 is a freeware version of Sterling with different [[algorithm]]s. It was released in September 2008 by Tad Boniecki. Apart from the name (which shows as sterlingwar2 in the title bar and on the About screen), the program looks just like the original Sterling. The only internals that are different are the 50 formulae for fractal generation. Parameter files made by Sterling can be used in Sterling2 and vice versa, though they will draw different images.
'''Sterling''' is a [[fractal]]-generating [[computer program]] written in the [[C (programming language)|C]] programming language in 1999 for [[Microsoft Windows]] by Stephen C. Ferguson. Sterling is now [[freeware]] while Sterling2 is a freeware version of Sterling with different [[algorithm]]s. It was released in September 2008 by Tad Boniecki. Apart from the name (which shows as sterlingwar2 in the title bar and on the About screen), the program looks just like the original Sterling. The only internals that are different are the 50 formulae for fractal generation. Parameter files made by Sterling can be used in Sterling2 and vice versa, though they will draw different images.
Sterling is based on the notion that one way to generate interesting fractal images is by using elaborate color filters and shading. In many images, the main interest lies in the filters rather than the actual fractal boundaries themselves, as in traditional fractal-generating programs. The fractal merely serves as a seeding function to the coloring algorithms and filters. A feature of Sterling is the richness of the [[rendering (computer graphics)|renders]].
Sterling is based on the notion that one way to generate interesting fractal images is by using elaborate color filters and shading. In many images, the main interest lies in the filters rather than the actual fractal boundaries themselves, as in traditional fractal-generating programs. The fractal merely serves as a seeding function to the coloring [[algorithm]]s and filters. A feature of Sterling is the richness of the [[rendering (computer graphics)|renders]].


Sterling has a simple [[GUI]] interface with a limited number of functions. The program saves files as [[JPEG]], [[BMP file format|BMP]] or one of six other formats. It draws in Julia mode, allows inside-out rendering and does [[Spatial anti-aliasing|anti-aliasing]]. It offers 32 different renders and four transform effects. There are three independent color controls and two ways to zoom into an image.
Sterling has a simple [[GUI]] interface with a limited number of functions. The program saves files as [[JPEG]], [[BMP file format|BMP]] or one of six other formats. It draws in [[Julia set|Julia]] mode, allows inside-out rendering and does [[Spatial anti-aliasing|anti-aliasing]]. It offers 32 different renders and four transform effects. There are three independent color controls and two ways to zoom into an image.


The Sterling2 [[zip (file format)|ZIP]] file (436 kb) contains brief instructions. There is no installation — it is enough to put the executable and [[dynamic-link library]] files in the same directory and start the exe file.
The Sterling2 [[zip (file format)|ZIP]] file (436 KB) contains brief instructions. There is no installation — it is enough to put the executable and [[dynamic-link library]] files in the same directory and start the exe file.


In 2018, the original code for sterling was released under the GPLv3.[https://gitlab.com/TheSelousScout/Sterling]
In 2018, the original code for sterling was released under the [[GPLv3]].[https://gitlab.com/TheSelousScout/Sterling]


== Sample images ==
== Sample images ==
Line 38: Line 39:
Image:Sterling2 4906aa4.jpg
Image:Sterling2 4906aa4.jpg
</gallery>
</gallery>

== References ==
<references />


==External links==
==External links==
Line 47: Line 51:
{{Computer science}}
{{Computer science}}


[[Category:C software]]
[[Category:Free software programmed in C]]
[[Category:Graphics software]]
[[Category:Fractal software]]
[[Category:Fractal software]]
[[Category:1999 software]]
[[Category:1999 software]]
[[Category:Formerly proprietary software]]
[[Category:Windows-only free software]]

Latest revision as of 19:43, 21 August 2024

Sterling2
Stable release
v1.7 / September 2008; 16 years ago (2008-09)
Written inC
Operating systemMicrosoft Windows
TypeFractal-generating software
LicenseGPLv3
Websitesoler7.com/Fractals/Sterling2.html

Sterling is a fractal-generating computer program written in the C programming language in 1999 for Microsoft Windows by Stephen C. Ferguson. Sterling is now freeware while Sterling2 is a freeware version of Sterling with different algorithms. It was released in September 2008 by Tad Boniecki. Apart from the name (which shows as sterlingwar2 in the title bar and on the About screen), the program looks just like the original Sterling. The only internals that are different are the 50 formulae for fractal generation. Parameter files made by Sterling can be used in Sterling2 and vice versa, though they will draw different images.

Sterling is based on the notion that one way to generate interesting fractal images is by using elaborate color filters and shading. In many images, the main interest lies in the filters rather than the actual fractal boundaries themselves, as in traditional fractal-generating programs. The fractal merely serves as a seeding function to the coloring algorithms and filters. A feature of Sterling is the richness of the renders.

Sterling has a simple GUI interface with a limited number of functions. The program saves files as JPEG, BMP or one of six other formats. It draws in Julia mode, allows inside-out rendering and does anti-aliasing. It offers 32 different renders and four transform effects. There are three independent color controls and two ways to zoom into an image.

The Sterling2 ZIP file (436 KB) contains brief instructions. There is no installation — it is enough to put the executable and dynamic-link library files in the same directory and start the exe file.

In 2018, the original code for sterling was released under the GPLv3.[1]

Sample images

[edit]

References

[edit]


[edit]
  • Sterling2 (freeware) home page [2]: including download, instructions and sample images.