Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.222.554 Times

Cute Small Moving Graphics freeware
Filter: All | Freeware | Demo
 

Cute Small Moving Graphics

< 1 2 3 4 5 > 
Added: January 21, 2010 | Visits: 1.668

The Mesa 3D Graphics Library Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc.(SGI). However, the author does not possess an OpenGL license from SGI,...



Platforms: *nix

License: Freeware Size: 3.2 MB Download (123): The Mesa 3D Graphics Library Download

Added: January 24, 2010 | Visits: 1.505

Damn Small Linux Not 0.1 Damn Small Linux Not is built on Damn Small Linux technology. Damn Small Linux Not is also small, bigger than DSL but smaller than most. Damn Small Linux Not provides a reliable, and compact array of applications based mostly on the GTK2 libraries. DSL-N is not an evolution of DSL, it is not...





Platforms: *nix

License: Freeware Size: 95.3 MB Download (172): Damn Small Linux Not 0.1 Download

Added: May 04, 2010 | Visits: 1.258

PDL::Graphics::LUT PDL::Graphics::LUT is a Perl module that provides access to a number of look-up tables. SYNOPSIS use PDL::Graphics::PGPLOT; use PDL::Graphics::LUT; # what tables are available my @tables = lut_names(); # get the reversed colour table smooth, # with the gamma intensity ramp my ( $l,...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (98): PDL::Graphics::LUT Download

Added: February 09, 2010 | Visits: 1.698

CAD::Drawing::Manipulate::Graphics CAD::Drawing::Manipulate::Graphics - Gimp meets CAD. Methods All of these are CAD::Drawing methods (I force my own inheritance:) image_init Initialize the image at $addr based on the value at the fullpath key. This establishes the contained Image::Magick object and loads the image into...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (115): CAD::Drawing::Manipulate::Graphics Download

Added: January 10, 2010 | Visits: 1.745

The Pure Perl RayCaster The Pure Perl RayCaster is a small simple Ray casting application written completely in Perl without using any 3D API library or OpenGL. For the GUI, Pure Perl RayCaster uses wxPerl (WxWindows port to Perl). Pure Perl RayCaster can load a 3D object from a file (in RAW format), display the...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (104): The Pure Perl RayCaster Download

Added: March 17, 2010 | Visits: 1.699

JDraw JDraw is a pixel oriented graphics editor designed especially for small to medium-sized pictures used to decorate web pages. JDraw image editor is completely written in Java, simple to use and saves (animated) GIFs, ICOs and PNGs. I started writing this tool because it took me ages to do...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (97): JDraw Download

Added: January 14, 2010 | Visits: 1.793

grml-small grml-small is a bootable CD (Live-CD) based on Knoppix and Debian. grml-small includes a collection of GNU/Linux software for system administrators and provides automatic hardware detection. Whereas grml (without the -small) provides more than about 2.1GiB of software on a 700MB-ISO, grml-small...


Platforms: *nix

License: Freeware Size: 48.7 MB Download (128): grml-small Download

Added: October 01, 2010 | Visits: 1.149

Apache XML Graphics Commons Apache XML Graphics Commons project is a library that consists of several reusable components used by Apache Batik and Apache FOP. Many of these components can easily be used separately outside the domains of SVG and XSL-FO. You will find components such as a PDF library, an RTF library,...


Platforms: *nix

License: Freeware Download (91): Apache XML Graphics Commons Download

Added: May 24, 2010 | Visits: 1.029

fid-graphics fid-graphics project is a simple toolkit for the Frigand Imperial Desktop. It is probably the easiest toolkit to write a display engine for, but it does not support any widgets. Whats New in This Release: - src/Desktop/Fid/Window.lhs (displayWaitRedisplay): New function. -...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (108): fid-graphics Download

Added: April 03, 2010 | Visits: 1.418

PDL::Graphics::PGPLOT::Window PDL::Graphics::PGPLOT::Window is a OO interface to PGPLOT windows. SYNOPSIS perldl> use PDL::Graphics::PGPLOT::Window perldl> $win = PDL::Graphics::PGPLOT::Window->new(Device => /xs); perldl> $a = pdl [1..100] perldl> $b = sqrt($a) perldl> $win->line($b) perldl> $win->hold() perldl> $c...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (106): PDL::Graphics::PGPLOT::Window Download

Added: April 03, 2010 | Visits: 1.163

Bio::Graphics::Glyph::cds Bio::Graphics::Glyph::cds module contains the "cds" glyph. SYNOPSIS See L< Bio::Graphics::Panel > and L< Bio::Graphics::Glyph >. This glyph draws features that are associated with a protein coding region. At high magnifications, draws a series of boxes that are color-coded to indicate the...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (95): Bio::Graphics::Glyph::cds Download

Added: January 06, 2010 | Visits: 1.225

Bio::Graphics::Panel 1.5.2_005 Bio::Graphics::Panel is a Perl module to generate GD images of Bio::Seq objects. SYNOPSIS # This script parses a GenBank or EMBL file named on the command # line and produces a PNG rendering of it. Call it like this: # render.pl my_file.embl | display - use strict; use Bio::Graphics;...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (99): Bio::Graphics::Panel 1.5.2_005 Download

Added: April 24, 2010 | Visits: 1.206

Bio::Graphics::Feature Bio::Graphics::Feature is a simple feature object for use with Bio::Graphics::Panel. SYNOPSIS use Bio::Graphics::Feature; # create a simple feature with no internal structure $f = Bio::Graphics::Feature->new(-start => 1000, -stop => 2000, -type => transcript, -name => alpha-1...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (94): Bio::Graphics::Feature Download

Added: July 15, 2010 | Visits: 1.081

Bio::Graphics::Glyph::minmax Bio::Graphics::Glyph::minmax is the minmax glyph. SYNOPSIS See L< Bio::Graphics::Panel > and L< Bio::Graphics::Glyph >. This glyph is the common base class for Bio::Graphics::Glyph::graded_segments and Bio::Graphics::Glyph::xyplot. It adds an internal method named minmax() for calculating...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (115): Bio::Graphics::Glyph::minmax Download

Added: October 26, 2010 | Visits: 1.195

Bio::Graphics::FeatureFile Bio::Graphics::FeatureFile is a set of Bio::Graphics features, stored in a file. SYNOPSIS use Bio::Graphics::FeatureFile; my $data = Bio::Graphics::FeatureFile->new(-file => features.txt); # create a new panel and render contents of the file onto it my $panel = $data->new_panel; my...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (99): Bio::Graphics::FeatureFile Download

Added: January 25, 2010 | Visits: 1.094

Graphics::ColorPicker Graphics::ColorPicker is a Perl module for WYSIWYG web applications that allow selection of HEX color numbers. SYNOPSIS use Graphics::ColorPicker; or require Graphics::ColorPicker; make_page($path_to_images); send_page($html_txt,$type); $time_string = http_date($time); $name =...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (101): Graphics::ColorPicker Download

Added: January 12, 2010 | Visits: 963

Graphics::ColorUtils Graphics::ColorUtils Perl module is an easy-to-use color space conversions and more. SYNOPSIS use Graphics::ColorUtils; ( $y, $i, $q ) = rgb2yiq( $r, $g, $b ); ( $r, $g, $b ) = yiq2rgb( $y, $i, $q ); $hex_string = yiq2rgb( $y, $i, $q ); ( $c, $m, $y ) = rgb2cmy( $r, $g, $b ); ( $r, $g,...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (100): Graphics::ColorUtils Download

Added: July 09, 2010 | Visits: 1.378

Simple Sound for Small Devices Simple Sound for Small Devices (libsssd) is a simple cross-platform audio library. Simple Sound for Small Devices is designed primarily for games on portable devices such as smart phones, PDAs, and hand-helds. Simple Sound for Small Devices is designed as a very portable, cross-platform API for...


Platforms: *nix

License: Freeware Size: 942.08 KB Download (90): Simple Sound for Small Devices Download

Added: May 21, 2010 | Visits: 1.193

Text::Graphics Text::Graphics is a text graphics rendering toolkit. This is a toolkit for rendering plain text via an API like that used for graphics rendering in GUI toolkits. This package might be used when you want to do sophisticated rendering of plain text, e.g., for graphing, creating of complex forms...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (103): Text::Graphics Download

Added: March 24, 2010 | Visits: 1.323

GD Graphics Library Gd is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and write out the result as a PNG or JPEG file. This is particularly useful in World Wide Web applications, where PNG and JPEG...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (159): GD Graphics Library Download

< 1 2 3 4 5 >