Main > Free Download Search >

Free wetting software for linux

wetting

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7
lightning 0.3

lightning 0.3


lightning is a a theme is based on the meteosat theme created by zlabs - thanks for a good theme. more>>
lightning is a a theme is based on the meteosat theme created by zlabs - thanks for a good theme. On my theme you have all the features you have in the meteosat theme - if you want to see the buttons like in the original theme you have to change the theme-size in the .theme file.I navigate through older pictures via mousewheel and so I hide it in my theme

It shows the intensity of lightning (green = few; dark red = heavy) from the orf (austrian television and radio) weather page (wetter.orf.at)

This is my first theme so please be gentle to me if something doesnt work.

Critics and comments are apreciated.

<<less
Download (0.28MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1185 downloads
Eat The Whistle 3.2

Eat The Whistle 3.2


Eat The Whistle is an opensource soccer game. more>>
Eat The Whistle is an opensource soccer game originally developed by Hurricane Studios as commercial product for the Amiga platform. It has a lot of features never seen in other soccer games.
The original Amiga version has been made portable with the help of the SDL library, now ETW runs on a wide range of machines, the site will keep precompiled binaries for Win32, Linux, MacOSX, AmigaOS, but its possible to adapt it to run on every platform supported by SDL.
Main features:
- System friendly. Run in a window or fullscreen, can be played also on old machines (runs pefectly on a P200).
- World cup, leagues, cups with real teams (with slightly modified names).
- Time synchronized, faster CPU get faster framerate but not faster gameplay.
- Can be played through keyboard or joypad/joysticks (USB or Gameport).
- Network playing through TCP/IP (not yet finished).
- Very intuitive control method with acceleration/deceleration.
- More than 550 frames of animations for the players, 300 for the goalkeeper, 100 for the refree and a lot of other graphics.
- 30 different fields, including muddy, frozen and wet (actually only one included in the demo version to contain the archive size).
- Fouls, corners, throw-in with an intuitive control system.
- Role playing. (You can play a match as the whole team or only as a player).
- About every thing in the game is configurable via intuitive menus.
- Game Tactics and tactic editor.
- Heading and other special shots with intuitive controls.
- Team players (with individual stats) and team editor (the editor is actually available only for AmigaOS).
- Import SWOS teams.
- Arcade-like actions for "arcade mode" (powerups, bonuses... something like speedball II).
- Replays (with load/save option).
- Spoken comment (actually broken).
<<less
Download (8.0MB)
Added: 2005-08-12 License: GPL (GNU General Public License) Price:
1538 downloads
ANUGA 1.0 Beta 4669

ANUGA 1.0 Beta 4669


ANUGA is a software implementation of a hydrodynamic model that is specifically designed to model wetting and drying processes. more>>
ANUGA is a software implementation of a hydrodynamic model that is specifically designed to model wetting and drying processes.

<<less
Download (3.5MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
803 downloads
LXlogo 1.0

LXlogo 1.0


LXlogo project is an interactive LOGO programming environment for K-12 educational use or just for fun. more>>
LXlogo project is an interactive LOGO programming environment for K-12 educational use or just for fun.
It is easy to install with minimal system requirements, and is a modern variant of the familiar "turtle" LOGO language.
Logo is interesting because it gives students immediate graphical results with just a few commands or lines of code, and allows students to gradually become familiar with geometric concepts, and how to write programs and think procedurally.
As students move beyond the beginning stages, they can move on to create fun animations and user interfaces.
Main features:
- LXlogo works on just about any linux or unix platform that has X windows
- Easy to install... no library dependencies other than X11/xlib
- Download for free ... precompiled x86 binaries or build from source code (gcc required)
- Interactive turtle moving / drawing for beginners to get their toes wet
- Animation support
- GUI graphical user interface can be added to user programs
- Graphics can be printed (color PostScript)
- Graphics can be saved as GIF or SVG files for posting on web sites and other electronic uses
- Interactive development environment (using xedit)
- Engine mode (-f) for users who prefer their own text editor for developing code
<<less
Download (0.19MB)
Added: 2006-09-01 License: GPL (GNU General Public License) Price:
1151 downloads
Audio::LADSPA::Network 0.018

Audio::LADSPA::Network 0.018


Audio::LADSPA::Network is a semi automatic connection of Audio::LADSPA::* objects. more>>
Audio::LADSPA::Network is a semi automatic connection of Audio::LADSPA::* objects.

SYNOPSIS

use Audio::LADSPA::Network;
use Audio::LADSPA::Plugin::Play;
sub subscriber {
my ($object,$event) = @_;
$object = ref($object);
print "Recieved event $event from $objectn";
}
Audio::LADSPA::Network->add_subscriber(*,⊂scriber);

my $net = Audio::LADSPA::Network->new();
my $sine = $net->add_plugin( label => sine_fcac );
my $delay = $net->add_plugin( label => delay_5s );
my $play = $net->add_plugin(Audio::LADSPA::Plugin::Play);

$net->connect($sine,Output,$delay,Input);
$net->connect($delay,Output,$play,Input);

$sine->set(Frequency (Hz) => 440); # set freq
$sine->set(Amplitude => 1); # set amp

$delay->set(Delay (Seconds) => 1); # 1 sec delay
$delay->set(Dry/Wet Balance => 0.2); # balance - 0.2

for ( 0 .. 100 ) {
$net->run(100);
}
$sine->set(Amplitude => 0); #just delay from now
for ( 0 .. 500 ) {
$net->run(100);
}

This module makes it easier to create connecting Audio::LADSPA::Plugin objects. It automatically keeps the sampling frequencies correct for all plugins, adds control and audio buffers to unconnected plugins and prevents illegal connections.

It also implements an observable-type API via Class::Publisher that can be used to recieve notifications of events in the network. Amongst other things, this makes writing loosely coupled GUIs fairly straightforward.

<<less
Download (0.080MB)
Added: 2006-06-23 License: Perl Artistic License Price:
1219 downloads
Gentoo PPC64 PS3 LiveCD Beta

Gentoo PPC64 PS3 LiveCD Beta


Gentoo PPC64 PS3 LiveCD is a Gentoo-based linux distribution for PlayStation 3 gaming console. more>>
With Sonys recent introduction of the PS3, you can now run Linux on it as well as use it as a gaming console. The PlayStation3 is based on a Cell processor and therefore can run most of the ppc64 64ul or 32ul binaries without change. As of now, the kernel does differ.

This project page is commited to Linux running on the PS3. Here you will find all kinds of information related to Gentoo for the PS3, Cell processors, toolchains, and the Gentoo LiveCD for PS3 and PowerMacs.

The latest Livecd is very close to working. Join us on IRC for the latest. To wet your appetite, check out nickthecooks screenshot of the livecd working. Notice the full gnome desktop. You can also see a hi-res screen shot of the gnome-desktop here.
With the right equipment and a little hack (soon), the PS3 should boot into high resolution and include among other things:

- Full gnome desktop 2.16.x
- Sound support with audacious and rythmbox
- Firefox 2 and thunderbird, evolution, epihany, seamonkey
<<less
Download (617.8MB)
Added: 2006-12-26 License: BSD License Price:
629 downloads
Krita 1.6.1

Krita 1.6.1


Krita is the KOffice paint and image editor application. more>>
Krita is a image editing and painting application for KOffice. The application is almost ready for use, and the architecture provides a solid framework to build an application on.
Because of the current unfinished state, Krita is not yet part of the regular KOffice releases, but the source is available from the KDE SVN repository. We hope to get Krita into a releasable state for KOffice 1.4.
Krita, like other KDE and KOffice applications, is free software which uses GPL Licensing. You enjoy the same rights to own, copy and modify this software with commercial and personal use, so long as you dont restrict the freedom of others to do the same.
Main features:
- Painting with brushes and colors
- Creating brushes from circles and squares
- Filling with colour and patterns
- Gradients
- Erasing
- Airbrush
- Simple geometric forms
- Many filters
- undo and redo
- Loading and saving of images in its native file format.
- Importing and exporting of images in all file formats supported by your installation of ImageMagick.
- Adding, removing, reordering and merging of layers.
- Layer transparency.
- Loading Gimp brushes, pipe brushes, gradients and patterns.
- Zoom.
- Color selection.
- Gray(A), RGB(A) and color models.
- Support for Wacom tablets.
- High-quality scaling
- Selections
- And much, much more
Or rather, what should it do, and what does it do already:
- brushes, drawing and layer editing tools (not complete)
- Color management using Little CMS
- RGB, RGBA and Grayscale color modes with adjustable color selectors. CMYK is implemented but buggy at the moment.
- Import/Export of png, jpg, xpm, tiff and bmp images, including color-indexed images. Import of gif images. (complete)
- an XML file format which saves and loads layer and channel information and full 32 bit image data (complete)
- color editing and selection tools (partly complete)
- dithering, transparency, blending and color reductions (partly complete)
- multiple views of the same image (complete)
- multiple images in the same view (complete)
- gradients and patterns (under development)
- cut,copy and paste between images and layers using rectangular area and other basic selection methods (incomplete)
- masking of selected regions during painting operations (under development)
- user-definable brushes (under development)
- adjustable zoom levels (mostly complete)
- scaling of images, selections and layers (incomplete)
- graphical access to layer and channel information (partly complete)
- import/export of xcf (Gimp) image files (complete, in as far as ImageMagick supports this)
- embedding in other KOffice apps (needs testing)
- user-oriented documentation of all the above basic functionality (incomplete)
- Scripting using kjsembed
Other planned features:
- HSV, Wet & Sticky and Wet Canvas color models
- image manipulation filters for advanced import/export
- wide range of region selection methods, including fuzzy selection and boundary detection
- scripting with the Python language
KParts architecture and plugins allow:
- plugins for effects and operation on images and selections
- additional tools
- additional filters
- components loaded as needed
<<less
Download (55.4MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1076 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1