Difference between revisions of "User:Jr"
Jump to navigation
Jump to search
m (typos) |
m (formatting stuff.) |
||
Line 21: | Line 21: | ||
all include files require a POV-Ray version 3.8, or later. | all include files require a POV-Ray version 3.8, or later. | ||
− | * bounder.inc -- a macro to calculate an object's bounding box, version 201910.5, | + | * bounder.inc -- a macro to calculate an object's bounding box, version 201910.5, [https://drive.google.com/file/d/1-ak9jRR7B6iNoQfchF_XMupNL6Wop5Oq/view?usp=sharing bounder.zip] |
− | [https://drive.google.com/file/d/1-ak9jRR7B6iNoQfchF_XMupNL6Wop5Oq/view?usp=sharing bounder.zip] | ||
− | * pvars.inc -- macros for using "packed" variables, version 202203.3, | + | * pvars.inc -- macros for using "packed" variables, version 202203.3, [https://drive.google.com/file/d/1-RfkjGHH0a9LU_nN7codOb7IQXPvpABZ/view?usp=sharing pvars.inc] |
− | [https://drive.google.com/file/d/1-RfkjGHH0a9LU_nN7codOb7IQXPvpABZ/view?usp=sharing pvars.inc] | ||
− | * queues.inc -- macros for FIFO, LIFO, and priority queues, version 201811.4, | + | * queues.inc -- macros for FIFO, LIFO, and priority queues, version 201811.4, [https://drive.google.com/file/d/1-lISncj8_qJQsjXR2TclUc67Whv-HmZL/view?usp=sharing queues.zip] |
− | [https://drive.google.com/file/d/1-lISncj8_qJQsjXR2TclUc67Whv-HmZL/view?usp=sharing queues.zip] | ||
* ruled.inc -- a macro which expands to a "gridded" <code>plane {}</code>. | * ruled.inc -- a macro which expands to a "gridded" <code>plane {}</code>. | ||
− | * tmc.inc -- macros for counting calls to macros or other code, version 202205.3, | + | * tmc.inc -- macros for counting calls to macros or other code, version 202205.3, [https://drive.google.com/file/d/1-SfuvkjZMTHz7P4i-vfKEgOGEkKNb6qo/view?usp=sharing tmc.inc] |
− | [https://drive.google.com/file/d/1-SfuvkjZMTHz7P4i-vfKEgOGEkKNb6qo/view?usp=sharing tmc.inc] | ||
=== C programs === | === C programs === |
Revision as of 07:53, 7 August 2022
welcome to this .. remote exclave of creature-land.
- the page is currently "under development".
I intend, over the coming days and weeks, to create a collection of download links for my POV-Ray stuff, include files and utilities, mostly. the idea is to provide the latest version of each, all in one place.
I do have ideas for a "proper" article or two, too, on the (obligatory :-)) list of things to do.
SDL code
all include files require a POV-Ray version 3.8, or later.
- bounder.inc -- a macro to calculate an object's bounding box, version 201910.5, bounder.zip
- pvars.inc -- macros for using "packed" variables, version 202203.3, pvars.inc
- queues.inc -- macros for FIFO, LIFO, and priority queues, version 201811.4, queues.zip
- ruled.inc -- a macro which expands to a "gridded"
plane {}
.
- tmc.inc -- macros for counting calls to macros or other code, version 202205.3, tmc.inc
C programs
stub.
other stuff
- rgbtxt2inc.tcl -- a simple script to convert the X Window System colour database ('rgb.txt') to a POV-Ray version 3.5 or later include file, the output is written to 'colours_x11.inc'.
last edited on 7.08.2022.