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

g2 0.72

  Date Added: August 26, 2010  |  Visits: 709

g2

Report Broken Link
Printer Friendly Version


Product Homepage
Download (97 downloads)



g2 is an easy to use, portable and powerful 2D graphics library. The project provides a comprehensive set of functions for simultaneous generation of graphical output on different types of devices. Following devices are currently supported: PostScript, X11, PNG and JPEG (using gd) and Win32 (xfig is in development). g2 is written in C (ANSI) and additionally has a Fortran, perl and python interface. g2 is easy to use in C d=g2_open_X11(50,50); g2_line(d,5,5,45,45); g2_circle(d,25,25,20); in Fortran d=g2_open_X11(50.0,50.0) call g2_line(d,5.0,5.0,45.0,45.0) call g2_circle(d,25.0,25.0,20.0) in perl $d=new X11G2::Device(50,50); $d->line(5,5,45,45); $d->circle(25,25,20); in python graph = g2.g2_open_X11(50, 50) graph.g2_line(5, 5, 45, 45) graph.g2_circle(25, 25, 20) Whats New in This Release: - The Python module build process has been fixed..

Requirements: No special requirements
Platforms: Linux
Keyword: Easy Easy To Easy To Use Libraries Line Portable Powerful Programming
Users rating: 0/10

License: Freeware Size: 481.28 KB
USER REVIEWS
More Reviews or Write Review


G2 RELATED
Business  -  Easy Invoicing UK - Easy to Use, Order Processing Database for Microsoft Access 2000 or later 8.1D
"Easy Invoicing UK " - is a simple to use, order management system. "Easy Invoicing UK" is not a stock control database application, but provides an easy way to present your clients with smart, elegantly styled Invoices... But, you can also track...
726 KB  
Accounting Tools  -  Easy Invoicing UK - Easy to Use, Order Processing Database for Microsoft Windows 95/98, ME, 2000 and 8.1D
"Easy Invoicing UK " - is a simple to use, order management system. "Easy Invoicing UK" is not a stock control database application, but provides an easy way to present your clients with smart, elegantly styled Invoices... But, you can also track...
27.95 MB  
3D Graphic Tools  -  Mesh Viewer 0.3.1
Mesh Viewer is an easy to use lightweight application to display triangular meshes from a variety of file formats (see 3D formats). Mesh Viewer uses the OpenGL API to render the models. The program was born under the need for quickly displaying...
634.88 KB  
Audio Tools  -  Agree Free AVI DIVX WMV to MPEG DVD 5.1
Agree Free AVI DIVX ASF WMV to MPEG DVD Converter is an easy-to-use video converter and powerful for experts as well. It enables you to convert one of video files directly to MPEG-4, MPEG1 and MPEG2 format once. It supports converting AVI, WMV,...
3.47 MB  
Finance  -  Word2Pdf 1.0
Word2Pdf a simple and easy-to-use Command Line-based tool that allows the user to convert Microsoft Word files to the PDF format. A graphical user interface to its function was not considered to be a high priority. The Word2Pdf software relies...
 
Programming  -  CommandLineParser 2.4.2 Beta
This project provides a highly adaptive and easy to use command line option parser for Java applications. Apache CLI Command Line Parser was not satisfiable, so this API was intended to be more "complete" and easier to use than other known libraries.
51.2 KB  
Teaching Tools  -  iPhone Tutorial How to Use Folders (Mac) 1.0
Apple Mac - iPhone Tutorial - How to Use Folders explained in Plain English. This easy video will show you step-by-step how to make & use folders on the iPhone & iPod Touch
7.26 MB  
Modules  -  Optik 1.5.1
Optik is a powerful, flexible, extensible, easy-to-use command-line parsing library for Python. Using Optik, you can add intelligent, sophisticated handling of command-line options to your scripts with very little overhead.
 
Database Tools  -  Simple to Use PHP MySQL Class 1.0
Use this script Simple to Use PHP MySQL Class that I've been using for years in my projects. It's a really easy-to-use PHP class file for connecting to, running queries on and retrieving data from MySQL databases.Just include the file, and set...
10 KB  
Networking Tools  -  http-ping 2.0
http-ping is a small, free, easy-to-use command-line utility that probes a given URL and displays relevant statistics. It is similar to the popular 'ping' utility, but works over HTTP instead of ICMP, and with a URL instead of a computer...
102 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB