>> DIESE SEITE AUF DEUTSCH << All software on this page is free. The copyright holder is Thomas Haenselmann
A
particle simulation (32-bit Windows or Linux) |
Windows
Version In the window of ParticleSimulation.exe you can spray an amount of particles into the air. The number of simulated particles is only limited by the speed of your PC. Even on my former Pentium II about 6000 particles could be simulated at a time in a smooth fashion. In the current version the particles don't interact with eachother however they will bounce back from the ground and they accelerate depending on a gravity constant. This constant can be changed along with a number or other parameters in a dialog box. You can download a ziped executable of the program ready to run or the source code. Note that you have to use MS Visual Studio in order to compile the application yourself.
|
(small extract of a screenshot) Send me an e-mail with a capture file for playback using the -c option |
ppm2html
(Linux) |
ppm2html is a
small linux tool that converts an RGB ppm image into a html page. The
page will display an approximated version of the image only using ASCII
characters and color definitions. If a 'source string' is being defined this string will repeatedly be used as character source for rendering the ASCII output. If omitted random characters between 'a' and 'z' will be used. The 'red', 'green', 'blue' values define the backgroundcolor of the html page. If no commandline arguments are given the page is rendered black. Best results will be obtained if segmented objects are converted (which means that the background of the image is replaced by a single color). Also the level of detail should be kept low. A small blur on the image (e. g. a gaussian filter) can result in a nicer visual appearance, especially when displaying text. Note than the output differs among different kinds of browsers. In particular the horizontal scaling might differ a lot. Best results will probably be achieved using unique renderings for each kind of browser. ppm2html image.ppm [source_string] [red green blue] > output.html
ppm2html.zip executable (25 kB) |
|
Game
of life (Windows 98) |
Game of Life
was an idea described in the journal Scientific America
by a mathematician John H. Conway in 1970. It's a small
simulation of a cell population. Game of Life has no serious
biological foundation. Cells live on a chessboard-like grid.
Only up to one cell can live in a single space. Initially some
cells must be scattered round the place. Cells will be born or
will die according to the following simple rules: If a space is populated
If a space is empty
|
(screenshot from GameOfLife) |
ops
- OpenPictureSpace (Linux) |
ops is an
image viewer for linux based on the SDL library. Using ops you
can scan your directories for images. A fullscreen thumbnail
image is then displayed that can be scrolled using the cursor
keys. Clicking a small image displays it in its original size.
Further clicks enlarges the image even further. Other image viewers build a n x m grid with thumbnails. In contrast ops scales images only vertically and places as many images into a line as possible. So the screen space is optimized for a maximum number of thumbnails. ops knows to following options:
Please note that the latest version of
ops is maintained by Marc
Le Douarain. It includes some additional features like added
filenames and a better background processing for large directories. I
didn't yet check his add-ons for security issues so there are no
guarantees from my side but his attempts to improve the application
seem to be trustable. |
(screenshot from ops) |