Menu

Aqsis Renderer / News: Recent posts

New releases

I have just put up a new release of the source, win32 binary archive, and the new Win32 Inno Setup based installer. The Installer is experimental so try it and see if it works, almost certainly will need changes. It will setup AQSIS_* environment variables under WindowsNT/2000 and possibly XP, but that's about it. By the way the numbering has changed, I got fed up with the stupid x000, x001 release, now it is just an incrementing release number.

Posted by Paul Gregory 2002-04-03

First Mac OSX binary release

Big News!

The first Mac OSX binary release of aqsis is available. See the release notes for details of usage.

Cheers Doug.

PaulG

Posted by Paul Gregory 2002-02-20

Release 0.6.0002

Mainly a bugfix release, both source archive and Win32 binary available. See release notes for changes.

Posted by Paul Gregory 2002-02-20

Release 0.6.0001Win32 & source

Quick turnaround, only required a few small updates to get the Win32 archive and binary working. See release notes for major change details of the 0.6 version.

Posted by Paul Gregory 2002-02-12

Major release

Version 0.6.0000 is release, quick overview...
Major texturing rewrite
Mac OSX support
CSG support
see release notes for more details.

NOTE: this release is only tested against Posix, new source release and Win32/Mac binary release shortly.

PaulG

Posted by Paul Gregory 2002-02-12

New 0.5.4001 release

Both source archive and Win32 binary. Main changes include Michel Joron's implementation of texture map filtering and out-of-range value support, and his MPG culling work. Also includes some optimisation work across the board.

Posted by Paul Gregory 2001-12-21

Win32 0.5.4000 release

Following the Source release for 0.5.4000, the Win32 binary release. See the notes for changes, include rib out library, binary rib support, trim curves, improved textures.

Posted by Paul Gregory 2001-11-28

New source release

0.5.4000 released as a source archive. Many changes, rib out library, binary and gzipped RIB support, trim curves etc.

Posted by Paul Gregory 2001-11-28

Support for binary encoded and gzipped RIB files.

Thanks again to Lionel Lacour, we now have support for binary encoded RIB files, as well as gzipped ASCII and gzipped binary RIB files. Well done again Lionel.

Posted by Paul Gregory 2001-11-18

New RIB output library

Thanks to Lionel Lacour, we now have an ASCII RIB library, similar in functionality to BMRT's libribout. This allows us to do nice things like compile alternative language bindings (Perl,Python,Java etc.) against Aqsis without relying on other packages. Currently only available in CVS, there will be a release soon to include it.

Posted by Paul Gregory 2001-11-12

New Win32 binary release

Version 0.5.3000 is now available as a binary archive for the WIndows platforms. See notes for more details of changes.

Posted by Paul Gregory 2001-10-24

New source release.

0.5.3000 is now available as a source archive, Windows binary to follow soon. Many fixes and the implementation of sockets based display devices on Posix. See notes for more details.

Posted by Paul Gregory 2001-10-24

libargparse

libargparse is now released as a source archive for Posix. Should help to aleviate the problems some newcomers have been having compiling Aqsis for the first time.

Posted by Paul Gregory 2001-09-21

New Release 0.5.2000

There are archives for the new release 0.5.2000 as both source tar archive and Windows binary. Changes include various bug/memory leak fixes, and tranformation motion blurred subdivision surfaces. Finally all primitives are supported in transformation motion blur. See release notes for details.

Posted by Paul Gregory 2001-09-05

New release 0.5.1000 src.

Enhancements:

  • Aqsis now uses a new configuration mechanism.
    The base path for Aqsis is obtained using the following mechanism.
    If the -base option is passed on the command line it is used.
    If the AQSIS_BASE_PATH environment variable is defined it is used.
    The current working directory is used (./).
    The configuration file (used to be ribber.cfg) is now .aqsisrc.
    It is found using the following procedure.
    If the -config options is passed on the command line it is used.
    If the environment variable AQSIS_CONFIG is defined it specifies the name and location of the config file.
    If HOME is defined, and contains a .aqsisrc, it is used.
    If the Aqsis base path contains a .aqsisrc it is used.
    If /etc/.aqsisrc exists it is used.
    This file is a standard RIB file used to set up the default state of various options, in particular the searchpath.
    The various searchpaths default to the following (prior to loading the .aqsisrc file).
    If the -[shaders|textures|archives|displays] option is specified on the command line it is used.
    If the AQSIS_[SHADERS|TEXTURES|ARCHIVES|DISPLAYS]_PATH environment variable is defined it is used.
    Otherwise the Aqsis base path followed with /[shaders|textures|archives|displays] is used.
  • Windows and Posix now both use aqsis(.exe) as the primary rendering command, cribber is now removed.
  • Windows and Posix now both use aqsl(.exe) as the shader compiler.
    Windows has a new executable aqsl.exe which performs the same task as the aqsl script on Posix.
  • slpp has been modified to support stdout as its output for use with aqslcomp.
  • Andy Gill has added support for occlusion culling and caching object bounds.
    This is significant improvement over the basic operation allowing much more complex scenes to be handled.
  • Thomas Burge has added a Bessel and Disk filter.
  • Andy Gill has speeded up motion blur by using multiple bounds for each micropolygon.
    Once again this is a sigificant speedup in the case of motion blurred images.... read more
Posted by Paul Gregory 2001-07-19

New release 0.5.0000

This is the first release since going open source and is a major update, first release to include Posix support. The two main applications are now ported to Posix, the command line renderer and sl compiling facilities.

Posted by Paul Gregory 2001-06-11

Current Status Uploaded

The current status of the Aqsis Renderer project is now checked in to the CVS repository. Still needs a bit of effort to build it, rudimentary instructions in the BUILD document for the brave. Commenst and suggestions gratefully accepted. Any problems email me and I'll do my best to help.

Posted by Paul Gregory 2001-04-27