<li>The <ahref="http://cran.r-project.org/web/packages/geometry/geometry.pdf">geometry</a> package of <ahref="http://www.r-project.org/">R</a> provides <ahref="http://geometry.r-forge.r-project.org/">Qhull in R</a>.
<li>The <ahref="http://packages.debian.org/sid/octave3.2">Debian build</a> of
<ahref=http://www.octave.org/>GNU Octave</a> includes Qhull for <ahref="http://www.gnu.org/software/octave/doc/interpreter/Geometry.html">computational geometry<a>.
and <ahref="http://portal.uni-freiburg.de/imteksimulation/downloads/ims">QHullInterface</a>
<li>The <ahref="http://docs.scipy.org/doc/scipy/reference/tutorial/spatial.html">scipy.spatial</a> of <ahref="http://scipy.org/">SciPy</a> is implemented with Qhull. It includes
<li><ahref=http://www.voronoi.com>Voronoi Web Site</a> for all things Voronoi
<li>Young's <ahref="http://homepage.usask.ca/~ijm451/finite/fe_resources/">Internet Finite Element Resources</a>
<li><ahref="http://www.uic.nnov.ru/~zny/skeleton/">Zolotykh's Skeleton</a> generates all extreme rays of a polyhedral cone using the Double Description Method</li>
<li><ahref="https://github.com/tomilov/quickhull/blob/master/include/quickhull.hpp">Tomilov's quickhull.hpp</a> (<ahref="http://habrahabr.ru/post/245221/">doc-ru</a>) implements the Quickhull algorithm for points in general position.