Links..

Headers, Bindings, Libraries for use with FreeBASIC, Please include example of use to help ensure they are tested and usable.
ike
Posts: 387
Joined: Jan 17, 2011 18:59

NICE C++ LIB: Anti-Grain Geometry (AGG)

Post by ike »

http://www.antigrain.com/index.html

Anti-Grain Geometry (AGG) is an Open Source, free of charge graphic library, written in industrially standard C++.

Anti-Aliasing.
Subpixel Accuracy.
The highest possible quality.
High performance.
Platform independence and compatibility.
Flexibility and extensibility.
Lightweight design.
Reliability and stability (including numerical stability).
TJF
Posts: 3809
Joined: Dec 06, 2009 22:27
Location: N47°, E15°
Contact:

Post by TJF »

duke4e (Posted: Jan 05, 2006) wrote:hey, i just found this cool graphic libary
http://www.antigrain.com/
ike (Sep 05, 2011) wrote:http://www.antigrain.com/index.html

Anti-Grain Geometry (AGG) is an Open Source, free of charge graphic library, written in industrially standard C++.

Anti-Aliasing.
Subpixel Accuracy.
The highest possible quality.
High performance.
Platform independence and compatibility.
Flexibility and extensibility.
Lightweight design.
Reliability and stability (including numerical stability).
BTW:

Most features are available in cairo for win/LINUX.
wallyg
Posts: 267
Joined: May 08, 2009 7:08
Location: Tucson Arizona

Re: Links..

Post by wallyg »

I tried to download Glade and got the following message from your links to it.
An error has been encountered in accessing this page.

1. Server: gladewin32.sourceforge.net
2. URL path: /modules.php
3. Error notes: NONE
4. Error type: 404
5. Request method: GET
6. Request query string: name=Downloads
7. Time: 2012-08-27 18:05:54 UTC (1346090754)

Reporting this problem: The problem you have encountered is with a project web site hosted by SourceForge.net. This issue should be reported to the SourceForge.net-hosted project (not to SourceForge.net).

If this is a severe or recurring/persistent problem, please do one of the following, and provide the error text (numbered 1 through 7, above):

Contact the project via their designated support resources.
Contact the project administrators of this project via email (see the upper right-hand corner of the Project Summary page for their usernames) at user-name@users.sourceforge.net
If you are a maintainer of this web content, please refer to the Site Documentation regarding web services for further assistance.

NOTE: As of 2008-10-23 directory index display has been disabled by default. This option may be re-enabled by the project by placing a file with the name ".htaccess" with this line:


Options +Indexes

4ba3a464-c39b-4222-a293-c1eced2f3980
Y2:4ba3a464-c39b-4222-a293-c1eced2f3980
Thanks for all your work.
TJF
Posts: 3809
Joined: Dec 06, 2009 22:27
Location: N47°, E15°
Contact:

Re: Links..

Post by TJF »

Reporting this problem: The problem you have encountered is with a project web site hosted by SourceForge.net. This issue should be reported to the SourceForge.net-hosted project (not to SourceForge.net).
... and not to freebasic.net/forum.

Anyway, here's an alternative link
ike
Posts: 387
Joined: Jan 17, 2011 18:59

Re: Links..

Post by ike »

http://zbar.sourceforge.net/index.html
ZBar is an open source software suite for reading bar codes from various sources, such as video streams, image files and raw intensity sensors. It supports many popular symbologies (types of bar codes) including EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.

http://www.ittybittycomputers.com/IttyBitty/TinyBasic/
In 1976 at the HomeBrew Computer Club (HBCC), there was a lot of whining about Bill Gates charging $150 for his Basic interpreter. Dennis Allison responded by printing a "Build Your Own [tiny] Basic"

http://legacy.imatix.com/html/sfl/ !!!!!
The SFL (Standard Function Library) from iMatix is a portable function library for C/C++ programs. The SFL is the result of many years' development, and is provided as Open Source software for the benefit of the Internet community.

http://bstring.sourceforge.net/ !!!!!
The Better String Library is an abstraction of a string data type which is superior to the C library char buffer string type, or C++'s std::string. Among the features achieved are:

http://www.cs.princeton.edu/courses/arc ... tiful.html !!!
A Regular Expression Matcher Code by Rob Pike Exegesis by Brian Kernighan example for pointers and recursion

https://mariadb.org/en/about/
same author as MySQL

http://sourceforge.net/projects/judy/ or http://judy.sourceforge.net/
General purpose dynamic array - Judy !!!!!!!!!

http://hamsterdb.com/about
hamsterdb is a lightweight embedded "NoSQL" key-value store. It concentrates on ease of use, high performance, stability and scalability

http://sourceforge.net/projects/cmph/
Cmph is a free minimal perfect hash C library, providing several algorithms in the literature in a consistent, ease to use, API.
ike
Posts: 387
Joined: Jan 17, 2011 18:59

Re: Links..

Post by ike »

https://code.google.com/p/lib3ds/
lib3ds is an overall software library for managing 3D-Studio Release 3 and 4 ".3DS" files. It is a free alternative to Autodesk's 3DS File Toolkit for managing 3DS files. It started out in 1996 to be released in 1999 under the GNU General Public License (GPL) as Open-Source software. In 2000, the library was completely rewritten in ANSI-C to attain more hardware platform independence. To enable commercial application the license was changed to GNU Lesser General Public License (LGPL).


http://glew.sourceforge.net/

The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. OpenGL core and extension functionality is exposed in a single header file. GLEW has been tested on a variety of operating systems, including Windows, Linux, Mac OS X, FreeBSD, Irix, and Solaris.
Post Reply