The AROS Archives(anonymous IP: 18.221.53.209,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (46)
   o Development (243)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1624

Full index file
Recent index file

Part of aros exec
 Readme for:  Demo » Misc » zeespace-0.1.i386-aros.zip

Zeespace-0.1

Description: ZeeSpace - A 2.5D Rendering Engine
Download: zeespace-0.1.i386-aros.zip       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 154kb
Version: 0.1
Date: 26 Aug 08
Author: David Olofson
Submitter: Miloslav Martinka
Homepage: http://zeespace.net/about.html
Requirements: AROS i386
Category: demo/misc
License: Other
Distribute: yes
FileID: 390
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 163  (Current version)
163  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
What is ZeeSpace?
ZeeSpace is a "2.5D" rendering engine, geared towards real time rendering of
structured graphics. It is intended for use in 2D and 3D game engines, to
generate graphics when installing or starting the application, or in real time.

ZeeSpace aims to be a way of sqeezing high quality graphics into very small
downloads, as well as a way of generating dynamic graphics in applications that
would otherwise require unrealistic volumes of prerendered data.
What is ZeeSpace not?

    * ZeeSpace is not a 3D engine. It has a "3D" preview feature, but that's
about as close as it gets.
    * It is not a complete game engine.
    * It is not an image editing or 3D modelling tool. However, such tools may
use ZeeSpace as a rendering backend.
    * It is not a compression tool. To "compress" an image with it, you need to
resynthesize the image using ZeeSpace rendering primitives. Given sufficiently
large tolerances, the data needed to reconstruct the image can potentially
compress to a fraction of the size of the original image.
    * It is not a file format. However, the plan is to use it as the rendering
backend for a structured graphics file format.

How does it work?
(The text below is based on the initial prototype. Details are likely to
change.)

ZeeSpace is based on an internal surface format with six channels; Red, Green,
Blue, Alpha, Intensity and Z, or RGBAIZ, for short. The R, G, B and A channels
have 8 bits per pixel. The I and Z channels have 16 bits per pixel, because they
need the extra accuracy and dynamic range to avoid visible artifacts.

ZeeSpace is basically just a library of surface oriented, semi-low level 2.5D
blitting and rendering functions that can be used and combined in various ways,
pretty much like a normal 2D graphics library. However, the intended method of
rendering scenes is something like this:

   1. Render objects into the RGB and Z channels of a surface.
   2. Apply bump mapping and shadow casting based lighting, based on the Z
channel, writing to the I channel.
   3. Modulate the RGB channels with the I channel.
   4. Send the resulting RGB data where you want it.


Compiling for AROS, Miloslav Martinka.













































Copyright © 2005 - 2024 The AROS Archives All Rights Reserved