You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Miratope consists of lots of complex polytope building code, and lots of complex polytope rendering code. We ought to separate these so that the crate is easier to use by others.
Before this separation is fully complete, there's a few things we need to sort out:
Verify that the public and private parts of the API make sense.
Feature-gate all parts of the code that might not be strictly helpful.
Feature-gate the abstract name representations and the language module.
Add thorough documentations.
The text was updated successfully, but these errors were encountered:
Currently, Miratope consists of lots of complex polytope building code, and lots of complex polytope rendering code. We ought to separate these so that the crate is easier to use by others.
Before this separation is fully complete, there's a few things we need to sort out:
The text was updated successfully, but these errors were encountered: