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.274.195 Times

Immunity Canvas freeware
Filter: All | Freeware | Demo
 

Immunity Canvas

1 2 3 4 5 > 
Added: January 09, 2010 | Visits: 2.549

Chart::Plot::Canvas Chart::Plot::Canvas is a Perl module to plot two dimensional data in an Tk Canvas. SYNOPSIS use Chart::Plot::Canvas; my $img = Chart::Plot::Canvas->new(); my $anotherImg = Chart::Plot::Canvas->new ($image_width, $image_height); $img->setData (@dataset) or die( $img->error() );...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (162): Chart::Plot::Canvas Download

Added: May 15, 2010 | Visits: 769

Tk::Canvas Tk::Canvas Perl module can create and manipulate Canvas widgets. SYNOPSIS $canvas = $parent->Canvas(?options?); STANDARD OPTIONS -background -highlightthickness -insertwidth -state -borderwidth -insertbackground -relief -tile -cursor -insertborderwidth -selectbackground -takefocus...





Platforms: *nix

License: Freeware Size: 5.7 MB Download (105): Tk::Canvas Download

Released: June 04, 2012  |  Added: June 04, 2012 | Visits: 561

Project Canvas With Project Canvas, you can create interactive tutorials, click-by-click adventure games, storybooks and school presentations. Sporting a cross-platform compatible file format, Project Canvas files can also contain an unlimited number of cards and buttons. Buttons can perform a variety of...


Platforms: Windows

License: Freeware Download (54): Project Canvas Download

Released: October 13, 2012  |  Added: October 13, 2012 | Visits: 899

Photos On Canvas Print calculator Photos on Canvas Printing quality Calculator - use this completely FREE and elegant solution in order to calculate the quality you will get when printing your digital pictures on canvas. According to target size, calculate the resulting quality.This Tool allows you to choose your photo, see all...


Platforms: Windows

License: Freeware Size: 747.52 KB Download (461): Photos On Canvas Print calculator Download

Added: May 10, 2013 | Visits: 572

Drawing rubberbands over a canvas This class describes a generic method of drawing rubberbands on a wxPython canvas object (wxStaticBitmap, wxPanel etc) when the user presses the left mouse button and drags it over a rectangular area. It has methods to return the selected area by the user as a rectangular 4 tuple / Clear the...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Drawing rubberbands over a canvas Download

Added: September 21, 2013 | Visits: 392

Grid Canvas A canvas with a variable-size grid, each cell gets its own CellClick and CellPaint events. I used it for a game map editor, but you may find it useful for something else.


Platforms: Mac

License: Freeware Size: 10.24 KB Download (36): Grid Canvas Download

Added: June 07, 2013 | Visits: 420

Reflection Canvas This canvas displays an image and then mirrors and fades the image horizontally, resulting in an interesting effect, like the video snapshots you see in iTunes.


Platforms: Mac

License: Freeware Size: 40.96 KB Download (42): Reflection Canvas Download

Added: October 26, 2013 | Visits: 745

Selection Canvas When the canvas is set to accept clicks, it will create a closed selection specified by the mouse clicks, you can then move, delete or add "Control Points". You can extract the selection to use in whatever you need, you can also use the included "Region" class to detect clicks on a given...


Platforms: Mac

License: Freeware Size: 245.76 KB Download (37): Selection Canvas Download

Released: October 23, 2012  |  Added: October 23, 2012 | Visits: 401

DMG Canvas for Mac OS Builds disk images from template documents that you create. Simply design your disk images appearance using the graphical editor and click Build. Each time you release a new version of your disk image, simply click Build again and DMG Canvas will pull together all of the latest versions of your...


Platforms: Mac

License: Freeware Size: 2.3 MB Download (414): DMG Canvas for Mac OS Download

Released: December 07, 2012  |  Added: December 07, 2012 | Visits: 491

HTML Canvas Javascript Library A full-featured lightweight wrapper library of the native html canvas element written in Javascript, aimed to make visualization and animation using canvas simpler. Features animation support, layers, event capture, multitouch and many examples.


Platforms: Windows, Mac, Linux

License: Freeware Size: 238.92 KB Download (48): HTML Canvas Javascript Library Download

Released: July 11, 2012  |  Added: July 11, 2012 | Visits: 513

Freecell on Canvas This version of the popular Freecell card game can be played on any canvas-enabled browser, without installing anything. The game is based on html5 canvas and Javascript. The table is scalable, which means that cards make up most of the available space, making manipulation easy. During play,...


Platforms: Windows, Mac, Linux

License: Freeware Size: 834.49 KB Download (48): Freecell on Canvas Download

Released: September 02, 2012  |  Added: September 02, 2012 | Visits: 398

Geo Canvas The Geocanvas project aims to provide a very small and simple set of APIs toassist the developer in creating geographically referenced canvas applicationswithin the GTK/Gnome environment.


Platforms: Windows, Mac, Linux

License: Freeware Size: 547.07 KB Download (43): Geo Canvas Download

Released: July 08, 2012  |  Added: July 08, 2012 | Visits: 406

HTML5 Canvas An extension of GWTCanvas widget to allow leveraging all of the features of the HTML 5 canvas element, like drawing text and shadows. Depends on browser support for the canvas element. See project home page link for usage details.


Platforms: Windows, Mac, Linux

License: Freeware Size: 32.71 KB Download (49): HTML5 Canvas Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 421

Object-Canvas Library This JAVA library give the possibility to have a CANVAS objectin JAVA SWING graphical applications, including CANVAS tools suchas hand-tool, linker-tool, group-tool like VISIO(TM) application.The library take advantage of Java2D packages to reach a


Platforms: Windows, Mac, Linux

License: Freeware Size: 105.95 KB Download (45): Object-Canvas Library Download

Released: October 19, 2012  |  Added: October 19, 2012 | Visits: 510

Textout Canvas Tool for creating javascript font file with simple function for writing strings on canvas tag


Platforms: Windows, Mac, Linux

License: Freeware Size: 888.75 KB Download (49): Textout Canvas Download

Added: May 10, 2013 | Visits: 359

GNOME canvas The GNOME canvas is an engine for structured graphics that offers a rich imaging model, high performance rendering, and a powerful, high-level API. It offers a choice of two rendering back-ends, one based on Xlib for extremely fast display, and another based on Libart, a sophisticated,...


Platforms: *nix, C/C++, BSD

License: Freeware Download (64): GNOME canvas Download

Added: June 15, 2010 | Visits: 946

Clutter Clutter is a simple GL-based canvas library. SYNOPSIS use Clutter qw( :init ); # create the main stage my $stage = Clutter::Stage->get_default(); $stage->set_color(Clutter::Color->parse(DarkSlateGray)); $stage->signal_connect(key-press-event => sub { Clutter->main_quit() });...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (91): Clutter Download

Added: November 19, 2010 | Visits: 717

libgnomecanvas libgnomecanvas package contains the GNOME canvas libraries. GNOME canvas is an engine for structured graphics that offers a rich imaging model, high performance rendering, and a powerful, high-level API. It offers a choice of two rendering back-ends, one based on Xlib for extremely fast...


Platforms: *nix

License: Freeware Size: 768 KB Download (88): libgnomecanvas Download

Added: May 22, 2010 | Visits: 1.005

Tk_CreateItemType Tk_CreateItemType is a Perl module that define new kind of canvas item. SYNOPSIS #include Tk_CreateItemType(typePtr) Tk_ItemType * Tk_GetItemTypes() ARGUMENTS Tk_ItemType *typePtr (in) Structure that defines the new type of canvas item. INTRODUCTION Tk_CreateItemType is...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (91): Tk_CreateItemType Download

Released: July 17, 2012  |  Added: July 17, 2012 | Visits: 678

3D Crafter (formerly 3D Canvas) 3D Crafter is a real-time 3D modeling and animation program that incorporates an intuitive drag-and-drop approach to 3D modeling. Complex models can be constructed from simple 3D primitives, or created using 3D Crafter's Object Building Tools. Modeling tools are provided to deform, sculpt, and...


Platforms: Windows

License: Freeware Download (56): 3D Crafter (formerly 3D Canvas) Download

1 2 3 4 5 >