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

TinyLIB 0.8

  Date Added: July 21, 2010  |  Visits: 843

TinyLIB

Report Broken Link
Printer Friendly Version


Product Homepage
Download (93 downloads)



TinyLIB is an emulation layer to make all platforms look the same. TinyLIB is very small and meant for game development. TinyLIB provides a subset of GLUT/OpenGL, OpenAL, BSD sockets, and the C standard library. Almost any platform has graphics, audio, and networking libraries. The problem is, they often have different interfaces. Windows has DirectX. Mac has Open Transport for networking. I much prefer POSIX platforms with OpenGL, OpenAL, and BSD sockets. I wanted all platforms to look like that. I also wanted to use standard interfaces. Why invent a new interface? By using standard APIs you dont waste time learning a new API, the APIs are well documented, and plenty of example code exists. TinyLIB is minimal and gives you just enough foundation to port other libraries on top of it. Ive ported many of the glut examples, the python interpreter, zlib, libpng, glpng, and PLIB to TinyLIB for use on my project which you can download. Whats New in This Release: - supports linux,mac, and win32 and includes test programs.

Requirements: No special requirements
Platforms: Linux
Keyword: All Platforms Emulation Layer Libraries Platforms Programming Tinylib To Make
Users rating: 0/10

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


TINYLIB RELATED
Database Tools  -  MDB2_DataContainer 1.0
A persistence layer encapsulates the behaviour needed to make objects persistent. Meaning to load, save and delete objects to and from persistent storage. In this case persistent storage means relational database. Database abstraction is provided...
20.48 KB  
Libraries  -  Libp11 0.2.3
Libp11 is a library that implements a small layer on top of PKCS#11 API to make using PKCS#11 implementations easier. The official name for PKCS#11 is "RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki)". Libp11 source code...
409.6 KB  
Libraries  -  Multi-Agent Grid Engine library 0.1.3
Multi-Agent Grid Engine library is an experiment aimed to make a programming tool for creation of autonomic systems..
696.32 KB  
Network & Internet  -  webCDwriter 2.7.3
webCDwriter can be used to make the CD- and DVD-writer(s) connected to a Linux box available to all users in your network. It consists of the server CDWserver and the clients webCDcreator and rcdrecord. CDWserver stores the files transmitted by...
583.68 KB  
Libraries  -  Libslack 0.5.2
Libslack is a library of general utilities designed to make UNIX/C programming a bit easier on the eye. It is a seemingly random collection of modules and functions that I find commonly useful. It was originally implemented as part of the daemon...
317.44 KB  
Libraries  -  Apache2::PageKit 2.14_14
Apache2::PageKit is a MVCC web framework using mod_perl, XML and HTML::Template. SYNOPSIS In httpd.conf SetHandler perl-script PerlSetVar PKIT_ROOT /path/to/pagekit/files PerlSetVar PKIT_SERVER staging PerlHandler +Apache2::PageKit...
122.88 KB  
Network & Internet  -  Apache Beehive 1.0.2
Apache Beehives goal is to make J2EE programming easier by building a simple object model on J2EE and Struts. Using the new JSR-175 annotations, Beehive reduces the coding necessary for J2EE. The initial Beehive project has three pieces - NetUI:...
 
Content Management  -  eews for Scripts 3.0.0
eews is a PHP5/MySQL CMS software for all platforms where PHP is available.It has a very intuitive interface to build simple but efficient websites without knowing any programming language. Based on modules, it is extremely flexible and extensible.
2.4 MB  
Network & Internet  -  FxIF for Firefox 0.4.5
FxIF (Firefox exIF) allows you to view the EXIF data contained in JPEG images from the convenience of your Firefox browser. Most digital cameras add this data to all images you take. FxIF is written entirely in javascript, and as such...
71.68 KB  
Audio Tools  -  Jakuk 1.2
Jajuk is a Java music organizer for all platforms. The main goal of this project is to provide a fully-featured application to advanced users with large or scattered music collections. Jajuk supports MP3, OGG Vorbis, AU, AIFF, WAV and SPEEX audio...
10.2 MB  
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