Skip to content

Commit

Permalink
add package code and config files
Browse files Browse the repository at this point in the history
  • Loading branch information
phiarchitect committed Apr 8, 2022
1 parent 7af81a3 commit cf03f25
Show file tree
Hide file tree
Showing 10 changed files with 1,409 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
tags

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
8 changes: 8 additions & 0 deletions geometor-explorer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# GEOMETOR Explorer module

The GEOMETOR Explorer modules is comprised of two submodules.

- models.py - contains the logic for defining geometric elements and finding
intersections relying on many of the components of Sympy
- render.py - contains the functions for plotting - matplotlib

Empty file added geometor-explorer/__init__.py
Empty file.
Loading

0 comments on commit cf03f25

Please sign in to comment.