POV-Ray : Newsgroups : povray.text.scene-files : queues : queues Server Time
19 Apr 2024 20:43:37 EDT (-0400)
  queues  
From: jr
Date: 6 Nov 2018 12:55:06
Message: <web.5be1d482cfca02966427f7f90@news.povray.org>
hi,

the new in version 3.8 features have made it easier to implement some "standard"
data structures, so here's my version of a couple of queue types:
a conventional first in - first out (FIFO) type and a last in - first out
(LIFO/stack).

the 'queues.inc' file is standalone.  the usage of the macros is documented in
the 'queues.html' page.  the archive also includes two (simple) demo scenes.

feedback on both the '.inc' and the '.html' is wanted, and welcome, as are
criticisms, tips, etc to make "the package" better.


enjoy, jr.


Post a reply to this message


Attachments:
Download 'queues.tar.gz' (4 KB)

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.