|
 |
 |
Shining Time Prototype
source code |
Ok. This is simple
Shining Time screen saver Prototype source code. Source code is
not good commented but I think that code is simply enough for
understanding. I don't provide here special utilities for producing
*.MSH and *.PHG files. Look in source code for understanding It's
purpose and format.
|
[ Download, shining_time_proto.zip, 222K ] |
OpenGL Examples |
This package contains
two simple OpenGL examples. I think they can help to start on
studying such interesting thing as 3D graphics.
|
Landscape
This is a little landscape flying OpenGL example. In most cases
it is not a simple task to create a good landscape rendering engine.
This simple example is more preferred for beginners who just start
on studying OpenGL and 3D graphics. This example shows how to
create some landscapes with the help of the simple C code and
the OpenGL. Just in 6K of code.
|
 |
The Cube of Power
This is just a cube of power of 3D Graphics. This is a very simple
OpenGL example that shows how to create your first 3D scene.
|
 |
[ Download, oglexamples.zip, 573K
] |
Tiny ASM |
The story started
when I found www.256b.com
webpage and learned much about creations that were made by people
on conditions that the piece of code was very-very small... I
decided on trying to create something similar to their works...
The package contains the Flames and the SNF intros. |
Flames
This is the Flames
Intro in 125 bytes size. I had posed some problems for myself:
1. To generate a good palette, not just a red flame.
2. To wait retrace for screen sync.
3. To draw flame in two directions: up and down.
4. To guarantee normal exit when key pressed.
5. To fit it into 128 bytes.
So... I’ve done it! (I hope) |
 |
SNF
The Snow falling intro is in 255 bytes. Also includes some
text message on the screen.
|
 |
[ Try It Online ]
[ Download, tinyasm.zip, 4K ]
|
CRT FIX |
Some time ago I faced
with a problem: very old programs that were written on Borland
Pascal don't work in with modern computers. The BUG is placed
in CRT unit where is Delay function calibrates. This is 'Runtime
error 200 at ...' bug fixer.
I’ve written two solutions:
1. SMALLCRT.PAS – the little replacement of standard CRT unit.
2. CRT_FIX.PAS – the little utility that removes problem code
from any BP-compiled program.
|
[ Download,
crtfix.zip, 51K ] |
|
|
 |
Copyright © 2005-2022 A. Dmitriy |
 |
|
|
 |