What is Fastgraph?
Fastgraph is a general purpose graphics library that works with Windows or DOS. You can use it with or without DirectX. It is written in assembly language, so it is very fast. Fastgraph is good for beginners because it is so easy to use. It is also powerful enough to satisfy the demands of advanced programmers.For example, to display a pcx file and paste it to the screen, your code would look something like this: fg_showpcx(“game.pcx”,0); fg_vbpaste(0,639,0,479,0,479); There is no function in DirectX or OpenGL that simply displays a pcx file. Fastgraph gives you lots of functions to do animation in 2D and 3D. For more information, and a shareware version, you can click on the banner below.