snappy 3.0.3__cp38-cp38-macosx_11_0_arm64.whl → 3.2__cp38-cp38-macosx_11_0_arm64.whl
Sign up to get free protection for your applications and to get access to all the features.
- snappy/CyOpenGL.cpython-38-darwin.so +0 -0
- snappy/SnapPy.cpython-38-darwin.so +0 -0
- snappy/SnapPyHP.cpython-38-darwin.so +0 -0
- snappy/__init__.py +373 -426
- snappy/app.py +240 -75
- snappy/app_menus.py +93 -78
- snappy/browser.py +87 -63
- snappy/cache.py +5 -8
- snappy/canonical.py +249 -0
- snappy/{verify/cusp_shapes.py → cusps/__init__.py} +11 -19
- snappy/cusps/cusp_area_matrix.py +101 -0
- snappy/{verify/cusp_areas.py → cusps/cusp_areas_from_matrix.py} +39 -54
- snappy/cusps/maximal_cusp_area_matrix.py +136 -0
- snappy/cusps/test.py +21 -0
- snappy/cusps/trig_cusp_area_matrix.py +63 -0
- snappy/database.py +40 -31
- snappy/db_utilities.py +13 -14
- snappy/decorated_isosig.py +377 -133
- snappy/dev/extended_ptolemy/complexVolumesClosed.py +42 -9
- snappy/dev/extended_ptolemy/extended.py +32 -25
- snappy/dev/extended_ptolemy/giac_rur.py +23 -8
- snappy/dev/extended_ptolemy/phc_wrapper.py +10 -10
- snappy/dev/vericlosed/computeApproxHyperbolicStructureOrb.py +2 -1
- snappy/dev/vericlosed/gimbalLoopFinder.py +5 -5
- snappy/dev/vericlosed/hyperbolicStructure.py +3 -3
- snappy/dev/vericlosed/oneVertexTruncatedComplex.py +2 -2
- snappy/dev/vericlosed/truncatedComplex.py +3 -2
- snappy/dev/vericlosed/verifyHyperbolicStructureEngine.py +4 -3
- snappy/doc/_images/geodesics.jpg +0 -0
- snappy/doc/_images/m004_paper_plane_on_systole.jpg +0 -0
- snappy/doc/_images/m125_paper_plane.jpg +0 -0
- snappy/doc/_images/o9_00000_systole_paper_plane.jpg +0 -0
- snappy/doc/_images/o9_00000_systole_paper_plane_closer.jpg +0 -0
- snappy/doc/_sources/additional_classes.rst.txt +1 -0
- snappy/doc/_sources/credits.rst.txt +6 -1
- snappy/doc/_sources/development.rst.txt +69 -50
- snappy/doc/_sources/index.rst.txt +101 -66
- snappy/doc/_sources/installing.rst.txt +148 -165
- snappy/doc/_sources/news.rst.txt +136 -32
- snappy/doc/_sources/ptolemy.rst.txt +1 -1
- snappy/doc/_sources/ptolemy_examples1.rst.txt +9 -8
- snappy/doc/_sources/ptolemy_examples2.rst.txt +3 -3
- snappy/doc/_sources/ptolemy_examples3.rst.txt +14 -14
- snappy/doc/_sources/ptolemy_prelim.rst.txt +1 -1
- snappy/doc/_sources/snap.rst.txt +2 -2
- snappy/doc/_sources/snappy.rst.txt +1 -1
- snappy/doc/_sources/triangulation.rst.txt +3 -2
- snappy/doc/_sources/verify.rst.txt +89 -29
- snappy/doc/_sources/verify_internals.rst.txt +5 -16
- snappy/doc/_static/SnapPy-horizontal-128.png +0 -0
- snappy/doc/_static/SnapPy.ico +0 -0
- snappy/doc/_static/_sphinx_javascript_frameworks_compat.js +123 -0
- snappy/doc/_static/basic.css +47 -27
- snappy/doc/_static/css/badge_only.css +1 -0
- snappy/doc/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- snappy/doc/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- snappy/doc/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- snappy/doc/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- snappy/doc/_static/css/fonts/fontawesome-webfont.eot +0 -0
- snappy/doc/_static/css/fonts/fontawesome-webfont.svg +2671 -0
- snappy/doc/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- snappy/doc/_static/css/fonts/fontawesome-webfont.woff +0 -0
- snappy/doc/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- snappy/doc/_static/css/fonts/lato-bold-italic.woff +0 -0
- snappy/doc/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- snappy/doc/_static/css/fonts/lato-bold.woff +0 -0
- snappy/doc/_static/css/fonts/lato-bold.woff2 +0 -0
- snappy/doc/_static/css/fonts/lato-normal-italic.woff +0 -0
- snappy/doc/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- snappy/doc/_static/css/fonts/lato-normal.woff +0 -0
- snappy/doc/_static/css/fonts/lato-normal.woff2 +0 -0
- snappy/doc/_static/css/theme.css +4 -0
- snappy/doc/_static/doctools.js +107 -274
- snappy/doc/_static/documentation_options.js +6 -5
- snappy/doc/_static/fonts/Lato/lato-bold.eot +0 -0
- snappy/doc/_static/fonts/Lato/lato-bold.ttf +0 -0
- snappy/doc/_static/fonts/Lato/lato-bold.woff +0 -0
- snappy/doc/_static/fonts/Lato/lato-bold.woff2 +0 -0
- snappy/doc/_static/fonts/Lato/lato-bolditalic.eot +0 -0
- snappy/doc/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
- snappy/doc/_static/fonts/Lato/lato-bolditalic.woff +0 -0
- snappy/doc/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
- snappy/doc/_static/fonts/Lato/lato-italic.eot +0 -0
- snappy/doc/_static/fonts/Lato/lato-italic.ttf +0 -0
- snappy/doc/_static/fonts/Lato/lato-italic.woff +0 -0
- snappy/doc/_static/fonts/Lato/lato-italic.woff2 +0 -0
- snappy/doc/_static/fonts/Lato/lato-regular.eot +0 -0
- snappy/doc/_static/fonts/Lato/lato-regular.ttf +0 -0
- snappy/doc/_static/fonts/Lato/lato-regular.woff +0 -0
- snappy/doc/_static/fonts/Lato/lato-regular.woff2 +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
- snappy/doc/_static/jquery.js +2 -2
- snappy/doc/_static/js/badge_only.js +1 -0
- snappy/doc/_static/js/theme.js +1 -0
- snappy/doc/_static/js/versions.js +228 -0
- snappy/doc/_static/language_data.js +3 -101
- snappy/doc/_static/pygments.css +1 -0
- snappy/doc/_static/searchtools.js +489 -398
- snappy/doc/_static/snappy_furo.css +33 -0
- snappy/doc/_static/snappy_sphinx_rtd_theme.css +42 -0
- snappy/doc/_static/sphinx_highlight.js +154 -0
- snappy/doc/additional_classes.html +688 -263
- snappy/doc/bugs.html +107 -94
- snappy/doc/censuses.html +155 -127
- snappy/doc/credits.html +115 -104
- snappy/doc/development.html +184 -146
- snappy/doc/genindex.html +287 -204
- snappy/doc/index.html +189 -150
- snappy/doc/installing.html +259 -266
- snappy/doc/manifold.html +1626 -592
- snappy/doc/manifoldhp.html +119 -105
- snappy/doc/news.html +198 -104
- snappy/doc/objects.inv +0 -0
- snappy/doc/other.html +117 -105
- snappy/doc/platonic_census.html +161 -114
- snappy/doc/plink.html +113 -105
- snappy/doc/ptolemy.html +131 -108
- snappy/doc/ptolemy_classes.html +242 -223
- snappy/doc/ptolemy_examples1.html +144 -130
- snappy/doc/ptolemy_examples2.html +141 -129
- snappy/doc/ptolemy_examples3.html +148 -132
- snappy/doc/ptolemy_examples4.html +131 -111
- snappy/doc/ptolemy_prelim.html +162 -138
- snappy/doc/py-modindex.html +104 -69
- snappy/doc/screenshots.html +117 -108
- snappy/doc/search.html +115 -84
- snappy/doc/searchindex.js +1 -1
- snappy/doc/snap.html +109 -96
- snappy/doc/snappy.html +134 -97
- snappy/doc/spherogram.html +259 -187
- snappy/doc/todo.html +107 -94
- snappy/doc/triangulation.html +1380 -111
- snappy/doc/tutorial.html +107 -94
- snappy/doc/verify.html +194 -125
- snappy/doc/verify_internals.html +248 -686
- snappy/drilling/__init__.py +456 -0
- snappy/drilling/barycentric.py +103 -0
- snappy/drilling/constants.py +5 -0
- snappy/drilling/crush.py +270 -0
- snappy/drilling/cusps.py +125 -0
- snappy/drilling/debug.py +242 -0
- snappy/drilling/epsilons.py +6 -0
- snappy/drilling/exceptions.py +55 -0
- snappy/drilling/moves.py +620 -0
- snappy/drilling/peripheral_curves.py +210 -0
- snappy/drilling/perturb.py +188 -0
- snappy/drilling/shorten.py +36 -0
- snappy/drilling/subdivide.py +274 -0
- snappy/drilling/test.py +23 -0
- snappy/drilling/test_cases.py +126 -0
- snappy/drilling/tracing.py +351 -0
- snappy/exceptions.py +23 -3
- snappy/export_stl.py +20 -14
- snappy/exterior_to_link/__init__.py +2 -0
- snappy/exterior_to_link/barycentric_geometry.py +463 -0
- snappy/exterior_to_link/exceptions.py +6 -0
- snappy/exterior_to_link/geodesic_map.json +14408 -0
- snappy/exterior_to_link/hyp_utils.py +112 -0
- snappy/exterior_to_link/link_projection.py +323 -0
- snappy/exterior_to_link/main.py +197 -0
- snappy/exterior_to_link/mcomplex_with_expansion.py +261 -0
- snappy/exterior_to_link/mcomplex_with_link.py +687 -0
- snappy/exterior_to_link/mcomplex_with_memory.py +162 -0
- snappy/exterior_to_link/pl_utils.py +491 -0
- snappy/exterior_to_link/put_in_S3.py +156 -0
- snappy/exterior_to_link/rational_linear_algebra.py +123 -0
- snappy/exterior_to_link/rational_linear_algebra_wrapped.py +135 -0
- snappy/exterior_to_link/simplify_to_base_tri.py +114 -0
- snappy/exterior_to_link/stored_moves.py +475 -0
- snappy/exterior_to_link/test.py +31 -0
- snappy/geometric_structure/__init__.py +212 -0
- snappy/geometric_structure/cusp_neighborhood/__init__.py +3 -0
- snappy/geometric_structure/cusp_neighborhood/complex_cusp_cross_section.py +697 -0
- snappy/geometric_structure/cusp_neighborhood/cusp_cross_section_base.py +484 -0
- snappy/geometric_structure/cusp_neighborhood/exceptions.py +42 -0
- snappy/geometric_structure/cusp_neighborhood/real_cusp_cross_section.py +298 -0
- snappy/geometric_structure/cusp_neighborhood/tiles_for_cusp_neighborhood.py +159 -0
- snappy/geometric_structure/cusp_neighborhood/vertices.py +32 -0
- snappy/geometric_structure/geodesic/__init__.py +0 -0
- snappy/geometric_structure/geodesic/add_core_curves.py +152 -0
- snappy/geometric_structure/geodesic/avoid_core_curves.py +369 -0
- snappy/geometric_structure/geodesic/canonical_keys.py +52 -0
- snappy/geometric_structure/geodesic/check_away_from_core_curve.py +60 -0
- snappy/geometric_structure/geodesic/constants.py +6 -0
- snappy/geometric_structure/geodesic/exceptions.py +22 -0
- snappy/geometric_structure/geodesic/fixed_points.py +93 -0
- snappy/geometric_structure/geodesic/geodesic_start_point_info.py +435 -0
- snappy/geometric_structure/geodesic/graph_trace_helper.py +67 -0
- snappy/geometric_structure/geodesic/line.py +30 -0
- snappy/geometric_structure/geodesic/multiplicity.py +127 -0
- snappy/geometric_structure/geodesic/tiles_for_geodesic.py +101 -0
- snappy/geometric_structure/test.py +22 -0
- snappy/gui.py +36 -36
- snappy/horoviewer.py +50 -48
- snappy/hyperboloid/__init__.py +212 -0
- snappy/hyperboloid/distances.py +245 -0
- snappy/hyperboloid/horoball.py +19 -0
- snappy/hyperboloid/line.py +35 -0
- snappy/hyperboloid/point.py +9 -0
- snappy/hyperboloid/triangle.py +29 -0
- snappy/{infodialog.py → infowindow.py} +32 -33
- snappy/isometry_signature.py +382 -0
- snappy/len_spec/__init__.py +596 -0
- snappy/len_spec/geodesic_info.py +110 -0
- snappy/len_spec/geodesic_key_info_dict.py +117 -0
- snappy/len_spec/geodesic_piece.py +143 -0
- snappy/len_spec/geometric_structure.py +182 -0
- snappy/len_spec/geometry.py +80 -0
- snappy/len_spec/length_spectrum_geodesic_info.py +170 -0
- snappy/len_spec/spine.py +206 -0
- snappy/len_spec/test.py +24 -0
- snappy/len_spec/test_cases.py +69 -0
- snappy/len_spec/tile.py +275 -0
- snappy/len_spec/word.py +86 -0
- snappy/manifolds/__init__.py +1 -1
- snappy/math_basics.py +176 -0
- snappy/matrix.py +525 -0
- snappy/number.py +97 -21
- snappy/numeric_output_checker.py +37 -27
- snappy/pari.py +30 -69
- snappy/phone_home.py +25 -20
- snappy/polyviewer.py +39 -37
- snappy/ptolemy/__init__.py +4 -6
- snappy/ptolemy/component.py +14 -12
- snappy/ptolemy/coordinates.py +312 -295
- snappy/ptolemy/fieldExtensions.py +14 -12
- snappy/ptolemy/findLoops.py +43 -31
- snappy/ptolemy/geometricRep.py +24 -26
- snappy/ptolemy/homology.py +12 -7
- snappy/ptolemy/manifoldMethods.py +69 -70
- snappy/ptolemy/matrix.py +65 -26
- snappy/ptolemy/numericalSolutionsToGroebnerBasis.py +18 -14
- snappy/ptolemy/polynomial.py +125 -119
- snappy/ptolemy/processComponents.py +36 -30
- snappy/ptolemy/processFileBase.py +79 -18
- snappy/ptolemy/processFileDispatch.py +13 -14
- snappy/ptolemy/processMagmaFile.py +44 -39
- snappy/ptolemy/processRurFile.py +18 -11
- snappy/ptolemy/ptolemyGeneralizedObstructionClass.py +20 -17
- snappy/ptolemy/ptolemyObstructionClass.py +13 -17
- snappy/ptolemy/ptolemyVariety.py +190 -121
- snappy/ptolemy/ptolemyVarietyPrimeIdealGroebnerBasis.py +20 -19
- snappy/ptolemy/reginaWrapper.py +25 -29
- snappy/ptolemy/rur.py +6 -14
- snappy/ptolemy/solutionsToPrimeIdealGroebnerBasis.py +27 -22
- snappy/ptolemy/test.py +247 -188
- snappy/ptolemy/utilities.py +41 -43
- snappy/raytracing/__init__.py +64 -0
- snappy/raytracing/additional_horospheres.py +64 -0
- snappy/raytracing/additional_len_spec_choices.py +63 -0
- snappy/raytracing/cohomology_fractal.py +10 -6
- snappy/raytracing/eyeball.py +123 -0
- snappy/raytracing/finite_raytracing_data.py +48 -38
- snappy/raytracing/finite_viewer.py +218 -210
- snappy/raytracing/geodesic_tube_info.py +174 -0
- snappy/raytracing/geodesics.py +246 -0
- snappy/raytracing/geodesics_window.py +258 -0
- snappy/raytracing/gui_utilities.py +152 -40
- snappy/raytracing/hyperboloid_navigation.py +102 -52
- snappy/raytracing/hyperboloid_utilities.py +114 -261
- snappy/raytracing/ideal_raytracing_data.py +256 -179
- snappy/raytracing/inside_viewer.py +522 -253
- snappy/raytracing/pack.py +22 -0
- snappy/raytracing/raytracing_data.py +46 -34
- snappy/raytracing/raytracing_view.py +190 -109
- snappy/raytracing/shaders/Eye.png +0 -0
- snappy/raytracing/shaders/NonGeometric.png +0 -0
- snappy/raytracing/shaders/__init__.py +60 -4
- snappy/raytracing/shaders/fragment.glsl +575 -148
- snappy/raytracing/test.py +29 -0
- snappy/raytracing/tooltip.py +146 -0
- snappy/raytracing/upper_halfspace_utilities.py +98 -0
- snappy/raytracing/view_scale_controller.py +98 -0
- snappy/raytracing/zoom_slider/__init__.py +32 -29
- snappy/raytracing/zoom_slider/test.py +2 -0
- snappy/sage_helper.py +69 -123
- snappy/{preferences.py → settings.py} +167 -145
- snappy/shell.py +4 -0
- snappy/snap/__init__.py +12 -8
- snappy/snap/character_varieties.py +24 -18
- snappy/snap/find_field.py +35 -34
- snappy/snap/fundamental_polyhedron.py +99 -85
- snappy/snap/generators.py +6 -8
- snappy/snap/interval_reps.py +18 -6
- snappy/snap/kernel_structures.py +8 -3
- snappy/snap/mcomplex_base.py +1 -2
- snappy/snap/nsagetools.py +107 -53
- snappy/snap/peripheral/__init__.py +1 -1
- snappy/snap/peripheral/dual_cellulation.py +15 -7
- snappy/snap/peripheral/link.py +20 -16
- snappy/snap/peripheral/peripheral.py +22 -14
- snappy/snap/peripheral/surface.py +47 -50
- snappy/snap/peripheral/test.py +8 -8
- snappy/snap/polished_reps.py +65 -40
- snappy/snap/shapes.py +41 -22
- snappy/snap/slice_obs_HKL.py +64 -25
- snappy/snap/t3mlite/arrow.py +88 -51
- snappy/snap/t3mlite/corner.py +5 -6
- snappy/snap/t3mlite/edge.py +32 -21
- snappy/snap/t3mlite/face.py +7 -9
- snappy/snap/t3mlite/files.py +31 -23
- snappy/snap/t3mlite/homology.py +14 -10
- snappy/snap/t3mlite/linalg.py +158 -56
- snappy/snap/t3mlite/mcomplex.py +739 -291
- snappy/snap/t3mlite/perm4.py +236 -84
- snappy/snap/t3mlite/setup.py +9 -10
- snappy/snap/t3mlite/simplex.py +65 -48
- snappy/snap/t3mlite/spun.py +42 -30
- snappy/snap/t3mlite/surface.py +45 -45
- snappy/snap/t3mlite/test.py +3 -0
- snappy/snap/t3mlite/test_vs_regina.py +17 -13
- snappy/snap/t3mlite/tetrahedron.py +25 -24
- snappy/snap/t3mlite/vertex.py +8 -13
- snappy/snap/test.py +45 -52
- snappy/snap/utilities.py +66 -65
- snappy/test.py +155 -158
- snappy/test_cases.py +263 -0
- snappy/testing.py +131 -0
- snappy/tiling/__init__.py +2 -0
- snappy/tiling/canonical_key_dict.py +59 -0
- snappy/tiling/dict_based_set.py +79 -0
- snappy/tiling/floor.py +49 -0
- snappy/tiling/hyperboloid_dict.py +54 -0
- snappy/tiling/iter_utils.py +78 -0
- snappy/tiling/lifted_tetrahedron.py +22 -0
- snappy/tiling/lifted_tetrahedron_set.py +54 -0
- snappy/tiling/real_hash_dict.py +164 -0
- snappy/tiling/test.py +23 -0
- snappy/tiling/tile.py +215 -0
- snappy/tiling/triangle.py +33 -0
- snappy/tkterminal.py +313 -203
- snappy/twister/main.py +1 -8
- snappy/twister/twister_core.cpython-38-darwin.so +0 -0
- snappy/upper_halfspace/__init__.py +146 -0
- snappy/upper_halfspace/ideal_point.py +26 -0
- snappy/verify/__init__.py +4 -8
- snappy/verify/{verifyCanonical.py → canonical.py} +114 -97
- snappy/verify/complex_volume/__init__.py +3 -2
- snappy/verify/complex_volume/adjust_torsion.py +13 -11
- snappy/verify/complex_volume/closed.py +29 -24
- snappy/verify/complex_volume/compute_ptolemys.py +8 -6
- snappy/verify/complex_volume/cusped.py +10 -9
- snappy/verify/complex_volume/extended_bloch.py +14 -12
- snappy/verify/{cuspTranslations.py → cusp_translations.py} +15 -14
- snappy/verify/edge_equations.py +80 -0
- snappy/verify/exceptions.py +23 -56
- snappy/verify/{verifyHyperbolicity.py → hyperbolicity.py} +19 -15
- snappy/verify/interval_newton_shapes_engine.py +51 -211
- snappy/verify/interval_tree.py +27 -25
- snappy/verify/krawczyk_shapes_engine.py +47 -50
- snappy/verify/maximal_cusp_area_matrix/__init__.py +17 -86
- snappy/verify/maximal_cusp_area_matrix/cusp_tiling_engine.py +58 -48
- snappy/verify/maximal_cusp_area_matrix/cusp_translate_engine.py +53 -57
- snappy/verify/{realAlgebra.py → real_algebra.py} +26 -20
- snappy/verify/shapes.py +10 -7
- snappy/verify/short_slopes.py +41 -42
- snappy/verify/{squareExtensions.py → square_extensions.py} +96 -92
- snappy/verify/test.py +59 -57
- snappy/verify/upper_halfspace/extended_matrix.py +5 -5
- snappy/verify/upper_halfspace/finite_point.py +44 -31
- snappy/verify/upper_halfspace/ideal_point.py +69 -57
- snappy/verify/volume.py +15 -12
- snappy/version.py +2 -3
- {snappy-3.0.3.dist-info → snappy-3.2.dist-info}/METADATA +14 -12
- snappy-3.2.dist-info/RECORD +503 -0
- {snappy-3.0.3.dist-info → snappy-3.2.dist-info}/WHEEL +1 -1
- {snappy-3.0.3.dist-info → snappy-3.2.dist-info}/entry_points.txt +0 -1
- {snappy-3.0.3.dist-info → snappy-3.2.dist-info}/top_level.txt +10 -1
- snappy/doc/_sources/verify_canon.rst.txt +0 -90
- snappy/doc/_static/classic.css +0 -266
- snappy/doc/_static/jquery-3.5.1.js +0 -10872
- snappy/doc/_static/sidebar.js +0 -159
- snappy/doc/_static/underscore-1.13.1.js +0 -2042
- snappy/doc/_static/underscore.js +0 -6
- snappy/doc/verify_canon.html +0 -283
- snappy/ppm_to_png.py +0 -243
- snappy/togl/__init__.py +0 -3
- snappy/togl/darwin-tk8.6/Togl2.1/LICENSE +0 -28
- snappy/togl/darwin-tk8.6/Togl2.1/libTogl2.1.dylib +0 -0
- snappy/togl/darwin-tk8.6/Togl2.1/pkgIndex.tcl +0 -5
- snappy/togl/linux2-x86_64-tk8.6/Togl2.1/LICENSE +0 -28
- snappy/togl/linux2-x86_64-tk8.6/Togl2.1/libTogl2.1.so +0 -0
- snappy/togl/linux2-x86_64-tk8.6/Togl2.1/pkgIndex.tcl +0 -5
- snappy/togl/win32VC-tk8.6/Togl2.1/LICENSE +0 -28
- snappy/togl/win32VC-tk8.6/Togl2.1/Togl21.dll +0 -0
- snappy/togl/win32VC-tk8.6/Togl2.1/Togl21.lib +0 -0
- snappy/togl/win32VC-tk8.6/Togl2.1/pkgIndex.tcl +0 -6
- snappy/togl/win32VC-x86_64-tk8.6/Togl2.1/LICENSE +0 -28
- snappy/togl/win32VC-x86_64-tk8.6/Togl2.1/Togl21.dll +0 -0
- snappy/togl/win32VC-x86_64-tk8.6/Togl2.1/Togl21.lib +0 -0
- snappy/togl/win32VC-x86_64-tk8.6/Togl2.1/pkgIndex.tcl +0 -6
- snappy/verify/cuspCrossSection.py +0 -1413
- snappy/verify/mathHelpers.py +0 -64
- snappy-3.0.3.dist-info/RECORD +0 -360
@@ -1,9 +1,17 @@
|
|
1
|
-
import tkinter
|
1
|
+
import tkinter
|
2
|
+
import math
|
3
|
+
import sys
|
4
|
+
import time
|
2
5
|
from tkinter import ttk
|
6
|
+
from . import gui_utilities
|
3
7
|
from .gui_utilities import UniformDictController, FpsLabelUpdater
|
8
|
+
from .view_scale_controller import ViewScaleController
|
4
9
|
from .raytracing_view import *
|
10
|
+
from .geodesics_window import GeodesicsWindow
|
5
11
|
from .hyperboloid_utilities import unit_3_vector_and_distance_to_O13_hyperbolic_translation
|
12
|
+
from .tooltip import ToolTip
|
6
13
|
from .zoom_slider import Slider, ZoomSlider
|
14
|
+
from .eyeball import eyeball_type_none, eyeball_type_paper_plane, eyeball_type_eyeball
|
7
15
|
|
8
16
|
try:
|
9
17
|
from math import gcd as _gcd
|
@@ -13,99 +21,123 @@ except ImportError:
|
|
13
21
|
###############################################################################
|
14
22
|
# Main widget
|
15
23
|
|
24
|
+
|
16
25
|
class InsideViewer(ttk.Frame):
|
17
|
-
def __init__(self,
|
18
|
-
fillings_changed_callback
|
19
|
-
weights
|
20
|
-
cohomology_basis
|
21
|
-
cohomology_class
|
22
|
-
|
23
|
-
ttk.Frame.__init__(self,
|
24
|
-
self.main_window = main_window
|
26
|
+
def __init__(self, container, manifold,
|
27
|
+
fillings_changed_callback=None,
|
28
|
+
weights=None,
|
29
|
+
cohomology_basis=None,
|
30
|
+
cohomology_class=None,
|
31
|
+
geodesics=[]):
|
32
|
+
ttk.Frame.__init__(self, container)
|
25
33
|
self.bindtags(self.bindtags() + ('inside',))
|
26
34
|
self.fillings_changed_callback = fillings_changed_callback
|
27
35
|
self.has_weights = bool(weights or cohomology_class)
|
36
|
+
self.geodesics_window = None
|
37
|
+
toplevel = self.winfo_toplevel()
|
38
|
+
toplevel.protocol("WM_DELETE_WINDOW", self.close_toplevel)
|
28
39
|
|
29
40
|
main_frame = self.create_frame_with_main_widget(
|
30
|
-
self,
|
41
|
+
self,
|
42
|
+
manifold,
|
43
|
+
weights, cohomology_basis, cohomology_class,
|
44
|
+
geodesics)
|
45
|
+
|
31
46
|
self.filling_dict = { 'fillings' : self._fillings_from_manifold() }
|
32
47
|
row = 0
|
33
48
|
self.notebook = ttk.Notebook(self)
|
34
|
-
self.notebook.grid(row
|
35
|
-
padx
|
49
|
+
self.notebook.grid(row=row, column=0, sticky=tkinter.NSEW,
|
50
|
+
padx=0, pady=0, ipady=0)
|
36
51
|
|
37
52
|
if cohomology_class:
|
38
53
|
self.notebook.add(self.create_cohomology_class_frame(self),
|
39
|
-
text
|
54
|
+
text='Cohomology class')
|
40
55
|
|
41
|
-
self.notebook.add(self.
|
42
|
-
text
|
56
|
+
self.notebook.add(self.create_eyeball_frame(self),
|
57
|
+
text='Camera')
|
58
|
+
|
59
|
+
self.notebook.add(self.create_cusps_frame(self),
|
60
|
+
text='Cusps/Geodesics')
|
43
61
|
|
44
62
|
self.notebook.add(self.create_fillings_frame(self),
|
45
|
-
text
|
63
|
+
text='Fillings')
|
46
64
|
|
47
65
|
self.notebook.add(self.create_skeleton_frame(self),
|
48
|
-
text
|
66
|
+
text='Skeleton')
|
49
67
|
|
50
68
|
self.notebook.add(self.create_quality_frame(self),
|
51
|
-
text
|
69
|
+
text='Quality')
|
52
70
|
|
53
71
|
self.notebook.add(self.create_light_frame(self),
|
54
|
-
text
|
72
|
+
text='Light')
|
55
73
|
|
56
74
|
self.notebook.add(self.create_navigation_frame(self),
|
57
|
-
text
|
75
|
+
text='Navigation')
|
58
76
|
|
59
77
|
self.notebook.bind('<<NotebookTabChanged>>', self.focus_viewer)
|
60
78
|
|
61
79
|
row += 1
|
62
|
-
main_frame.grid(row
|
63
|
-
self.columnconfigure(0, weight
|
64
|
-
self.rowconfigure(row, weight
|
80
|
+
main_frame.grid(row=row, column=0, sticky=tkinter.NSEW)
|
81
|
+
self.columnconfigure(0, weight=1)
|
82
|
+
self.rowconfigure(row, weight=1)
|
65
83
|
|
66
84
|
row += 1
|
67
85
|
status_frame = self.create_status_frame(self)
|
68
|
-
status_frame.grid(row
|
86
|
+
status_frame.grid(row=row, column=0, sticky=tkinter.NSEW)
|
69
87
|
|
70
|
-
|
71
|
-
self.widget.ui_uniform_dict,
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
88
|
+
self.view_scale_controller = ViewScaleController(
|
89
|
+
self.widget.ui_uniform_dict,
|
90
|
+
self.view_scale_slider,
|
91
|
+
self.view_scale_label,
|
92
|
+
self.view_scale_value_label,
|
93
|
+
update_function=self.widget.draw)
|
76
94
|
|
77
|
-
self.widget.
|
95
|
+
self.widget.fps_label_updater = FpsLabelUpdater(
|
78
96
|
self.fps_label)
|
97
|
+
self.widget.report_time_callback = self.widget.fps_label_updater
|
79
98
|
|
80
99
|
self.update_volume_label()
|
81
100
|
|
82
101
|
self.menubar = None
|
83
102
|
self.build_menus()
|
84
|
-
if isinstance(
|
85
|
-
|
103
|
+
if isinstance(container, tkinter.Toplevel) and self.menubar:
|
104
|
+
container.config(menu=self.menubar)
|
86
105
|
self.update_idletasks()
|
87
106
|
self.focus_viewer()
|
88
107
|
|
108
|
+
def show_failed_dirichlet(self, show):
|
109
|
+
if show:
|
110
|
+
self.geodesics_status_label.configure(
|
111
|
+
text='Constructing Dirichlet domain failed. Cannot compute length spectrum.',
|
112
|
+
foreground='red')
|
113
|
+
self.geodesics_button.configure(
|
114
|
+
state='disabled')
|
115
|
+
else:
|
116
|
+
self.geodesics_status_label.configure(
|
117
|
+
text='')
|
118
|
+
self.geodesics_button.configure(
|
119
|
+
state='normal')
|
120
|
+
|
89
121
|
def focus_viewer(self, event=None):
|
90
122
|
self.widget.focus_set()
|
91
123
|
|
92
|
-
def
|
124
|
+
def apply_settings(self, settings):
|
93
125
|
# Update labels
|
94
|
-
keyboard =
|
126
|
+
keyboard = settings.get('keyboard', 'QWERTY')
|
95
127
|
self.translate_key_label.configure(
|
96
|
-
text
|
128
|
+
text=_translate_key_labels[keyboard])
|
97
129
|
self.rotate_key_label.configure(
|
98
|
-
text
|
130
|
+
text=_rotate_key_labels[keyboard])
|
99
131
|
|
100
132
|
# Update keymapping performed by hyperbolic navigation
|
101
|
-
self.widget.
|
133
|
+
self.widget.apply_settings(settings)
|
102
134
|
|
103
135
|
def create_cohomology_class_frame(self, parent):
|
104
136
|
frame = ttk.Frame(parent)
|
105
137
|
|
106
|
-
frame.columnconfigure(0, weight
|
107
|
-
frame.columnconfigure(1, weight
|
108
|
-
frame.columnconfigure(2, weight
|
138
|
+
frame.columnconfigure(0, weight=0)
|
139
|
+
frame.columnconfigure(1, weight=1)
|
140
|
+
frame.columnconfigure(2, weight=0)
|
109
141
|
|
110
142
|
row = 0
|
111
143
|
|
@@ -115,247 +147,425 @@ class InsideViewer(ttk.Frame):
|
|
115
147
|
for i in range(n):
|
116
148
|
button = ttk.Button(
|
117
149
|
frame,
|
118
|
-
text
|
119
|
-
takefocus
|
120
|
-
command
|
121
|
-
button.grid(row
|
150
|
+
text='Class %d' % i,
|
151
|
+
takefocus=0,
|
152
|
+
command=lambda i=i: self.pick_cohomology_class(i))
|
153
|
+
button.grid(row=row, column=0)
|
122
154
|
|
123
155
|
self.class_controllers.append(
|
124
156
|
UniformDictController.create_horizontal_scale(
|
125
157
|
frame,
|
126
|
-
column
|
127
|
-
uniform_dict
|
128
|
-
key
|
129
|
-
left_end
|
130
|
-
right_end
|
131
|
-
row
|
132
|
-
update_function
|
133
|
-
index
|
158
|
+
column=1,
|
159
|
+
uniform_dict=self.widget.ui_parameter_dict,
|
160
|
+
key='cohomology_class',
|
161
|
+
left_end=-1.0,
|
162
|
+
right_end=1.0,
|
163
|
+
row=row,
|
164
|
+
update_function=self.widget.recompute_raytracing_data_and_redraw,
|
165
|
+
index=i))
|
134
166
|
row += 1
|
135
167
|
|
136
|
-
frame.rowconfigure(row, weight
|
168
|
+
frame.rowconfigure(row, weight=1)
|
137
169
|
|
138
170
|
UniformDictController.create_checkbox(
|
139
171
|
frame,
|
140
172
|
self.widget.ui_uniform_dict,
|
141
173
|
'showElevation',
|
142
|
-
update_function
|
143
|
-
text
|
144
|
-
row
|
145
|
-
|
174
|
+
update_function=self.checkbox_update,
|
175
|
+
text="Elevation",
|
176
|
+
row=row, column=1)
|
177
|
+
|
146
178
|
return frame
|
147
179
|
|
148
|
-
def
|
180
|
+
def create_cusps_frame(self, parent):
|
149
181
|
frame = ttk.Frame(parent)
|
150
182
|
|
151
|
-
frame.columnconfigure(0, weight
|
152
|
-
frame.columnconfigure(1, weight
|
153
|
-
frame.columnconfigure(2, weight
|
183
|
+
frame.columnconfigure(0, weight=0)
|
184
|
+
frame.columnconfigure(1, weight=1)
|
185
|
+
frame.columnconfigure(2, weight=0)
|
154
186
|
|
155
187
|
row = 0
|
156
188
|
|
157
189
|
cusp_area_maximum = 1.05 * _maximal_cusp_area(self.widget.manifold)
|
158
190
|
|
191
|
+
self.cusp_scales = []
|
192
|
+
|
159
193
|
for i in range(self.widget.manifold.num_cusps()):
|
160
|
-
|
194
|
+
self.cusp_scales.append(
|
195
|
+
UniformDictController.create_horizontal_scale(
|
196
|
+
frame,
|
197
|
+
uniform_dict=self.widget.ui_parameter_dict,
|
198
|
+
key='cuspAreas',
|
199
|
+
title='Cusp %d' % i,
|
200
|
+
left_end=0.0,
|
201
|
+
right_end=cusp_area_maximum,
|
202
|
+
row=row,
|
203
|
+
update_function=self.widget.recompute_raytracing_data_and_redraw,
|
204
|
+
index=i))
|
205
|
+
cusp_button = ttk.Button(
|
161
206
|
frame,
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
207
|
+
text='View',
|
208
|
+
takefocus=0,
|
209
|
+
command=(
|
210
|
+
lambda which_cusp=i:
|
211
|
+
self.set_camera_cusp_view(which_cusp)))
|
212
|
+
ToolTip(cusp_button,
|
213
|
+
msg="Move camera into cusp neighborhood and look out")
|
214
|
+
cusp_button.grid(row=row, column=3)
|
170
215
|
row += 1
|
171
216
|
|
172
|
-
frame.rowconfigure(row, weight
|
173
|
-
|
174
|
-
view_frame = ttk.Frame(frame)
|
175
|
-
view_frame.grid(row = row, column = 1)
|
176
|
-
self.view_var = tkinter.IntVar(value = 0)
|
217
|
+
frame.rowconfigure(row, weight=1)
|
177
218
|
|
178
|
-
|
179
|
-
|
219
|
+
self.geodesics_button = ttk.Button(
|
220
|
+
frame,
|
221
|
+
text="Geodesics ...",
|
222
|
+
takefocus=0,
|
223
|
+
command=self.show_geodesics_window)
|
224
|
+
self.geodesics_button.grid(row=row, column=3)
|
225
|
+
row += 1
|
180
226
|
|
181
|
-
|
182
|
-
|
183
|
-
variable = self.view_var,
|
184
|
-
value = i,
|
185
|
-
text = text,
|
186
|
-
command = lambda i = i: self.set_view(i))
|
187
|
-
button.grid(row = 0, column = i + 1)
|
227
|
+
self.geodesics_status_label = ttk.Label(frame, text="")
|
228
|
+
self.geodesics_status_label.grid(row=row, column=0, columnspan=4)
|
188
229
|
|
189
230
|
return frame
|
190
231
|
|
191
|
-
def
|
192
|
-
self.
|
193
|
-
self.widget.
|
194
|
-
|
232
|
+
def perspective_type_changed(self):
|
233
|
+
self.view_scale_controller.update()
|
234
|
+
self.widget.draw()
|
235
|
+
|
236
|
+
def set_perspective_type_and_view_scale(self, perspective_type, view_scale):
|
237
|
+
self.widget.ui_uniform_dict['perspectiveType'][1] = perspective_type
|
238
|
+
self.widget.ui_uniform_dict['viewScale'][1] = float(view_scale)
|
239
|
+
self.perspective_type_controller.update()
|
240
|
+
self.perspective_type_changed()
|
241
|
+
|
242
|
+
def set_camera_cusp_view(self, which_cusp):
|
243
|
+
if self.widget.ui_parameter_dict['cuspAreas'][1][which_cusp] < 0.05:
|
244
|
+
self.widget.ui_parameter_dict['cuspAreas'][1][which_cusp] = 0.05
|
245
|
+
self.widget.recompute_raytracing_data_and_redraw()
|
246
|
+
self.cusp_scales[which_cusp].update()
|
247
|
+
|
248
|
+
self.widget.view_state, view_scale = (
|
249
|
+
self.widget.raytracing_data.cusp_view_state_and_scale(
|
250
|
+
which_cusp))
|
251
|
+
|
252
|
+
extra_scale = 1.1
|
253
|
+
self.set_perspective_type_and_view_scale(1, extra_scale * view_scale)
|
195
254
|
|
196
255
|
def checkbox_update(self):
|
197
|
-
self.widget.
|
256
|
+
self.widget.draw()
|
198
257
|
self.focus_viewer()
|
199
258
|
|
200
259
|
def create_fillings_frame(self, parent):
|
201
260
|
frame = ttk.Frame(parent)
|
202
261
|
|
203
|
-
frame.columnconfigure(0, weight
|
204
|
-
frame.columnconfigure(1, weight
|
262
|
+
frame.columnconfigure(0, weight=1)
|
263
|
+
frame.columnconfigure(1, weight=1)
|
205
264
|
|
206
265
|
row = 0
|
207
266
|
|
208
267
|
self.filling_controllers = []
|
209
268
|
|
210
269
|
for i in range(self.widget.manifold.num_cusps()):
|
211
|
-
scale_m = ZoomSlider(frame, left_end
|
212
|
-
label_text
|
270
|
+
scale_m = ZoomSlider(frame, left_end=-15.0, right_end=15.0,
|
271
|
+
label_text='Cusp %d' % i,
|
213
272
|
on_change=self.focus_viewer)
|
214
|
-
scale_m.grid(row
|
273
|
+
scale_m.grid(row=row, column=0, sticky=tkinter.NSEW)
|
215
274
|
|
216
275
|
self.filling_controllers.append(
|
217
276
|
UniformDictController(
|
218
277
|
self.filling_dict,
|
219
|
-
key
|
220
|
-
index
|
221
|
-
component_index
|
222
|
-
update_function
|
223
|
-
scale
|
278
|
+
key='fillings',
|
279
|
+
index=i,
|
280
|
+
component_index=0,
|
281
|
+
update_function=self.push_fillings_to_manifold,
|
282
|
+
scale=scale_m))
|
224
283
|
|
225
|
-
scale_l = ZoomSlider(frame, left_end
|
284
|
+
scale_l = ZoomSlider(frame, left_end=-15.0, right_end=15.0,
|
226
285
|
on_change=self.focus_viewer)
|
227
|
-
scale_l.grid(row
|
286
|
+
scale_l.grid(row=row, column=1, sticky=tkinter.NSEW)
|
228
287
|
|
229
288
|
self.filling_controllers.append(
|
230
289
|
UniformDictController(
|
231
290
|
self.filling_dict,
|
232
|
-
key
|
233
|
-
index
|
234
|
-
component_index
|
235
|
-
update_function
|
236
|
-
scale
|
291
|
+
key='fillings',
|
292
|
+
index=i,
|
293
|
+
component_index=1,
|
294
|
+
update_function=self.push_fillings_to_manifold,
|
295
|
+
scale=scale_l))
|
237
296
|
|
238
297
|
row += 1
|
239
298
|
|
240
|
-
frame.rowconfigure(row, weight
|
299
|
+
frame.rowconfigure(row, weight=1)
|
241
300
|
|
242
301
|
subframe = ttk.Frame(frame)
|
243
|
-
subframe.grid(row
|
244
|
-
subframe.columnconfigure(0, weight
|
245
|
-
subframe.columnconfigure(1, weight
|
246
|
-
subframe.columnconfigure(2, weight
|
247
|
-
subframe.columnconfigure(3, weight
|
248
|
-
subframe.columnconfigure(4, weight
|
302
|
+
subframe.grid(row=row, column=0, columnspan=5)
|
303
|
+
subframe.columnconfigure(0, weight=1)
|
304
|
+
subframe.columnconfigure(1, weight=0)
|
305
|
+
subframe.columnconfigure(2, weight=0)
|
306
|
+
subframe.columnconfigure(3, weight=0)
|
307
|
+
subframe.columnconfigure(4, weight=1)
|
249
308
|
|
250
309
|
recompute_button = ttk.Button(
|
251
|
-
subframe, text
|
252
|
-
command
|
253
|
-
recompute_button.grid(row
|
310
|
+
subframe, text="Recompute hyp. structure", takefocus=0,
|
311
|
+
command=self.recompute_hyperbolic_structure)
|
312
|
+
recompute_button.grid(row=0, column=1)
|
254
313
|
|
255
314
|
orb_button = ttk.Button(
|
256
|
-
subframe, text
|
257
|
-
command
|
258
|
-
orb_button
|
315
|
+
subframe, text="Make orbifold", takefocus=0,
|
316
|
+
command=self.make_orbifold)
|
317
|
+
ToolTip(orb_button,
|
318
|
+
msg="Make filling coefficients integers")
|
319
|
+
orb_button.grid(row=0, column=2)
|
259
320
|
|
260
321
|
mfd_button = ttk.Button(
|
261
|
-
subframe, text
|
262
|
-
command
|
263
|
-
mfd_button
|
322
|
+
subframe, text="Make manifold", takefocus=0,
|
323
|
+
command=self.make_manifold)
|
324
|
+
ToolTip(mfd_button,
|
325
|
+
msg="Make filling coefficients co-prime integers")
|
326
|
+
mfd_button.grid(row=0, column=3)
|
264
327
|
|
265
328
|
return frame
|
266
329
|
|
267
|
-
def
|
330
|
+
def create_eyeball_frame(self, parent):
|
268
331
|
frame = ttk.Frame(parent)
|
269
332
|
|
270
|
-
frame.columnconfigure(0, weight
|
271
|
-
frame.columnconfigure(
|
272
|
-
frame.columnconfigure(2, weight = 0)
|
333
|
+
frame.columnconfigure(0, weight=0)
|
334
|
+
frame.columnconfigure(4, weight=1)
|
273
335
|
|
274
336
|
row = 0
|
275
|
-
|
276
|
-
|
337
|
+
|
338
|
+
view_label = ttk.Label(frame, text="View")
|
339
|
+
view_label.grid(row=row, column=0)
|
340
|
+
|
341
|
+
radio_buttons = []
|
342
|
+
for i, text, tooltip in [
|
343
|
+
(0,
|
344
|
+
"Material",
|
345
|
+
"Camera rays leave from the same point"),
|
346
|
+
(1,
|
347
|
+
"Ideal",
|
348
|
+
"Camera rays leave orthogonally from a horosphere"),
|
349
|
+
(2,
|
350
|
+
"Hyperideal",
|
351
|
+
"Camera rays leave orthogonally from a (hyperbolic) plane")]:
|
352
|
+
button = ttk.Radiobutton(frame,
|
353
|
+
value=i,
|
354
|
+
text=text,
|
355
|
+
takefocus=0)
|
356
|
+
button.grid(row=row, column=i + 1, padx=8, sticky=tkinter.NW)
|
357
|
+
ToolTip(button, msg=tooltip)
|
358
|
+
radio_buttons.append(button)
|
359
|
+
|
360
|
+
self.perspective_type_controller = UniformDictController(
|
277
361
|
self.widget.ui_uniform_dict,
|
278
|
-
key
|
279
|
-
|
280
|
-
|
281
|
-
left_end = 0.0,
|
282
|
-
right_end = 0.35,
|
283
|
-
update_function = self.widget.redraw_if_initialized,
|
284
|
-
format_string = '%.3f')
|
362
|
+
key='perspectiveType',
|
363
|
+
radio_buttons=radio_buttons,
|
364
|
+
update_function=self.perspective_type_changed)
|
285
365
|
|
286
366
|
row += 1
|
367
|
+
|
368
|
+
self_type_label = ttk.Label(frame, text="Camera body")
|
369
|
+
self_type_label.grid(row=row, column=0)
|
370
|
+
|
371
|
+
ToolTip(self_type_label,
|
372
|
+
msg="Shows your position and orientation in the manifold")
|
373
|
+
|
374
|
+
radio_buttons = []
|
375
|
+
for i, (eyeball_type, text, tooltip) in enumerate([
|
376
|
+
(eyeball_type_none,
|
377
|
+
"None",
|
378
|
+
""),
|
379
|
+
(eyeball_type_paper_plane,
|
380
|
+
"Paper plane",
|
381
|
+
"Paper plane shows your position and orientation in the manifold"),
|
382
|
+
(eyeball_type_eyeball,
|
383
|
+
"Eyeball",
|
384
|
+
"Eyeball shows your position and orientation in the manifold")]):
|
385
|
+
button = ttk.Radiobutton(frame,
|
386
|
+
value=eyeball_type,
|
387
|
+
text=text,
|
388
|
+
takefocus=0)
|
389
|
+
button.grid(row=row, column=1 + i, padx=8, sticky=tkinter.NW)
|
390
|
+
if tooltip:
|
391
|
+
ToolTip(button, msg=tooltip)
|
392
|
+
radio_buttons.append(button)
|
393
|
+
self.self_type_controller = UniformDictController(
|
394
|
+
self.widget.ui_parameter_dict,
|
395
|
+
key='eyeballType',
|
396
|
+
radio_buttons=radio_buttons,
|
397
|
+
update_function=self.widget.update_shader_and_redraw)
|
398
|
+
|
399
|
+
row += 1
|
400
|
+
|
287
401
|
UniformDictController.create_horizontal_scale(
|
288
402
|
frame,
|
289
403
|
self.widget.ui_parameter_dict,
|
290
|
-
key
|
291
|
-
title
|
292
|
-
row
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
404
|
+
key='eyeballSize',
|
405
|
+
title='Camera body size',
|
406
|
+
row=row,
|
407
|
+
columnspan=4,
|
408
|
+
left_end=0.0,
|
409
|
+
right_end=1.5,
|
410
|
+
update_function=self.widget.update_shader_and_redraw,
|
411
|
+
format_string='%.3f')
|
412
|
+
row += 1
|
413
|
+
|
414
|
+
misc_frame = ttk.Frame(frame)
|
415
|
+
misc_frame.grid(row=row, column=1, columnspan=3)
|
416
|
+
|
417
|
+
freeze_checkbox = UniformDictController.create_checkbox(
|
418
|
+
misc_frame,
|
419
|
+
self.widget.ui_parameter_dict,
|
420
|
+
key='freezeEyeball',
|
421
|
+
text='Freeze camera body',
|
422
|
+
row=row,
|
423
|
+
column=0,
|
424
|
+
update_function=self.widget.draw,
|
425
|
+
gridargs = {'padx' : 8}).checkbox
|
426
|
+
ToolTip(freeze_checkbox,
|
427
|
+
msg=("Keep paper plane/eyeball at the same position "
|
428
|
+
"and attitude even when you are moving through the "
|
429
|
+
"manifold"))
|
430
|
+
|
431
|
+
UniformDictController.create_checkbox(
|
432
|
+
misc_frame,
|
433
|
+
self.widget.ui_uniform_dict,
|
434
|
+
key='crosshairs',
|
435
|
+
text='Crosshairs',
|
436
|
+
row=row,
|
437
|
+
column=1,
|
438
|
+
update_function=self.widget.draw,
|
439
|
+
gridargs = {'padx' : 8})
|
297
440
|
|
298
441
|
row += 1
|
299
|
-
|
442
|
+
|
443
|
+
return frame
|
444
|
+
|
445
|
+
def create_skeleton_frame(self, parent):
|
446
|
+
frame = ttk.Frame(parent)
|
447
|
+
|
448
|
+
frame.columnconfigure(0, weight=0)
|
449
|
+
frame.columnconfigure(1, weight=1)
|
450
|
+
frame.columnconfigure(2, weight=0)
|
451
|
+
|
452
|
+
row = 0
|
453
|
+
|
454
|
+
scale = UniformDictController.create_horizontal_scale(
|
300
455
|
frame,
|
301
456
|
self.widget.ui_parameter_dict,
|
302
|
-
key
|
303
|
-
title
|
304
|
-
row
|
305
|
-
left_end
|
306
|
-
right_end
|
307
|
-
update_function
|
457
|
+
key='edgeThickness',
|
458
|
+
title='Face boundary thickness',
|
459
|
+
row=row,
|
460
|
+
left_end=0.0,
|
461
|
+
right_end=0.65,
|
462
|
+
update_function=self.widget.draw,
|
463
|
+
format_string='%.3f').scale
|
464
|
+
ToolTip(scale,
|
465
|
+
msg=("Partially show faces of the tetrahedra."))
|
466
|
+
row += 1
|
467
|
+
|
468
|
+
self.insphereScaleController = (
|
469
|
+
UniformDictController.create_horizontal_scale(
|
470
|
+
frame,
|
471
|
+
self.widget.ui_parameter_dict,
|
472
|
+
key='insphere_scale',
|
473
|
+
title='Insphere scale',
|
474
|
+
row=row,
|
475
|
+
left_end=0.0,
|
476
|
+
right_end=1.25,
|
477
|
+
update_function=self.widget.recompute_raytracing_data_and_redraw,
|
478
|
+
format_string='%.3f'))
|
479
|
+
row += 1
|
480
|
+
|
481
|
+
self.edgeTubeRadiusController = (
|
482
|
+
UniformDictController.create_horizontal_scale(
|
483
|
+
frame,
|
484
|
+
self.widget.ui_parameter_dict,
|
485
|
+
key='edgeTubeRadius',
|
486
|
+
title='Edge thickness',
|
487
|
+
row=row,
|
488
|
+
left_end=0.0,
|
489
|
+
right_end=0.2,
|
490
|
+
update_function=self.widget.draw,
|
491
|
+
format_string='%.3f'))
|
492
|
+
row += 1
|
493
|
+
|
494
|
+
label = ttk.Label(frame, text="Edge colors", padding=gui_utilities.label_pad)
|
495
|
+
label.grid(row=row, column=0)
|
496
|
+
self.edgeColorController = UniformDictController.create_checkbox(
|
497
|
+
frame,
|
498
|
+
self.widget.ui_uniform_dict,
|
499
|
+
key='desaturate_edges',
|
500
|
+
text='desaturate',
|
501
|
+
row=row,
|
502
|
+
column=1,
|
503
|
+
update_function=self.widget.draw)
|
504
|
+
row += 1
|
308
505
|
|
309
506
|
return frame
|
310
507
|
|
311
508
|
def create_quality_frame(self, parent):
|
312
509
|
frame = ttk.Frame(parent)
|
313
510
|
|
314
|
-
frame.columnconfigure(0, weight
|
315
|
-
frame.columnconfigure(1, weight
|
316
|
-
frame.columnconfigure(2, weight
|
511
|
+
frame.columnconfigure(0, weight=0)
|
512
|
+
frame.columnconfigure(1, weight=1)
|
513
|
+
frame.columnconfigure(2, weight=0)
|
317
514
|
|
318
515
|
row = 0
|
319
516
|
UniformDictController.create_horizontal_scale(
|
320
517
|
frame,
|
321
518
|
self.widget.ui_uniform_dict,
|
322
|
-
key
|
323
|
-
title
|
324
|
-
row
|
325
|
-
left_end
|
326
|
-
right_end
|
327
|
-
update_function
|
519
|
+
key='maxSteps',
|
520
|
+
title='Max Steps',
|
521
|
+
row=row,
|
522
|
+
left_end=1,
|
523
|
+
right_end=150,
|
524
|
+
update_function=self.widget.draw)
|
328
525
|
|
329
526
|
row += 1
|
330
527
|
UniformDictController.create_horizontal_scale(
|
331
528
|
frame,
|
332
529
|
self.widget.ui_uniform_dict,
|
333
|
-
key
|
334
|
-
title
|
335
|
-
row
|
336
|
-
left_end
|
337
|
-
right_end
|
338
|
-
update_function
|
530
|
+
key='maxDist',
|
531
|
+
title='Max Distance',
|
532
|
+
row=row,
|
533
|
+
left_end=1.0,
|
534
|
+
right_end=28.0,
|
535
|
+
update_function=self.widget.draw)
|
339
536
|
|
340
537
|
row += 1
|
341
538
|
UniformDictController.create_horizontal_scale(
|
342
539
|
frame,
|
343
540
|
self.widget.ui_uniform_dict,
|
344
|
-
key
|
345
|
-
title
|
346
|
-
row
|
347
|
-
left_end
|
348
|
-
right_end
|
349
|
-
update_function
|
541
|
+
key='subpixelCount',
|
542
|
+
title='Subpixel count',
|
543
|
+
row=row,
|
544
|
+
left_end=1.0,
|
545
|
+
right_end=4.25,
|
546
|
+
update_function=self.widget.draw)
|
547
|
+
row += 1
|
548
|
+
|
549
|
+
misc_frame = ttk.Frame(frame)
|
550
|
+
misc_frame.grid(row=row, column=1, columnspan=3)
|
551
|
+
|
552
|
+
self.fps_box_var = tkinter.BooleanVar()
|
553
|
+
self.fps_box_var.set(False)
|
554
|
+
fps_box = ttk.Checkbutton(misc_frame, takefocus=0)
|
555
|
+
fps_box.grid(row=0, column=0)
|
556
|
+
fps_box.configure(
|
557
|
+
variable = self.fps_box_var,
|
558
|
+
text='Show fps',
|
559
|
+
command=self.show_fps)
|
350
560
|
|
351
561
|
return frame
|
352
562
|
|
353
563
|
def create_light_frame(self, parent):
|
354
564
|
frame = ttk.Frame(parent)
|
355
565
|
|
356
|
-
frame.columnconfigure(0, weight
|
357
|
-
frame.columnconfigure(1, weight
|
358
|
-
frame.columnconfigure(2, weight
|
566
|
+
frame.columnconfigure(0, weight=0)
|
567
|
+
frame.columnconfigure(1, weight=1)
|
568
|
+
frame.columnconfigure(2, weight=0)
|
359
569
|
|
360
570
|
row = 0
|
361
571
|
|
@@ -363,86 +573,88 @@ class InsideViewer(ttk.Frame):
|
|
363
573
|
UniformDictController.create_horizontal_scale(
|
364
574
|
frame,
|
365
575
|
self.widget.ui_uniform_dict,
|
366
|
-
key
|
367
|
-
title
|
368
|
-
row
|
369
|
-
left_end
|
370
|
-
right_end
|
371
|
-
update_function
|
372
|
-
format_string
|
576
|
+
key='contrast',
|
577
|
+
title='Contrast',
|
578
|
+
row=row,
|
579
|
+
left_end=0.0,
|
580
|
+
right_end=0.25,
|
581
|
+
update_function=self.widget.draw,
|
582
|
+
format_string='%.3f')
|
373
583
|
row += 1
|
374
584
|
|
375
585
|
UniformDictController.create_horizontal_scale(
|
376
586
|
frame,
|
377
587
|
self.widget.ui_uniform_dict,
|
378
|
-
key
|
379
|
-
title
|
380
|
-
row
|
381
|
-
left_end
|
382
|
-
right_end
|
383
|
-
update_function
|
588
|
+
key='lightBias',
|
589
|
+
title='Light bias',
|
590
|
+
row=row,
|
591
|
+
left_end=0.3,
|
592
|
+
right_end=4.0,
|
593
|
+
update_function=self.widget.draw)
|
384
594
|
|
385
595
|
row += 1
|
386
596
|
UniformDictController.create_horizontal_scale(
|
387
597
|
frame,
|
388
598
|
self.widget.ui_uniform_dict,
|
389
|
-
key
|
390
|
-
title
|
391
|
-
row
|
392
|
-
left_end
|
393
|
-
right_end
|
394
|
-
update_function
|
599
|
+
key='lightFalloff',
|
600
|
+
title='Light falloff',
|
601
|
+
row=row,
|
602
|
+
left_end=0.1,
|
603
|
+
right_end=2.0,
|
604
|
+
update_function=self.widget.draw)
|
395
605
|
|
396
606
|
row += 1
|
397
607
|
UniformDictController.create_horizontal_scale(
|
398
608
|
frame,
|
399
609
|
self.widget.ui_uniform_dict,
|
400
|
-
key
|
401
|
-
title
|
402
|
-
row
|
403
|
-
left_end
|
404
|
-
right_end
|
405
|
-
update_function
|
610
|
+
key='brightness',
|
611
|
+
title='Brightness',
|
612
|
+
row=row,
|
613
|
+
left_end=0.3,
|
614
|
+
right_end=3.0,
|
615
|
+
update_function=self.widget.draw)
|
406
616
|
|
407
617
|
return frame
|
408
618
|
|
409
619
|
def create_navigation_frame(self, parent):
|
410
620
|
frame = ttk.Frame(parent)
|
411
621
|
|
412
|
-
frame.columnconfigure(0, weight
|
413
|
-
frame.columnconfigure(1, weight
|
414
|
-
frame.columnconfigure(2, weight
|
415
|
-
frame.columnconfigure(3, weight
|
622
|
+
frame.columnconfigure(0, weight=0)
|
623
|
+
frame.columnconfigure(1, weight=1)
|
624
|
+
frame.columnconfigure(2, weight=0)
|
625
|
+
frame.columnconfigure(3, weight=0)
|
416
626
|
|
417
627
|
row = 0
|
418
628
|
UniformDictController.create_horizontal_scale(
|
419
629
|
frame,
|
420
630
|
self.widget.navigation_dict,
|
421
|
-
key
|
422
|
-
title
|
423
|
-
row
|
424
|
-
left_end
|
425
|
-
right_end
|
631
|
+
key='translationVelocity',
|
632
|
+
title='Translation Speed',
|
633
|
+
row=row,
|
634
|
+
left_end=0.1,
|
635
|
+
right_end=1.0)
|
426
636
|
|
427
|
-
self.translate_key_label = ttk.Label(frame,
|
428
|
-
|
637
|
+
self.translate_key_label = ttk.Label(frame,
|
638
|
+
text=_translate_key_labels['QWERTY'])
|
639
|
+
self.translate_key_label.grid(row=row, column=3, sticky=tkinter.NSEW)
|
429
640
|
|
430
641
|
row += 1
|
431
642
|
UniformDictController.create_horizontal_scale(
|
432
643
|
frame,
|
433
644
|
self.widget.navigation_dict,
|
434
|
-
key
|
435
|
-
title
|
436
|
-
row
|
437
|
-
left_end
|
438
|
-
right_end
|
645
|
+
key='rotationVelocity',
|
646
|
+
title='Rotation Speed',
|
647
|
+
row=row,
|
648
|
+
left_end=0.1,
|
649
|
+
right_end=1.0)
|
439
650
|
|
440
|
-
self.rotate_key_label = ttk.Label(frame,
|
441
|
-
|
651
|
+
self.rotate_key_label = ttk.Label(frame,
|
652
|
+
text=_rotate_key_labels['QWERTY'])
|
653
|
+
self.rotate_key_label.grid(row=row, column=3, sticky=tkinter.NSEW)
|
442
654
|
|
443
|
-
row +=1
|
444
|
-
label = ttk.Label(frame, text
|
445
|
-
label.grid(row
|
655
|
+
row += 1
|
656
|
+
label = ttk.Label(frame, text=_mouse_gestures_text())
|
657
|
+
label.grid(row=row, column=0, columnspan=4)
|
446
658
|
|
447
659
|
return frame
|
448
660
|
|
@@ -451,7 +663,8 @@ class InsideViewer(ttk.Frame):
|
|
451
663
|
manifold,
|
452
664
|
weights,
|
453
665
|
cohomology_basis,
|
454
|
-
cohomology_class
|
666
|
+
cohomology_class,
|
667
|
+
geodesics):
|
455
668
|
frame = ttk.Frame(parent)
|
456
669
|
|
457
670
|
column = 0
|
@@ -459,20 +672,23 @@ class InsideViewer(ttk.Frame):
|
|
459
672
|
self.widget = RaytracingView(
|
460
673
|
'ideal',
|
461
674
|
manifold,
|
462
|
-
weights
|
463
|
-
cohomology_basis
|
464
|
-
cohomology_class
|
465
|
-
|
466
|
-
|
467
|
-
|
675
|
+
weights=weights,
|
676
|
+
cohomology_basis=cohomology_basis,
|
677
|
+
cohomology_class=cohomology_class,
|
678
|
+
geodesics=geodesics,
|
679
|
+
container=frame,
|
680
|
+
width=600, height=500, double=1, depth=1)
|
681
|
+
self.widget.grid(row=0, column=column, sticky=tkinter.NSEW)
|
468
682
|
self.widget.make_current()
|
469
|
-
frame.columnconfigure(column, weight
|
470
|
-
frame.rowconfigure(0, weight
|
683
|
+
frame.columnconfigure(column, weight=1)
|
684
|
+
frame.rowconfigure(0, weight=1)
|
471
685
|
|
472
686
|
column += 1
|
473
|
-
self.
|
474
|
-
|
475
|
-
|
687
|
+
self.view_scale_slider = Slider(
|
688
|
+
frame, left_end=-100.0, right_end=100.0,
|
689
|
+
orient=tkinter.VERTICAL)
|
690
|
+
self.view_scale_slider.grid(
|
691
|
+
row=0, column=column, sticky=tkinter.NSEW)
|
476
692
|
|
477
693
|
return frame
|
478
694
|
|
@@ -480,20 +696,20 @@ class InsideViewer(ttk.Frame):
|
|
480
696
|
frame = ttk.Frame(parent)
|
481
697
|
|
482
698
|
column = 0
|
483
|
-
|
484
|
-
|
699
|
+
self.view_scale_label = ttk.Label(frame, text="FOV:")
|
700
|
+
self.view_scale_label.grid(row=0, column=column)
|
485
701
|
|
486
702
|
column += 1
|
487
|
-
self.
|
488
|
-
self.
|
703
|
+
self.view_scale_value_label = ttk.Label(frame)
|
704
|
+
self.view_scale_value_label.grid(row=0, column=column)
|
489
705
|
|
490
706
|
column += 1
|
491
707
|
self.vol_label = ttk.Label(frame)
|
492
|
-
self.vol_label.grid(row
|
708
|
+
self.vol_label.grid(row=0, column=column)
|
493
709
|
|
494
710
|
column += 1
|
495
711
|
self.fps_label = ttk.Label(frame)
|
496
|
-
self.fps_label.grid(row
|
712
|
+
self.fps_label.grid(row=0, column=column)
|
497
713
|
|
498
714
|
return frame
|
499
715
|
|
@@ -502,17 +718,52 @@ class InsideViewer(ttk.Frame):
|
|
502
718
|
vol_text = '%.3f' % self.widget.manifold.volume()
|
503
719
|
except ValueError:
|
504
720
|
vol_text = '-'
|
505
|
-
sol_type = self.widget.manifold.solution_type(enum
|
721
|
+
sol_type = self.widget.manifold.solution_type(enum=True)
|
506
722
|
sol_text = _solution_type_text[sol_type]
|
507
723
|
try:
|
508
|
-
self.vol_label.configure(text
|
724
|
+
self.vol_label.configure(text='Vol: %s (%s)' % (vol_text, sol_text))
|
509
725
|
except AttributeError:
|
510
726
|
pass
|
511
727
|
|
728
|
+
def delete_resource(self):
|
729
|
+
self.destroy()
|
730
|
+
|
731
|
+
# Called when the close button of the containing toplevel is pressed.
|
732
|
+
def close_toplevel(self):
|
733
|
+
if self.geodesics_window:
|
734
|
+
self.geodesics_window.destroy()
|
735
|
+
self.geodesics_window = None
|
736
|
+
self.winfo_toplevel().close()
|
737
|
+
|
738
|
+
# Called when the close button of the geodesics window is pressed.
|
739
|
+
def close_geodesics_window(self):
|
740
|
+
self.geodesics_window.destroy()
|
741
|
+
self.geodesics_window = None
|
742
|
+
|
743
|
+
def show_geodesics_window(self):
|
744
|
+
try:
|
745
|
+
self.widget.manifold.dirichlet_domain()
|
746
|
+
except RuntimeError:
|
747
|
+
self.show_failed_dirichlet(True)
|
748
|
+
return
|
749
|
+
if self.geodesics_window is None:
|
750
|
+
self.geodesics_window = GeodesicsWindow(self)
|
751
|
+
self.geodesics_window.transient(self)
|
752
|
+
self.geodesics_window.protocol('WM_DELETE_WINDOW',
|
753
|
+
self.close_geodesics_window)
|
754
|
+
else:
|
755
|
+
self.geodesics_window.deiconify()
|
756
|
+
self.geodesics_window.wm_attributes('-topmost', True)
|
757
|
+
|
512
758
|
def update_filling_sliders(self):
|
513
759
|
for filling_controller in self.filling_controllers:
|
514
760
|
filling_controller.update()
|
515
761
|
|
762
|
+
def update_edge_and_insphere_controllers(self):
|
763
|
+
self.edgeTubeRadiusController.update()
|
764
|
+
self.edgeColorController.update()
|
765
|
+
self.insphereScaleController.update()
|
766
|
+
|
516
767
|
def _fillings_from_manifold(self):
|
517
768
|
return [ 'vec2[]',
|
518
769
|
[ [ d['filling'][0], d['filling'][1] ]
|
@@ -524,21 +775,25 @@ class InsideViewer(ttk.Frame):
|
|
524
775
|
self.update_filling_sliders()
|
525
776
|
self.widget.recompute_raytracing_data_and_redraw()
|
526
777
|
self.update_volume_label()
|
778
|
+
self.reset_geodesics()
|
527
779
|
|
528
780
|
def push_fillings_to_manifold(self):
|
781
|
+
self.show_failed_dirichlet(show=False)
|
782
|
+
|
529
783
|
self.widget.manifold.dehn_fill(
|
530
784
|
self.filling_dict['fillings'][1])
|
531
785
|
|
532
|
-
self.widget.
|
786
|
+
self.widget.recompute_raytracing_data_update_shader_and_redraw()
|
533
787
|
self.update_volume_label()
|
788
|
+
self.reset_geodesics()
|
534
789
|
|
535
790
|
if self.fillings_changed_callback:
|
536
791
|
self.fillings_changed_callback()
|
537
792
|
|
538
793
|
def recompute_hyperbolic_structure(self):
|
539
794
|
self.widget.manifold.init_hyperbolic_structure(
|
540
|
-
force_recompute
|
541
|
-
self.widget.
|
795
|
+
force_recompute=True)
|
796
|
+
self.widget.recompute_raytracing_data_update_shader_and_redraw()
|
542
797
|
|
543
798
|
# Should we reset the view state since it might
|
544
799
|
# be corrupted?
|
@@ -551,6 +806,11 @@ class InsideViewer(ttk.Frame):
|
|
551
806
|
if self.fillings_changed_callback:
|
552
807
|
self.fillings_changed_callback()
|
553
808
|
|
809
|
+
def reset_geodesics(self):
|
810
|
+
self.widget.reset_geodesics()
|
811
|
+
if self.geodesics_window:
|
812
|
+
self.geodesics_window.populate_geodesics_frame()
|
813
|
+
|
554
814
|
def make_orbifold(self):
|
555
815
|
for f in self.filling_dict['fillings'][1]:
|
556
816
|
for i in [0, 1]:
|
@@ -576,14 +836,18 @@ class InsideViewer(ttk.Frame):
|
|
576
836
|
def pick_cohomology_class(self, i):
|
577
837
|
cohomology_class = self.widget.ui_parameter_dict['cohomology_class'][1]
|
578
838
|
for j in range(len(cohomology_class)):
|
579
|
-
cohomology_class[j] = 1.0 if i ==j else 0.0
|
839
|
+
cohomology_class[j] = 1.0 if i == j else 0.0
|
580
840
|
self.widget.recompute_raytracing_data_and_redraw()
|
581
841
|
for controller in self.class_controllers:
|
582
842
|
controller.update()
|
583
843
|
|
584
844
|
def build_menus(self):
|
585
845
|
pass
|
586
|
-
|
846
|
+
|
847
|
+
def show_fps(self):
|
848
|
+
self.widget.fps_label_updater.set_visible(
|
849
|
+
self.fps_box_var.get())
|
850
|
+
|
587
851
|
def test(self):
|
588
852
|
X = 100
|
589
853
|
self.widget.event_generate('<Button-1>', x=X, y=300, warp=True)
|
@@ -598,6 +862,7 @@ class InsideViewer(ttk.Frame):
|
|
598
862
|
###############################################################################
|
599
863
|
# Helpers
|
600
864
|
|
865
|
+
|
601
866
|
_solution_type_text = [
|
602
867
|
'degenerate',
|
603
868
|
'geometric',
|
@@ -607,6 +872,7 @@ _solution_type_text = [
|
|
607
872
|
'degenerate',
|
608
873
|
'degenerate']
|
609
874
|
|
875
|
+
|
610
876
|
def _maximal_cusp_area(mfd):
|
611
877
|
# Hack to prevent doctest failure M.browse() where
|
612
878
|
# M is a SnapPy.Manifold instead of a snappy.Manifold.
|
@@ -616,7 +882,7 @@ def _maximal_cusp_area(mfd):
|
|
616
882
|
try:
|
617
883
|
mfd = mfd.copy()
|
618
884
|
mfd.dehn_fill(mfd.num_cusps() * [(0,0)])
|
619
|
-
mfd.init_hyperbolic_structure(force_recompute
|
885
|
+
mfd.init_hyperbolic_structure(force_recompute=True)
|
620
886
|
|
621
887
|
# Using sqrt of maximum of diagonal of cusp area matrix.
|
622
888
|
#
|
@@ -642,12 +908,14 @@ def _maximal_cusp_area(mfd):
|
|
642
908
|
print("Exception while trying to compute maximal cusp area:", e)
|
643
909
|
return 5.0
|
644
910
|
|
911
|
+
|
645
912
|
def _mouse_gestures_text():
|
646
913
|
if sys.platform == 'darwin':
|
647
|
-
return
|
914
|
+
return "Move: Click & Drag Rotate: Shift-Click & Drag Orbit: \u2318-Click & Drag"
|
648
915
|
else:
|
649
916
|
return "Move: Click & Drag Rotate: Shift-Click & Drag Orbit: Alt-Click & Drag"
|
650
917
|
|
918
|
+
|
651
919
|
_translate_key_labels = {
|
652
920
|
'QWERTY': "Keys: wasdec",
|
653
921
|
'AZERTY': "Keys: zqsdec",
|
@@ -655,16 +923,17 @@ _translate_key_labels = {
|
|
655
923
|
}
|
656
924
|
|
657
925
|
_rotate_key_labels = {
|
658
|
-
'QWERTY':
|
659
|
-
'AZERTY':
|
660
|
-
'QWERTZ':
|
926
|
+
'QWERTY': "Keys: \u2190\u2191\u2192\u2193xz",
|
927
|
+
'AZERTY': "Keys: \u2190\u2191\u2192\u2193xw",
|
928
|
+
'QWERTZ': "Keys: \u2190\u2191\u2192\u2193xy"
|
661
929
|
}
|
662
930
|
|
663
931
|
###############################################################################
|
664
932
|
# Performance test
|
665
933
|
|
934
|
+
|
666
935
|
class PerfTest:
|
667
|
-
def __init__(self, widget, num_iterations
|
936
|
+
def __init__(self, widget, num_iterations=20):
|
668
937
|
self.widget = widget
|
669
938
|
self.m = unit_3_vector_and_distance_to_O13_hyperbolic_translation(
|
670
939
|
[ 0.3 * math.sqrt(2.0), 0.4 * math.sqrt(2.0), 0.5 * math.sqrt(2.0) ],
|
@@ -680,7 +949,6 @@ class PerfTest:
|
|
680
949
|
self.widget.focus_set()
|
681
950
|
self.widget.mainloop()
|
682
951
|
|
683
|
-
|
684
952
|
def report_time(self, t):
|
685
953
|
self.total_time += t
|
686
954
|
|
@@ -694,9 +962,10 @@ class PerfTest:
|
|
694
962
|
self.widget.view_state = self.widget.raytracing_data.update_view_state(
|
695
963
|
self.widget.view_state, self.m)
|
696
964
|
|
697
|
-
self.widget.
|
965
|
+
self.widget.draw()
|
698
966
|
self.widget.after(250, self.redraw)
|
699
967
|
|
968
|
+
|
700
969
|
def run_perf_test():
|
701
970
|
from snappy import Manifold
|
702
971
|
|