Skip to main content

A performant python Geodesic Dome library developed for the University of Sydney capstone unit

Project description

Geodesic Dome

Geodome is a python library that enables users to manipulate a 3D geodesic dome. The library provides the capability for users to store data in vertices and manipulate the overall structure of the dome. There are options to tessellate the entire dome, partially tessellate the dome and find neighbouring vertices. The library provides various powerful commands to enable these functions through a user-facing class wrapper.

The library prioritises efficiency by compiling through Numba.

Installation

To install our library please use the following command:

$ pip install geodome

Basic Usage

An example of how to instantiate a Geodesic Dome class can be found below:

from geodome import GeodesicDome

gd = GeodesicDome()

# Futher operations here

Documentation for the available class wrapper and its related methods can be found here.

This python library was created as a University of Sydney capstone unit under the direction of the School of Computer Science

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geodome-1.0.0.tar.gz (11.9 kB view hashes)

Uploaded Source

Built Distribution

geodome-1.0.0-py3-none-any.whl (15.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page