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

Opengl Delphi Contour software
Filter: All | Freeware | Demo
 

Opengl Delphi Contour

< 1 2 3 4 5 > 
Released: January 15, 2024  |  Added: March 31, 2024 | Visits: 4.389

FTP Client Engine for Delphi FTP client component library for Delphi provides direct and simple control of the FTP protocol from a Delphi application program. The FTP Client Library uses a simple API to easily write programs that: - Connect to any FTP server. . - Navigate the server directories. - Specify ASCII or...



Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $119.00 USD Size: 1.27 MB Download (224): FTP Client Engine for Delphi Download

Released: July 26, 2013  |  Added: August 17, 2013 | Visits: 5.902

Client/Server Comm Lib for Delphi MarshallSoft Delphi and .NET TCP/IP and UDP/IP sockets client/server component for communication across a network such as the internet or intranet (LAN). CSC4D uses the Windows API to communicate with other programs across any TCP winsock network. Features of the CSC4D library include:...





Platforms: Windows

License: Shareware Cost: $115.00 USD Size: 557.12 KB Download (334): Client/Server Comm Lib for Delphi Download

Released: November 18, 2013  |  Added: December 07, 2013 | Visits: 5.330

Windows Std Serial Comm Lib for Delphi MarshallSoft Delphi serial communications component library for RS232 and multi-drop RS485 and RS422 serial ports. Use WSC4D to write applications to access data from serial devices such as barcode scanners, modems, lab instruments, medical devices, USB serial devices, scales, GPS navigation,...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $115.00 USD Size: 717.49 KB Download (295): Windows Std Serial Comm Lib for Delphi Download

Released: August 30, 2008  |  Added: October 31, 2008 | Visits: 2.760

Delphi Code Library Delphi Code Library is a powerful source code Library shipped with 1000+ lines of code, quick and powerful search engine, powerful printing capability, password protection, user notes & attachments handeling, favorites & rating support and more! Delphi Code Library is a powerful multi-language...


Platforms: Windows

License: Shareware Cost: $79.99 USD Size: 7.91 MB Download (389): Delphi Code Library Download

Released: March 06, 2008  |  Added: September 01, 2008 | Visits: 9.364

Delphi Database Tutorial First Delphi tutorial starts with a simple database created in MS Access. It shows how to create and connect to a database in Delphi. It also shows how to display records in a dbgrid. Essential tutorial, a starting point for understanding next delphi tutorials. Second Delphi tutorial shows how to...


Platforms: Windows

License: Shareware Cost: $29.00 USD Size: 1.45 MB Download (600): Delphi Database Tutorial Download

Released: June 23, 2010  |  Added: July 03, 2010 | Visits: 1.958

Delphi ZIP Component ZipForge ZipForge is an advanced Delphi ZIP component, written completely in Delphi. It doesn't require any DLLs. ZipForge features include SFX archives support, repair, encryption, unicode filenames support, Zip64, string AES encryption splitting and multi-spanning support. Full source code is available....


Platforms: Windows

License: Shareware Cost: $69.00 USD Size: 12.73 MB Download (186): Delphi ZIP Component ZipForge Download

Released: July 19, 2011  |  Added: August 10, 2011 | Visits: 2.450

ShellBrowser Components Delphi Edition The ShellBrowser component set gives a Delphi programmer easy access to the Win32 shell functionality. The TJamShellList, TJamShellTree and TJamShellCombo components look and behave exactly like the corresponding parts of the Explorer. The invisible TShellBrowser component provides an easy...


Platforms: Windows

License: Shareware Cost: $119.95 USD Size: 10.91 MB Download (210): ShellBrowser Components Delphi Edition Download

Added: April 08, 2010 | Visits: 1.805

OpenGL/FreeType2 Text Rendering Library This C++ library supplies an interface between the fonts on your system and an OpenGL or Mesa application. It uses the excellent FreeType library to read font faces from their files and renders text strings as OpenGL primitives..


Platforms: *nix

License: Freeware Size: 952.32 KB Download (143): OpenGL/FreeType2 Text Rendering Library Download

Added: November 18, 2010 | Visits: 1.456

OpenGL for Java OpenGL for Java, formerly known as GL4Java, supports Java with a native OpenGL mapping. The OS native OpenGL functionality is avaiable from Java for many OS: Linux/GNU+XFree86, Unix/X11, MacOS, Win32. Whats New in This Release: - removed the hack (which I put in sometime ago to get VooDoo3...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (142): OpenGL for Java Download

Added: April 08, 2010 | Visits: 1.372

GLT OpenGL C++ Toolkit GLT OpenGL C++ Toolkit 0.7 project contains classes and routines for programming interactive 3D graphics with OpenGL. The aim of Glt is to augment the OpenGL API with convenient mechanisms for manipulating the OpenGL state machine. Glt is a work in progress, and by no means covers the entire...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (194): GLT OpenGL C++ Toolkit Download

Added: January 24, 2010 | Visits: 1.685

Games::OpenGL::Font::2D Games::OpenGL::Font::2D module can load/render 2D colored bitmap fonts via OpenGL. SYNOPSIS use Games::OpenGL::Font::2D; my $font = Games::OpenGL::Font::2D->new( file => font.bmp ); use SDL::App::FPS; my $app = SDL::App::FPS->new( ... ); # dont forget to change these on resize...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (170): Games::OpenGL::Font::2D Download

Added: June 18, 2010 | Visits: 1.307

Minimal OpenGL Utility Library Minimal OpenGL Utility Library (MOGUL) is a library similar to GLUT, only with fewer features. It lets you write window-system-independent OpenGL programs with even fewer lines of code than GLUT. The project currently supports X11 and Win32. Examples are included in the distribution. It is...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (110): Minimal OpenGL Utility Library Download

Added: November 07, 2010 | Visits: 949

SDL::OpenGL::App SDL::OpenGL::App is a Glut like wrapper for SDL OpenGL apps. SYNOPSIS use SDL::OpenGL::App; my $app=new SDL::OpenGL::App; $app->app_name("Gears"); $app->register_handler(init => &init, draw => &draw, events => &events, idle => &idle, reshape => &reshape, ); $app->run();...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (105): SDL::OpenGL::App Download

Released: February 04, 2010  |  Added: February 17, 2010 | Visits: 1.273

Yahoo Contacts Delphi Component Yahoo! Contacts Delphi Component is a non-visual component that allows you to work with Yahoo! Contacts using Delphi. The component supports Delphi 7 and higher and works directly using official Yahoo! Contacts API. Official API use guarantees maximum compatibility and fewest possible...


Platforms: Windows

License: Shareware Cost: $79.00 USD Size: 782.79 KB Download (97): Yahoo Contacts Delphi Component Download

Released: February 04, 2010  |  Added: February 20, 2010 | Visits: 1.253

SyncML Delphi Component SyncML Delphi Component is a non-visual component that allows you to work with calendar, contacts, tasks, and notes services using SyncML interface. The component supports Delphi 7 and higher.


Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 441.75 KB Download (109): SyncML Delphi Component Download

Released: April 11, 2011  |  Added: April 20, 2011 | Visits: 1.431

TeeChart Pro VCL 100% VCL native Charting Component with optional 100% SourceCode included. Support for Delphi, C++Builder and RAD Studio. It provides of properties and methods to create hundreds of chart styles in 2D, 3D and OpenGL. For Windows and the Web. VCL Charting Components Library Specifications:...


Platforms: Windows

License: Shareware Cost: $479.00 USD Size: 39.14 MB Download (114): TeeChart Pro VCL Download

Released: October 01, 2010  |  Added: October 08, 2010 | Visits: 1.210

RichView for Delphi RichView is a suite of native Delphi/C++Builder components for displaying, editing and printing hypertext documents. Components support various character attributes (fonts, subscripts/superscripts, colored text background, custom drawn). Documents can contain tables, pictures, images from...


Platforms: Windows

License: Shareware Cost: $325.00 USD Size: 24.31 MB Download (105): RichView for Delphi Download

Released: October 31, 2014  |  Added: February 16, 2015 | Visits: 1.005

MarshallSoft Client Mailer for Delphi MarshallSoft Client Mailer for Delphi (MCM4D) is email marketing software to send personalized email to a permission based mailing list directly from Delphi, a programmable database or a spreadsheet. Companies, professionals, clubs, e-publishers, and individuals can use the Client Mailer to keep...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $119.00 USD Size: 652.86 KB Download (123): MarshallSoft Client Mailer for Delphi Download

Released: December 21, 2010  |  Added: June 23, 2011 | Visits: 1.376

Host Integration Pack for Delphi XE TN BRIDGE Host Integration Pack (Version 3.5) is a set of components and productivity tools to extend and take advantage of already developed and tested screen-oriented host applications. It provides full connectivity to IBM S/390 and AS/400 systems through standard telnet protocols....


Platforms: Windows

License: Shareware Cost: $2288.50 USD Size: 6.65 MB Download (111): Host Integration Pack for Delphi XE Download

Released: July 29, 2016  |  Added: August 01, 2016 | Visits: 1.760

TRichView for Delphi TRichView for Delphi is a suite of native Delphi components for displaying, editing and printing hypertext documents. Components support various character attributes (fonts, subscripts/superscripts, colored text background, custom character stretching and spacing, custom drawn text). Documents...


Platforms: Windows, Windows 8, Windows 7

License: Shareware Cost: $330.00 USD Size: 33.71 MB Download (179): TRichView for Delphi Download

< 1 2 3 4 5 >