4d
Here are 39 public repositories matching this topic...
Visualiser for basic geometric primitives and fractals in arbitrary-dimensional spaces
-
Updated
Jul 15, 2019 - C++
Currently, drawing slices of 3D parametric (or 2D parametric) produces an outline correctly, and a filled in shape incorrectly. Fix this perhaps by triangulating the interior and filling it in that way.
Ray4 is a 4D raytracer original developed for my 1991 master's thesis in computer science
-
Updated
Dec 8, 2019 - PostScript
Capturing volumetric videos with Google Tango, RealSense R200 and Delaunay triangulation
-
Updated
Aug 23, 2019 - C++
◻️ A Way To Create, Show, and Rotate 4D Objects in Unity 3D
-
Updated
Oct 10, 2019 - C#
4D component to manage export of all methods, provide hooks for version control integration. New: Re-import of methods!
-
Updated
Jun 28, 2019 - HTML
4D visualization project for the Subject 'PID' (Procesamiento de Imágenes Digitales)
-
Updated
Oct 10, 2019
[Mirror] A 4D movie scripting program which runs on a Raspberry Pi using GPIO.
-
Updated
Oct 27, 2019 - Go
Here are some procedures written in 4th Dimension language to ease everyday life
-
Updated
Feb 22, 2017
Improve this page
Add a description, image, and links to the 4d topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 4d topic, visit your repo's landing page and select "manage topics."
In the current ordering, with
setuptools 15.00, the installation ofscipyfails.It seems that the package are installed in the order
medpy
scipy
numpy
But scipy requires numpy and throws an error during install. Hence we are left with medpy and numpy install, but no scipy.
This might be related to
pypa/pip#2478
This should be fixed soon!