-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup, optimization for face bentness
- Loading branch information
Showing
8 changed files
with
167 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
# To Do | ||
* Clean up the code | ||
* Document | ||
* Test cases | ||
* Improve coloring | ||
* Add 2d mode for `view_off.py` | ||
* Port over the cellular automata on polyhedra faces script from the old `geogrid` module | ||
* Refactor `figures_*.py` | ||
* Replace the stitching logic in `antitile/sgs.py` so that for Class I and II subdivision, the faces do not need to be oriented. In theory this would allow SGS to operate on tilings on unorientable surfaces, although self-intersecting surfaces might have quirks to deal with. | ||
* Allow "mixed" triangle & quad grids, at least for Class I. (Triangle class I and quad class I work together, but triangle class II works with particular quad class III subdivisions, not every triangle class III has a compatible quad class III, and quad class II doesn't work with triangle at all. Probably need to work out the theory of what's compatible with what.) | ||
* Allow arbitrary face figures other than SGS (would probably need whole new program) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.