GraRLS - Graphics Programming Language

 Home   Download   Documents   Examples   YouTube 

Download

Download

The current system ( for Windows only at the moment ) can be downloaded here: Current Version ( 0.06 ) released 2023-04-12. See the Installation Guide and Release Notes

Current Issues

There are a number of minor issues that I am currently sorting out. I hope to upload a new version soon. For now you can make a start using the current version.

Disclaimer

The software provided on this site is supplied "as is" with no warranty given or implied. The user is ultimately responsible for how he or she uses it. The user is responsible for checking that the images generated are as expected.

Acknowledgements

Most of the code for this system has been written by me alone. There are however a few libraries and development tools that I have acquired from third parties. I would like to thank them all here. They are listed below.

LibJPG

The code for reading and writing the JPeg files was obtained from the Independent JPEG Group.

LibPNG

The code for reading and writing the PNG files was obtained from here :- libpng.

ZLib

This library is used by the LibPNG code. zlib.

Visual Studio

All the development work has been done using Microsoft's Visual Studio compiler system which they provide free for use by impoverished lone developers like me. Unfortunately it is very bad at linking libraries.