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

Graphics Programming freeware
Filter: All | Freeware | Demo
 

Graphics Programming

< 1 2 3 4 5 > 
Added: January 12, 2010 | Visits: 969

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: August 13, 2010 | Visits: 933

Graphico Graphico is an open source 3D graphics application programming interface. Graphico works with either Java or C++. The design of Graphico is based on OpenGL. Two independent Java versions of Graphico exist. The first version renders to a Java image that can be displayed in a Java application or... Platforms: *nix

License: Freeware Size: 82.94 KB Download (110): Graphico Download

Added: May 21, 2010 | Visits: 1.200

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

Released: December 03, 2012  |  Added: December 03, 2012 | Visits: 1.643

PDL::Graphics::TriD PDL::Graphics::TriD is a PDL 3D interface. SYNOPSIS use PDL::Graphics::TriD; # After each graph, let the user rotate is and # wait for him to press q, then make new graph line3d($coords); # $coords = (3,n,...) line3d($coords,$colors); # $colors = (3,n,...) line3d([$x,$y,$z]);... Platforms: *nix

License: Freeware Size: 2.1 MB Download (108): PDL::Graphics::TriD Download

Added: April 12, 2010 | Visits: 761

Graphics::Simple Graphics::Simple is a simple , device-independent graphics API for Perl. SYNOPSIS use Graphics::Simple; line 100,100,200,200; circle 50,50,25; stop(); clear(); # Wait for a button press, clear the page Ever had a Commodore C-64 or Vic-20 or some other of the machines of that era? Where... Platforms: *nix

License: Freeware Size: 13.31 KB Download (96): Graphics::Simple Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 659

Graphics4VO Graphics DLL Graphics4VO is developed for use with CA-Visual Objects (Version 2.0 upto 2.8). It is based on 32-Bit-WINDOWS-API. The library allows development of graphics oriented CA-Visual Objects applications for 32-Bit Windows operating systems. The Graphics Library Graphics4VO includes classes, methods... Platforms: Windows

License: Freeware Size: 3.84 MB Download (50): Graphics4VO Graphics DLL Download

Released: November 11, 2005  |  Added: September 06, 2006 | Visits: 6.042

Vector Graphics ActiveX Vector Graphics ActiveX is professional graphics solution for creating business and technical drawings and the most powerful for today. It provides 500+ methods, properties and events and is fully object oriented. Developers get full control of all objects at run time and can process graphic... Platforms: Windows

License: Freeware Size: 5.93 MB Download (765): Vector Graphics ActiveX Download

Added: January 21, 2010 | Visits: 1.676

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: July 17, 2010 | Visits: 1.785

Hecl Programming Language The Hecl Programming Language is a high-level scripting language implemented in Java. Hecl Programming Language is intended to be small, extensible, extremely flexible, and easy to learn and use. Hecl is intended as a complement to the Java programming language, not a replacement. As such, it... Platforms: *nix

License: Freeware Size: 2.6 MB Download (114): Hecl Programming Language Download

Added: October 25, 2010 | Visits: 1.675

2E Programming Language 2E Programming Language (two es, as in ee, or expression evaluator) is a simple algebraic syntax language. It natively supports expressions (composed of operators and operands), and function definitions, and basically nothing else. Therefore, it can be fairly straight-forward to learn (assuming... Platforms: *nix

License: Freeware Size: 31.74 KB Download (108): 2E Programming Language Download

Added: June 12, 2010 | Visits: 1.725

PATH programming language PATH is a very different programming language than what you are probably used to if youre an average programmer. If youve programmed in the language Brainf*ck, youll recognize the memory cell architecture. Also, Befunge programmers will recognize the two-dimensional way that PATH programs are... Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): PATH programming language Download

Added: May 16, 2010 | Visits: 1.159

Drome Engine Drome Engine is a 3D game engine thats written in C++ and uses OpenGL for graphics rendering. Its currently under constant development; the main focus at this time is to improve and stabilize the application programming interface (API).. Platforms: *nix

License: Freeware Size: 440.32 KB Download (94): Drome Engine Download

Added: January 06, 2010 | Visits: 1.232

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 (100): Bio::Graphics::Panel 1.5.2_005 Download

Added: July 18, 2010 | Visits: 1.548

The Qu Programming Language Qu is a powerful full-featured object oriented programming language. It is an Open Source software. The Qu Programming Language is absolutely free (as in free lunch) and distributed under the GNU General Public License (GPL). Qu is inspired by other languages. Most noticeably Perl, Python, Ruby... Platforms: *nix

License: Freeware Size: 1.3 MB Download (99): The Qu Programming Language Download

Added: June 11, 2010 | Visits: 1.547

Intro to Bash Programming HOWTO Intro to Bash Programming HOWTO is a bash programming tutorial. The Intro to Bash Programming HOWTO is meant for newbies who wish to learn how to write shell scripts for bash, the GNU Boure-Again shell. It contains several samples. It is very early in its development, but it is hoped that... Platforms: *nix

License: Freeware Download (188): Intro to Bash Programming HOWTO Download

Added: August 23, 2010 | Visits: 1.286

Felix Programming Language Felix is an advanced Algol like procedural programming language with a strong functional subsystem. It features ML style typing, first class functions, pattern matching, garabge collection, polymorphism, and has built in support for high performance microthreading, regular expressions and context... Platforms: *nix

License: Freeware Size: 1.2 MB Download (114): Felix Programming Language Download

Added: October 01, 2010 | Visits: 1.483

Io programming language Io is small prototype-based programming language. The ideas in Io are mostly inspired by Smalltalk (all values are objects), Self, NewtonScript and Act1 (prototype-based differential inheritance, actors and futures for concurrency), LISP (code is a runtime inspectable/modifiable tree) and Lua... Platforms: *nix

License: Freeware Size: 5.4 MB Download (125): Io programming language Download

Added: March 24, 2010 | Visits: 1.329

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

Added: January 25, 2010 | Visits: 621

impromptu Impromptu is an OSX programming environment for composers, sound artists, VJ's and graphic artists with an interest in live or interactive programming. Impromptu is a Scheme language environment, a member of the Lisp family of languages.Time plays a major role in the Impromptu environment... Platforms: Mac

License: Freeware Size: 3.7 MB Download (88): impromptu Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 858

Programming without coding technology Programming without coding technology (PWCT) is a visual programming system enables the developers to develop win32 application 100% without coding at all. Users will be able to develop several application without any coding knowledge: database, multimedia, AI, text processing and more. PWCT... Platforms: Windows

License: Freeware Download (62): Programming without coding technology Download

< 1 2 3 4 5 >