Applications Graphics & Sound Computer Graphics 2D Graphics Libraries  

320-LIBRARY

download download  
important code information
author:
320-LIBRARY
minimum requirements:
320-LIBRARY description

A small set of 320x200 mode 13h functions for C (and ASM) for instant use. VERY small, ASM, 16-bit, nice for small intros (BBS ads, 4k)


320rts - A miniature 320x200 mode 13h Graphics Library for C


INTRO

These routines was my first attempt at writing anything is the assembly
language. It has been two years since I finished them, and they were not
used a lot, mainly because I move to 640x400x256 tweaked mode later on,
and now to general Linear Frame Buffer routines.

Though much of the code is rather embarrasing, it actually works, and
will show hopefully give you some hints to ASM coding here and there.



I place these routines in the Public Domain for anyone who needs a
small, easily implemented 320x200 library in real mode. The routines
are small, reasonably fast and completely free.



Discla(i)mer:

I AM NOT LIABLE FOR ANY DAMAGE CAUSED BY THESE FUNCTIONS, IN ANY WAY!!!



IMPLEMENTATION

Just do:

tasm 320rts.asm
bcc myprog.c 320rts.obj

And in your source, include the 320rts.h to avoid the annoying warnings.


BONUS

The routines have also been optimized for calling from assembly code.

Though they're not fancy, they're here, so you don't have to code that
damned circle routine when you need it now, in your glorious BBS ad.



Ghyll/TGA



File List:
320ASM.ASM15Kb
320ASM.OBJ1Kb
320RTS.ASM19Kb
320RTS.H1Kb
320RTS.OBJ2Kb
FILE_ID.DIZ476b
README.TXT1Kb
TESTE.C75b

Similar code
XLIB (Popularity: ) : Graphics Library for Borland/Turbo Pascal 7.0 by Tristan Tarrant. XLibPas v2.0 is a set of libraries and utilities that allow you to use some extended features of the standard VGA adapter which are not exploited in mode 13h. The most ...
A C++ Library (BC3.1) for creating and playing (Popularity: ) : Full screen 320x200x256 animation files at high speed. For beginners or average programmers.
User reviews

1 user review. Read now.


Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 37
version
size in Kb 10
popularity   635/7913374
user rating 4/10
ad


New Code
Popular Code