Add interactive map viewer to Git repository
authorLanius Trolling <lanius@laniustrolling.dev>
Wed, 20 Dec 2023 16:37:02 +0000 (11:37 -0500)
committerLanius Trolling <lanius@laniustrolling.dev>
Wed, 20 Dec 2023 16:37:02 +0000 (11:37 -0500)
commitf3d0de6049f02b4c2da6a52ac324a55db7004bd2
treeab117f353e3af35a2c31f5f02b1895f7eaad6122
parent663227d0206bceae7ab296cfdad9989d790d0aef
Add interactive map viewer to Git repository
420 files changed:
.idea/artifacts/factbooks_jvm.xml [new file with mode: 0644]
.idea/artifacts/factbooks_map.xml [new file with mode: 0644]
.idea/artifacts/map_viewer_js.xml [new file with mode: 0644]
.idea/gradle.xml
build.gradle.kts
gradle/wrapper/gradle-wrapper.properties
kotlin-js-store/yarn.lock [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/Configuration.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/Factbooks.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/JSON.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/auth/csrf.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/auth/nationstates.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/auth/session_storage.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/auth/sessions.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/auth/views_login.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/data/bson.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/data/comments.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/data/data.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/data/data_utils.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/data/nations.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/data/view_comments.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/data/views_comment.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/data/views_user.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/data/visits.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/article_listing.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/html_utils.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/http_utils.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/languages.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/parser.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/parser_reply.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/parser_tags.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/parser_toc.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/preparser.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/preparser_functions.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/view_bar.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/view_map.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/view_nav.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/view_og.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/view_tpl.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/views_error.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/views_lore.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/views_prefs.kt [new file with mode: 0644]
src/jvmMain/kotlin/info/mechyrdia/lore/views_robots.kt [new file with mode: 0644]
src/jvmMain/resources/logback.xml [new file with mode: 0644]
src/jvmMain/resources/static/font/DejaVuSans-Bold.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/DejaVuSans-BoldOblique.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/DejaVuSans-Oblique.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/DejaVuSans.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/JetBrainsMono-ExtraBold.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/JetBrainsMono-ExtraBoldItalic.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/JetBrainsMono-Medium.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/JetBrainsMono-MediumItalic.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/NotoSans-Black.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/NotoSans-BlackItalic.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/NotoSans-Medium.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/NotoSans-MediumItalic.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/NotoSansGothic-Regular.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/Oxanium-Bold.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/Oxanium-ExtraBold.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/Oxanium-Regular.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/Oxanium-SemiBold.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/kishari-language-alphabet.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/pokhval-alphabet.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/thedish-language-alphabet.woff [new file with mode: 0644]
src/jvmMain/resources/static/font/tylan-language-alphabet-3.woff [new file with mode: 0644]
src/jvmMain/resources/static/images/external-link-dark.png [new file with mode: 0644]
src/jvmMain/resources/static/images/external-link.png [new file with mode: 0644]
src/jvmMain/resources/static/images/icon.png [new file with mode: 0644]
src/jvmMain/resources/static/images/panel-dark.png [new file with mode: 0644]
src/jvmMain/resources/static/images/panel.png [new file with mode: 0644]
src/jvmMain/resources/static/init.js [new file with mode: 0644]
src/jvmMain/resources/static/obj-viewer/hammer.min.js [new file with mode: 0644]
src/jvmMain/resources/static/obj-viewer/three-examples.js [new file with mode: 0644]
src/jvmMain/resources/static/obj-viewer/three.js [new file with mode: 0644]
src/jvmMain/resources/static/style.css [new file with mode: 0644]
src/main/kotlin/info/mechyrdia/Configuration.kt [deleted file]
src/main/kotlin/info/mechyrdia/Factbooks.kt [deleted file]
src/main/kotlin/info/mechyrdia/JSON.kt [deleted file]
src/main/kotlin/info/mechyrdia/auth/csrf.kt [deleted file]
src/main/kotlin/info/mechyrdia/auth/nationstates.kt [deleted file]
src/main/kotlin/info/mechyrdia/auth/session_storage.kt [deleted file]
src/main/kotlin/info/mechyrdia/auth/sessions.kt [deleted file]
src/main/kotlin/info/mechyrdia/auth/views_login.kt [deleted file]
src/main/kotlin/info/mechyrdia/data/bson.kt [deleted file]
src/main/kotlin/info/mechyrdia/data/comments.kt [deleted file]
src/main/kotlin/info/mechyrdia/data/data.kt [deleted file]
src/main/kotlin/info/mechyrdia/data/data_utils.kt [deleted file]
src/main/kotlin/info/mechyrdia/data/nations.kt [deleted file]
src/main/kotlin/info/mechyrdia/data/view_comments.kt [deleted file]
src/main/kotlin/info/mechyrdia/data/views_comment.kt [deleted file]
src/main/kotlin/info/mechyrdia/data/views_user.kt [deleted file]
src/main/kotlin/info/mechyrdia/data/visits.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/article_listing.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/html_utils.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/http_utils.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/languages.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/parser.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/parser_reply.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/parser_tags.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/parser_toc.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/preparser.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/preparser_functions.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/view_bar.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/view_map.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/view_nav.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/view_og.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/view_tpl.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/views_error.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/views_lore.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/views_prefs.kt [deleted file]
src/main/kotlin/info/mechyrdia/lore/views_robots.kt [deleted file]
src/main/resources/logback.xml [deleted file]
src/main/resources/static/font/DejaVuSans-Bold.woff [deleted file]
src/main/resources/static/font/DejaVuSans-BoldOblique.woff [deleted file]
src/main/resources/static/font/DejaVuSans-Oblique.woff [deleted file]
src/main/resources/static/font/DejaVuSans.woff [deleted file]
src/main/resources/static/font/JetBrainsMono-ExtraBold.woff [deleted file]
src/main/resources/static/font/JetBrainsMono-ExtraBoldItalic.woff [deleted file]
src/main/resources/static/font/JetBrainsMono-Medium.woff [deleted file]
src/main/resources/static/font/JetBrainsMono-MediumItalic.woff [deleted file]
src/main/resources/static/font/NotoSans-Black.woff [deleted file]
src/main/resources/static/font/NotoSans-BlackItalic.woff [deleted file]
src/main/resources/static/font/NotoSans-Medium.woff [deleted file]
src/main/resources/static/font/NotoSans-MediumItalic.woff [deleted file]
src/main/resources/static/font/NotoSansGothic-Regular.woff [deleted file]
src/main/resources/static/font/Oxanium-Bold.woff [deleted file]
src/main/resources/static/font/Oxanium-ExtraBold.woff [deleted file]
src/main/resources/static/font/Oxanium-Regular.woff [deleted file]
src/main/resources/static/font/Oxanium-SemiBold.woff [deleted file]
src/main/resources/static/font/kishari-language-alphabet.woff [deleted file]
src/main/resources/static/font/pokhval-alphabet.woff [deleted file]
src/main/resources/static/font/thedish-language-alphabet.woff [deleted file]
src/main/resources/static/font/tylan-language-alphabet-3.woff [deleted file]
src/main/resources/static/images/external-link-dark.png [deleted file]
src/main/resources/static/images/external-link.png [deleted file]
src/main/resources/static/images/icon.png [deleted file]
src/main/resources/static/images/panel-dark.png [deleted file]
src/main/resources/static/images/panel.png [deleted file]
src/main/resources/static/init.js [deleted file]
src/main/resources/static/obj-viewer/hammer.min.js [deleted file]
src/main/resources/static/obj-viewer/three-examples.js [deleted file]
src/main/resources/static/obj-viewer/three.js [deleted file]
src/main/resources/static/style.css [deleted file]
src/mapMain/kotlin/com/github/nwillc/ksvg/HtmlUtils.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/RenderMode.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/attributes/AttributeProperty.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/attributes/AttributeType.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/attributes/HasAttributes.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/attributes/HasAttributesImpl.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/attributes/HasClipPath.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/attributes/HasClipPathImpl.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/attributes/HasDimensions.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/attributes/HasDimensionsImpl.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/attributes/HasFill.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/attributes/HasFillImpl.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/attributes/HasOrigin.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/attributes/HasOriginImpl.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/attributes/HasStroke.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/attributes/HasStrokeImpl.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/A.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/CIRCLE.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/CLIPPATH.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/Container.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/DEFS.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/Element.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/G.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/IMAGE.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/LINE.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/PATH.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/POLYGON.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/RECT.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/Region.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/STYLE.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/SVG.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/SVGTooltip.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/SvgTagMarker.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/TEXT.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/TITLE.kt [new file with mode: 0644]
src/mapMain/kotlin/com/github/nwillc/ksvg/elements/USE.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/hammer/HammerJS.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/0_extraDefs.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/AmbientLight.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/AmbientLightProbe.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/AnimationAction.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/AnimationClip.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/AnimationLoader.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/AnimationMixer.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/AnimationObjectGroup.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/AnimationUtils.AnimationUtils.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ArcCurve.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ArrayCamera.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ArrowHelper.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/AxesHelper.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/BattleCameraControls.module.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Bone.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/BooleanKeyframeTrack.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Box2.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Box3.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Box3Helper.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/BoxGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/BoxHelper.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/BufferAttribute.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/BufferGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/BufferGeometryLoader.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/CSS3DObject.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/CSS3DRenderer.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/CSS3DSprite.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Cache.Cache.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Camera.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/CameraHelper.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/CampaignCameraControls.module.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/CanvasTexture.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/CatmullRomCurve3.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/CircleGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Clock.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Color.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ColorKeyframeTrack.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/CompressedTexture.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/CompressedTextureLoader.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ConeGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/CubeCamera.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/CubeTexture.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/CubeTextureLoader.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/CubicBezierCurve.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/CubicBezierCurve3.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/CubicInterpolant.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Curve.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/CurvePath.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/CylinderGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Cylindrical.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/DataTexture.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/DataTexture2DArray.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/DataTexture3D.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/DataTextureLoader.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/DataUtils.DataUtils.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/DepthTexture.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/DirectionalLight.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/DirectionalLightHelper.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/DirectionalLightShadow.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/DiscreteInterpolant.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/DodecahedronGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/EdgesGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/EllipseCurve.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Euler.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ExtrudeGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/FileLoader.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Fog.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/FogExp2.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Font.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/FontLoader.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Frustum.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/GLBufferAttribute.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/GridHelper.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Group.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/HemisphereLight.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/HemisphereLightHelper.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/HemisphereLightProbe.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/IcosahedronGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ImageBitmapLoader.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ImageLoader.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ImageUtils.ImageUtils.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ImmediateRenderObject.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/InstancedBufferAttribute.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/InstancedBufferGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/InstancedInterleavedBuffer.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/InstancedMesh.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/InterleavedBuffer.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/InterleavedBufferAttribute.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Interpolant.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/KeyframeTrack.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/LOD.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/LatheGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Layers.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Light.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/LightProbe.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/LightShadow.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Line.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Line3.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/LineBasicMaterial.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/LineCurve.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/LineCurve3.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/LineDashedMaterial.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/LineLoop.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/LineSegments.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/LinearInterpolant.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Loader.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/LoaderUtils.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/LoadingManager.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/MTLLoader.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Material.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/MaterialLoader.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Matrix3.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Matrix4.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Mesh.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/MeshBasicMaterial.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/MeshDepthMaterial.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/MeshDistanceMaterial.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/MeshLambertMaterial.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/MeshMatcapMaterial.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/MeshNormalMaterial.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/MeshPhongMaterial.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/MeshPhysicalMaterial.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/MeshStandardMaterial.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/MeshToonMaterial.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/NumberKeyframeTrack.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/OBJLoader.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Object3D.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ObjectLoader.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/OctahedronGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/OrthographicCamera.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/PMREMGenerator.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ParametricGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Path.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/PerspectiveCamera.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Plane.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/PlaneGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/PlaneHelper.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/PointLight.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/PointLightHelper.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/PointLightShadow.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Points.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/PointsMaterial.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/PolarGridHelper.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/PolyhedronGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/PropertyBinding.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/PropertyMixer.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/QuadraticBezierCurve.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/QuadraticBezierCurve3.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Quaternion.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/QuaternionKeyframeTrack.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/QuaternionLinearInterpolant.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/RawShaderMaterial.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Ray.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Raycaster.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/RectAreaLight.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/RingGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Scene.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ShaderChunk.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ShaderLib.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ShaderMaterial.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ShadowMaterial.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Shape.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ShapeGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ShapePath.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ShapeUtils.ShapeUtils.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/ShapeUtils.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Skeleton.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/SkeletonHelper.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/SkinnedMesh.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Sphere.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/SphereGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Spherical.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/SphericalHarmonics3.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/SplineCurve.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/SpotLight.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/SpotLightHelper.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/SpotLightShadow.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Sprite.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/SpriteMaterial.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/StereoCamera.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/StringKeyframeTrack.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/TetrahedronGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/TextGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Texture.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/TextureLoader.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/TorusGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/TorusKnotGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Triangle.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/TubeGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Uniform.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/UniformsLib.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/UniformsUtils.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Vector2.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Vector3.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/Vector4.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/VectorKeyframeTrack.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/VideoTexture.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGL1Renderer.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLAttributes.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLBindingStates.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLBufferRenderer.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLCapabilities.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLClipping.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLCubeMaps.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLCubeRenderTarget.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLCubeUVMaps.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLExtensions.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLGeometries.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLIndexedBufferRenderer.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLInfo.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLLights.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLMultipleRenderTargets.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLMultisampleRenderTarget.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLObjects.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLProgram.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLPrograms.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLProperties.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLRenderLists.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLRenderTarget.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLRenderer.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLShader.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLShadowMap.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLState.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLTextures.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLUniforms.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WebGLUtils.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/WireframeGeometry.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/externals/threejs/constants.module_three.kt [new file with mode: 0644]
src/mapMain/kotlin/info/mechyrdia/mapviewer/assets.kt [new file with mode: 0644]
src/mapMain/kotlin/info/mechyrdia/mapviewer/codec.kt [new file with mode: 0644]
src/mapMain/kotlin/info/mechyrdia/mapviewer/data.kt [new file with mode: 0644]
src/mapMain/kotlin/info/mechyrdia/mapviewer/entryPoint.kt [new file with mode: 0644]
src/mapMain/kotlin/info/mechyrdia/mapviewer/history.kt [new file with mode: 0644]
src/mapMain/kotlin/info/mechyrdia/mapviewer/math.kt [new file with mode: 0644]
src/mapMain/kotlin/info/mechyrdia/mapviewer/modal.kt [new file with mode: 0644]
src/mapMain/kotlin/info/mechyrdia/mapviewer/render.kt [new file with mode: 0644]
src/mapMain/kotlin/info/mechyrdia/mapviewer/search.kt [new file with mode: 0644]
src/mapMain/kotlin/info/mechyrdia/mapviewer/utils.kt [new file with mode: 0644]
stuff/make_map_index_pages.py
stuff/map-index.html