├── .DS_Store ├── .gitignore ├── .vscode └── settings.json ├── README.md ├── docs ├── index.css ├── index.html ├── index.js └── mathquill │ ├── font │ └── Symbola.woff2 │ ├── mathquill.css │ ├── mathquill.js │ └── mathquill.min.js ├── lispsmos-experiments ├── .DS_Store ├── .gitignore ├── .vscode │ └── settings.json ├── 4d-minecraft │ ├── .DS_Store │ ├── lispsmos │ │ └── main.lisp │ ├── package.json │ ├── src │ │ ├── file-server.mts │ │ └── index.ts │ └── tsconfig.json ├── common │ └── common.ts ├── package-lock.json ├── package.json ├── ptgi │ ├── .DS_Store │ ├── assets │ │ ├── demo.blend │ │ ├── demo.blend1 │ │ ├── untitled.mtl │ │ └── untitled.obj │ ├── lispsmos-src │ │ ├── binary-decode.lisp │ │ └── main.lisp │ ├── package-lock.json │ ├── package.json │ ├── src │ │ ├── exec-if.ts │ │ ├── file-server.mts │ │ └── index.ts │ ├── stuff-that-is-no-longer-useful │ │ └── flatmap.ts │ ├── test.json │ └── tsconfig.json └── sample │ └── index.mjs ├── module ├── .DS_Store ├── .npmignore ├── dist │ └── .gitignore ├── package-lock.json ├── package.json ├── src │ ├── builtins.ts │ ├── compiler-utils.ts │ ├── compiler.ts │ ├── expression-compiler.ts │ ├── graphics-macros.ts │ ├── index.ts │ ├── procedural-macros.ts │ └── utility-macros.ts └── tsconfig.json ├── racket-impl ├── .DS_Store ├── casted-shadows │ ├── casted-shadows-v2.rkt │ ├── casted-shadows-v3.rkt │ ├── casted-shadows.rkt │ ├── mirrors.mtl │ ├── mirrors.obj │ ├── mirrors.rkt │ ├── scene.blend │ ├── scene.blend1 │ ├── scene.mtl │ ├── scene.obj │ ├── scene2.mtl │ ├── scene2.obj │ ├── scene3.mtl │ ├── scene3.obj │ ├── triangle-intersect-test.rkt │ └── triangle-intersect.rkt ├── desmOS │ ├── desmOS-asm-compiler.rkt │ ├── desmOS.rkt │ └── test.desmossembly ├── lispsmos-racket │ ├── builtins.rkt │ ├── expression-compiler.rkt │ ├── lispsmos-3d.rkt │ ├── lispsmos.rkt │ └── obj-parser.rkt ├── minecraft │ ├── .DS_Store │ ├── assets │ │ └── texture.png │ └── src │ │ ├── image-helpers.rkt │ │ ├── main.rkt │ │ ├── test.json │ │ └── ts │ │ ├── dist │ │ ├── image-edge.js │ │ ├── image-edge.mjs │ │ ├── index.js │ │ └── index.mjs │ │ ├── package.json │ │ ├── src │ │ ├── image-edge.mts │ │ └── index.mts │ │ └── tsconfig.json ├── pixel-grid-raytracer │ ├── assets │ │ ├── ball.mtl │ │ ├── ball.obj │ │ ├── ball2.mtl │ │ ├── ball2.obj │ │ ├── bright_ball.mtl │ │ ├── bright_ball.obj │ │ ├── diamonds.mtl │ │ ├── diamonds.obj │ │ ├── emission-map.png │ │ ├── grass_block.webp │ │ ├── icosahedron.mtl │ │ ├── icosahedron.obj │ │ ├── icosahedron2.mtl │ │ ├── icosahedron2.obj │ │ ├── minecraft.mtl │ │ ├── minecraft.obj │ │ ├── red_green_cube_complex.mtl │ │ ├── red_green_cube_complex.obj │ │ ├── red_green_cube_complex_optimized.mtl │ │ ├── red_green_cube_complex_optimized.obj │ │ ├── red_green_cube_complexer.mtl │ │ ├── red_green_cube_complexer.obj │ │ ├── red_green_cube_complexish.mtl │ │ ├── red_green_cube_complexish.obj │ │ ├── red_green_cube_simple.mtl │ │ ├── red_green_cube_simple.obj │ │ ├── terrain.png │ │ ├── terrain.webp │ │ ├── terrain2.png │ │ ├── text.mtl │ │ ├── text.obj │ │ ├── text2.mtl │ │ ├── text2.obj │ │ ├── texture-mapping-test-2.mtl │ │ ├── texture-mapping-test-2.obj │ │ ├── texture-mapping-test.mtl │ │ └── texture-mapping-test.obj │ ├── diffuse-map.png │ ├── emissive-map.png │ ├── pixel-grid-raytracer.rkt │ ├── specular-map.png │ └── specular-roughness-map.png └── test-lispsmos.rkt └── test ├── .DS_Store ├── .gitignore ├── balls.lisp ├── desmos-plane-2 ├── .DS_Store ├── assets │ ├── .gitignore │ ├── Camera.ply │ ├── Light.ply │ ├── better_airplane.ply │ ├── better_assets.blend │ ├── better_assets.blend1 │ ├── blank-image.jpg │ ├── canyon_1.ply │ ├── canyon_10.ply │ ├── canyon_10_viewbox.ply │ ├── canyon_11.ply │ ├── canyon_11_viewbox.ply │ ├── canyon_12.ply │ ├── canyon_12_viewbox.ply │ ├── canyon_13.ply │ ├── canyon_13_viewbox.ply │ ├── canyon_14.ply │ ├── canyon_14_viewbox.ply │ ├── canyon_15.ply │ ├── canyon_15_viewbox.ply │ ├── canyon_16.ply │ ├── canyon_16_viewbox.ply │ ├── canyon_17.ply │ ├── canyon_17_viewbox.ply │ ├── canyon_18.ply │ ├── canyon_18_viewbox.ply │ ├── canyon_19.ply │ ├── canyon_19_viewbox.001.ply │ ├── canyon_19_viewbox.ply │ ├── canyon_1_viewbox.ply │ ├── canyon_2.ply │ ├── canyon_20.ply │ ├── canyon_20_viewbox.ply │ ├── canyon_21.ply │ ├── canyon_21_viewbox.ply │ ├── canyon_22.ply │ ├── canyon_22_viewbox.ply │ ├── canyon_23.ply │ ├── canyon_23_viewbox.ply │ ├── canyon_24.ply │ ├── canyon_24_viewbox.ply │ ├── canyon_25.ply │ ├── canyon_25_viewbox.ply │ ├── canyon_26.ply │ ├── canyon_26_viewbox.ply │ ├── canyon_2_viewbox.ply │ ├── canyon_3.ply │ ├── canyon_3_viewbox.ply │ ├── canyon_4.ply │ ├── canyon_4_viewbox.ply │ ├── canyon_5.ply │ ├── canyon_5_viewbox.ply │ ├── canyon_6.ply │ ├── canyon_6_viewbox.ply │ ├── canyon_7.ply │ ├── canyon_7_viewbox.ply │ ├── canyon_8.ply │ ├── canyon_8_viewbox.ply │ ├── canyon_9.001.ply │ ├── canyon_9.ply │ ├── canyon_9_viewbox.ply │ ├── checkpoint_1_collider.ply │ ├── checkpoint_1_location.ply │ ├── checkpoint_1_velocity.ply │ ├── checkpoint_2_collider.ply │ ├── checkpoint_2_location.ply │ ├── checkpoint_2_velocity.ply │ ├── checkpoint_3_collider.ply │ ├── checkpoint_3_location.ply │ ├── checkpoint_3_velocity.ply │ ├── checkpoint_4_collider.ply │ ├── checkpoint_4_location.ply │ ├── checkpoint_4_velocity.ply │ ├── checkpoint_5_collider.ply │ ├── checkpoint_5_location.ply │ ├── checkpoint_5_velocity.ply │ ├── checkpoint_6_collider.ply │ ├── checkpoint_6_location.ply │ ├── checkpoint_6_velocity.ply │ ├── even_better_assets.blend │ ├── even_better_assets.blend1 │ ├── light_1.ply │ ├── light_2.ply │ ├── light_3.ply │ ├── menu_scene.001.ply │ ├── menu_scene.ply │ ├── menu_scene_viewbox.ply │ ├── star.ply │ ├── star_1_location.ply │ ├── star_1_viewbox.ply │ ├── star_2_location.ply │ ├── star_2_viewbox.ply │ ├── sun_occluder_1.ply │ ├── tall_house.ply │ ├── tree.ply │ ├── triangle.ply │ ├── yet_even_better_assets.blend │ └── yet_even_better_assets.blend1 ├── better_airplane.ply ├── canyon_1.ply ├── canyon_2.ply ├── dummy-expression-perf.lisp ├── fast-exporter │ └── ply-export-utility.py ├── import-helpers.lisp ├── linalg.lisp ├── main-minimal.lisp ├── main-performance.lisp ├── main.lisp ├── test.tex └── yeeg2.ply ├── desmos-plane ├── .DS_Store ├── 3d-utility-macros.lisp ├── assets.blend ├── assets.blend1 ├── assets │ ├── .gitignore │ ├── Camera.ply │ ├── Light.ply │ ├── better_airplane.ply │ ├── better_assets.blend │ ├── better_assets.blend1 │ ├── canyon_1.ply │ ├── canyon_1_viewbox.ply │ ├── canyon_2.ply │ ├── canyon_2_viewbox.ply │ ├── canyon_3.ply │ ├── canyon_3_viewbox.ply │ ├── canyon_4.ply │ ├── canyon_4_viewbox.ply │ ├── canyon_5.ply │ ├── canyon_5_viewbox.ply │ ├── canyon_6.ply │ ├── canyon_6_viewbox.ply │ ├── canyon_7.ply │ ├── canyon_7_viewbox.ply │ ├── canyon_8.ply │ ├── canyon_8_viewbox.ply │ ├── canyon_9.ply │ ├── canyon_9_viewbox.ply │ ├── checkpoint_2_collider.ply │ ├── checkpoint_2_location.ply │ ├── checkpoint_2_velocity.ply │ ├── checkpoint_3_collider.ply │ ├── checkpoint_3_location.ply │ ├── checkpoint_3_velocity.ply │ ├── menu_scene.001.ply │ ├── menu_scene.ply │ ├── menu_scene_viewbox.ply │ ├── star.ply │ ├── star_1_location.ply │ ├── star_1_viewbox.ply │ ├── star_2_location.ply │ ├── star_2_viewbox.ply │ ├── sun_occluder_1.ply │ └── triangle.ply ├── fast-exporter │ └── ply-export-utility.py ├── graphics-library.lisp ├── gui.lisp ├── import-helpers.lisp ├── linear-algebra.lisp ├── main-NUMBERMATRICES.lisp ├── main-RENDERPROXYBACKUP.lisp ├── main.lisp ├── perftest.lisp └── test.js ├── desmos-racer ├── .DS_Store ├── assets │ ├── Camera.ply │ ├── Light.ply │ ├── better_airplane.ply │ ├── better_assets.blend │ ├── better_assets.blend1 │ ├── canyon_1.ply │ ├── canyon_1_viewbox.ply │ ├── canyon_2.ply │ ├── canyon_2_viewbox.ply │ ├── canyon_3.ply │ ├── canyon_3_viewbox.ply │ ├── canyon_4.ply │ ├── canyon_4_viewbox.ply │ ├── canyon_5.ply │ ├── canyon_5_viewbox.ply │ ├── canyon_6.ply │ ├── canyon_6_viewbox.ply │ ├── canyon_7.ply │ ├── canyon_7_viewbox.ply │ ├── canyon_8.ply │ ├── canyon_8_viewbox.ply │ ├── canyon_9.ply │ ├── canyon_9_viewbox.ply │ ├── checkpoint_1_collider.ply │ ├── checkpoint_1_location.ply │ ├── checkpoint_1_velocity.ply │ ├── checkpoint_2_collider.ply │ ├── checkpoint_2_location.ply │ ├── checkpoint_2_velocity.ply │ ├── checkpoint_3_collider.ply │ ├── checkpoint_3_location.ply │ ├── checkpoint_3_velocity.ply │ ├── even_better_assets.blend │ ├── even_better_assets.blend1 │ ├── light_1.ply │ ├── light_2.ply │ ├── menu_scene.001.ply │ ├── menu_scene.ply │ ├── menu_scene_viewbox.ply │ ├── star.ply │ ├── star_1_location.ply │ ├── star_1_viewbox.ply │ ├── star_2_location.ply │ ├── star_2_viewbox.ply │ ├── sun_occluder_1.ply │ ├── tree.ply │ └── triangle.ply ├── fast-exporter │ └── ply-export-utility.py ├── import-helpers.lisp ├── linalg.lisp ├── main-minimal.lisp ├── main-performance.lisp ├── main.lisp ├── test.tex └── yeeg2.ply ├── file-server.mjs ├── index.mjs ├── internal ├── 3dproj.json ├── 3dproj.lisp ├── old │ ├── another-test.lisp │ ├── cg3d-2.lisp │ ├── cg3d-2.tex │ ├── chaos-game-3d.lisp │ ├── chaos-game-3d.tex │ ├── comprehension.json │ ├── comprehension.lisp │ ├── desmos.tex │ ├── getstate-reverse-engineering.json │ ├── iftest.lisp │ ├── iftest.tex │ ├── main-BACKUP2.lisp │ ├── main-OLDVERSION.lisp │ ├── main_withlightingcode.lisp │ ├── old-overlap-code.lisp │ ├── pool.json │ ├── pool.lisp │ ├── pool.tex │ ├── sample.json │ ├── test-include.lisp │ ├── while.lisp │ └── while.tex ├── procedure2.json └── procedure2.lisp ├── me-when-no-desmos-recursion.lisp ├── multilayer-function.lisp ├── package-lock.json ├── package.json └── quadtree.lisp /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "liveServer.settings.port": 5501 3 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/README.md -------------------------------------------------------------------------------- /docs/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/docs/index.css -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/docs/index.js -------------------------------------------------------------------------------- /docs/mathquill/font/Symbola.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/docs/mathquill/font/Symbola.woff2 -------------------------------------------------------------------------------- /docs/mathquill/mathquill.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/docs/mathquill/mathquill.css -------------------------------------------------------------------------------- /docs/mathquill/mathquill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/docs/mathquill/mathquill.js -------------------------------------------------------------------------------- /docs/mathquill/mathquill.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/docs/mathquill/mathquill.min.js -------------------------------------------------------------------------------- /lispsmos-experiments/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/.DS_Store -------------------------------------------------------------------------------- /lispsmos-experiments/.gitignore: -------------------------------------------------------------------------------- 1 | dist/* -------------------------------------------------------------------------------- /lispsmos-experiments/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "editor.tabSize": 2 3 | } -------------------------------------------------------------------------------- /lispsmos-experiments/4d-minecraft/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/4d-minecraft/.DS_Store -------------------------------------------------------------------------------- /lispsmos-experiments/4d-minecraft/lispsmos/main.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/4d-minecraft/lispsmos/main.lisp -------------------------------------------------------------------------------- /lispsmos-experiments/4d-minecraft/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/4d-minecraft/package.json -------------------------------------------------------------------------------- /lispsmos-experiments/4d-minecraft/src/file-server.mts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/4d-minecraft/src/file-server.mts -------------------------------------------------------------------------------- /lispsmos-experiments/4d-minecraft/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/4d-minecraft/src/index.ts -------------------------------------------------------------------------------- /lispsmos-experiments/4d-minecraft/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/4d-minecraft/tsconfig.json -------------------------------------------------------------------------------- /lispsmos-experiments/common/common.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/common/common.ts -------------------------------------------------------------------------------- /lispsmos-experiments/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/package-lock.json -------------------------------------------------------------------------------- /lispsmos-experiments/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/package.json -------------------------------------------------------------------------------- /lispsmos-experiments/ptgi/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/ptgi/.DS_Store -------------------------------------------------------------------------------- /lispsmos-experiments/ptgi/assets/demo.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/ptgi/assets/demo.blend -------------------------------------------------------------------------------- /lispsmos-experiments/ptgi/assets/demo.blend1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/ptgi/assets/demo.blend1 -------------------------------------------------------------------------------- /lispsmos-experiments/ptgi/assets/untitled.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/ptgi/assets/untitled.mtl -------------------------------------------------------------------------------- /lispsmos-experiments/ptgi/assets/untitled.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/ptgi/assets/untitled.obj -------------------------------------------------------------------------------- /lispsmos-experiments/ptgi/lispsmos-src/binary-decode.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/ptgi/lispsmos-src/binary-decode.lisp -------------------------------------------------------------------------------- /lispsmos-experiments/ptgi/lispsmos-src/main.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/ptgi/lispsmos-src/main.lisp -------------------------------------------------------------------------------- /lispsmos-experiments/ptgi/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/ptgi/package-lock.json -------------------------------------------------------------------------------- /lispsmos-experiments/ptgi/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/ptgi/package.json -------------------------------------------------------------------------------- /lispsmos-experiments/ptgi/src/exec-if.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/ptgi/src/exec-if.ts -------------------------------------------------------------------------------- /lispsmos-experiments/ptgi/src/file-server.mts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/ptgi/src/file-server.mts -------------------------------------------------------------------------------- /lispsmos-experiments/ptgi/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/ptgi/src/index.ts -------------------------------------------------------------------------------- /lispsmos-experiments/ptgi/stuff-that-is-no-longer-useful/flatmap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/ptgi/stuff-that-is-no-longer-useful/flatmap.ts -------------------------------------------------------------------------------- /lispsmos-experiments/ptgi/test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/ptgi/test.json -------------------------------------------------------------------------------- /lispsmos-experiments/ptgi/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/ptgi/tsconfig.json -------------------------------------------------------------------------------- /lispsmos-experiments/sample/index.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/lispsmos-experiments/sample/index.mjs -------------------------------------------------------------------------------- /module/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/module/.DS_Store -------------------------------------------------------------------------------- /module/.npmignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /module/dist/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | */ 3 | !.gitignore -------------------------------------------------------------------------------- /module/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/module/package-lock.json -------------------------------------------------------------------------------- /module/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/module/package.json -------------------------------------------------------------------------------- /module/src/builtins.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/module/src/builtins.ts -------------------------------------------------------------------------------- /module/src/compiler-utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/module/src/compiler-utils.ts -------------------------------------------------------------------------------- /module/src/compiler.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/module/src/compiler.ts -------------------------------------------------------------------------------- /module/src/expression-compiler.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/module/src/expression-compiler.ts -------------------------------------------------------------------------------- /module/src/graphics-macros.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/module/src/graphics-macros.ts -------------------------------------------------------------------------------- /module/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/module/src/index.ts -------------------------------------------------------------------------------- /module/src/procedural-macros.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/module/src/procedural-macros.ts -------------------------------------------------------------------------------- /module/src/utility-macros.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/module/src/utility-macros.ts -------------------------------------------------------------------------------- /module/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/module/tsconfig.json -------------------------------------------------------------------------------- /racket-impl/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/.DS_Store -------------------------------------------------------------------------------- /racket-impl/casted-shadows/casted-shadows-v2.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/casted-shadows/casted-shadows-v2.rkt -------------------------------------------------------------------------------- /racket-impl/casted-shadows/casted-shadows-v3.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/casted-shadows/casted-shadows-v3.rkt -------------------------------------------------------------------------------- /racket-impl/casted-shadows/casted-shadows.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/casted-shadows/casted-shadows.rkt -------------------------------------------------------------------------------- /racket-impl/casted-shadows/mirrors.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/casted-shadows/mirrors.mtl -------------------------------------------------------------------------------- /racket-impl/casted-shadows/mirrors.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/casted-shadows/mirrors.obj -------------------------------------------------------------------------------- /racket-impl/casted-shadows/mirrors.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/casted-shadows/mirrors.rkt -------------------------------------------------------------------------------- /racket-impl/casted-shadows/scene.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/casted-shadows/scene.blend -------------------------------------------------------------------------------- /racket-impl/casted-shadows/scene.blend1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/casted-shadows/scene.blend1 -------------------------------------------------------------------------------- /racket-impl/casted-shadows/scene.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/casted-shadows/scene.mtl -------------------------------------------------------------------------------- /racket-impl/casted-shadows/scene.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/casted-shadows/scene.obj -------------------------------------------------------------------------------- /racket-impl/casted-shadows/scene2.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/casted-shadows/scene2.mtl -------------------------------------------------------------------------------- /racket-impl/casted-shadows/scene2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/casted-shadows/scene2.obj -------------------------------------------------------------------------------- /racket-impl/casted-shadows/scene3.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/casted-shadows/scene3.mtl -------------------------------------------------------------------------------- /racket-impl/casted-shadows/scene3.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/casted-shadows/scene3.obj -------------------------------------------------------------------------------- /racket-impl/casted-shadows/triangle-intersect-test.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/casted-shadows/triangle-intersect-test.rkt -------------------------------------------------------------------------------- /racket-impl/casted-shadows/triangle-intersect.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/casted-shadows/triangle-intersect.rkt -------------------------------------------------------------------------------- /racket-impl/desmOS/desmOS-asm-compiler.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/desmOS/desmOS-asm-compiler.rkt -------------------------------------------------------------------------------- /racket-impl/desmOS/desmOS.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/desmOS/desmOS.rkt -------------------------------------------------------------------------------- /racket-impl/desmOS/test.desmossembly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/desmOS/test.desmossembly -------------------------------------------------------------------------------- /racket-impl/lispsmos-racket/builtins.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/lispsmos-racket/builtins.rkt -------------------------------------------------------------------------------- /racket-impl/lispsmos-racket/expression-compiler.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/lispsmos-racket/expression-compiler.rkt -------------------------------------------------------------------------------- /racket-impl/lispsmos-racket/lispsmos-3d.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/lispsmos-racket/lispsmos-3d.rkt -------------------------------------------------------------------------------- /racket-impl/lispsmos-racket/lispsmos.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/lispsmos-racket/lispsmos.rkt -------------------------------------------------------------------------------- /racket-impl/lispsmos-racket/obj-parser.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/lispsmos-racket/obj-parser.rkt -------------------------------------------------------------------------------- /racket-impl/minecraft/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/minecraft/.DS_Store -------------------------------------------------------------------------------- /racket-impl/minecraft/assets/texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/minecraft/assets/texture.png -------------------------------------------------------------------------------- /racket-impl/minecraft/src/image-helpers.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/minecraft/src/image-helpers.rkt -------------------------------------------------------------------------------- /racket-impl/minecraft/src/main.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/minecraft/src/main.rkt -------------------------------------------------------------------------------- /racket-impl/minecraft/src/test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/minecraft/src/test.json -------------------------------------------------------------------------------- /racket-impl/minecraft/src/ts/dist/image-edge.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/minecraft/src/ts/dist/image-edge.js -------------------------------------------------------------------------------- /racket-impl/minecraft/src/ts/dist/image-edge.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/minecraft/src/ts/dist/image-edge.mjs -------------------------------------------------------------------------------- /racket-impl/minecraft/src/ts/dist/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/minecraft/src/ts/dist/index.js -------------------------------------------------------------------------------- /racket-impl/minecraft/src/ts/dist/index.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/minecraft/src/ts/dist/index.mjs -------------------------------------------------------------------------------- /racket-impl/minecraft/src/ts/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/minecraft/src/ts/package.json -------------------------------------------------------------------------------- /racket-impl/minecraft/src/ts/src/image-edge.mts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/minecraft/src/ts/src/image-edge.mts -------------------------------------------------------------------------------- /racket-impl/minecraft/src/ts/src/index.mts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/minecraft/src/ts/src/index.mts -------------------------------------------------------------------------------- /racket-impl/minecraft/src/ts/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/minecraft/src/ts/tsconfig.json -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/ball.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/ball.mtl -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/ball.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/ball.obj -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/ball2.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/ball2.mtl -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/ball2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/ball2.obj -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/bright_ball.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/bright_ball.mtl -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/bright_ball.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/bright_ball.obj -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/diamonds.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/diamonds.mtl -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/diamonds.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/diamonds.obj -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/emission-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/emission-map.png -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/grass_block.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/grass_block.webp -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/icosahedron.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/icosahedron.mtl -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/icosahedron.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/icosahedron.obj -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/icosahedron2.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/icosahedron2.mtl -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/icosahedron2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/icosahedron2.obj -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/minecraft.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/minecraft.mtl -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/minecraft.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/minecraft.obj -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/red_green_cube_complex.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/red_green_cube_complex.mtl -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/red_green_cube_complex.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/red_green_cube_complex.obj -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/red_green_cube_complex_optimized.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/red_green_cube_complex_optimized.mtl -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/red_green_cube_complex_optimized.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/red_green_cube_complex_optimized.obj -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/red_green_cube_complexer.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/red_green_cube_complexer.mtl -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/red_green_cube_complexer.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/red_green_cube_complexer.obj -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/red_green_cube_complexish.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/red_green_cube_complexish.mtl -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/red_green_cube_complexish.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/red_green_cube_complexish.obj -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/red_green_cube_simple.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/red_green_cube_simple.mtl -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/red_green_cube_simple.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/red_green_cube_simple.obj -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/terrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/terrain.png -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/terrain.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/terrain.webp -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/terrain2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/terrain2.png -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/text.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/text.mtl -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/text.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/text.obj -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/text2.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/text2.mtl -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/text2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/text2.obj -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/texture-mapping-test-2.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/texture-mapping-test-2.mtl -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/texture-mapping-test-2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/texture-mapping-test-2.obj -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/texture-mapping-test.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/texture-mapping-test.mtl -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/assets/texture-mapping-test.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/assets/texture-mapping-test.obj -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/diffuse-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/diffuse-map.png -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/emissive-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/emissive-map.png -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/pixel-grid-raytracer.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/pixel-grid-raytracer.rkt -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/specular-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/specular-map.png -------------------------------------------------------------------------------- /racket-impl/pixel-grid-raytracer/specular-roughness-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/pixel-grid-raytracer/specular-roughness-map.png -------------------------------------------------------------------------------- /racket-impl/test-lispsmos.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/racket-impl/test-lispsmos.rkt -------------------------------------------------------------------------------- /test/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/.DS_Store -------------------------------------------------------------------------------- /test/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/balls.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/balls.lisp -------------------------------------------------------------------------------- /test/desmos-plane-2/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/.DS_Store -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/.gitignore: -------------------------------------------------------------------------------- 1 | *.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/Camera.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/Camera.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/Light.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/Light.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/better_airplane.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/better_airplane.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/better_assets.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/better_assets.blend -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/better_assets.blend1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/better_assets.blend1 -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/blank-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/blank-image.jpg -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_1.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_1.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_10.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_10.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_10_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_10_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_11.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_11.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_11_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_11_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_12.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_12.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_12_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_12_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_13.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_13.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_13_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_13_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_14.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_14.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_14_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_14_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_15.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_15.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_15_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_15_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_16.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_16.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_16_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_16_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_17.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_17.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_17_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_17_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_18.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_18.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_18_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_18_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_19.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_19.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_19_viewbox.001.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_19_viewbox.001.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_19_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_19_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_1_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_1_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_2.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_2.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_20.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_20.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_20_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_20_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_21.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_21.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_21_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_21_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_22.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_22.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_22_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_22_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_23.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_23.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_23_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_23_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_24.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_24.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_24_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_24_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_25.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_25.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_25_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_25_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_26.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_26.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_26_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_26_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_2_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_2_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_3.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_3.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_3_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_3_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_4.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_4.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_4_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_4_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_5.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_5.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_5_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_5_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_6.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_6.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_6_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_6_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_7.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_7.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_7_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_7_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_8.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_8.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_8_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_8_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_9.001.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_9.001.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_9.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_9.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/canyon_9_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/canyon_9_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/checkpoint_1_collider.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/checkpoint_1_collider.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/checkpoint_1_location.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/checkpoint_1_location.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/checkpoint_1_velocity.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/checkpoint_1_velocity.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/checkpoint_2_collider.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/checkpoint_2_collider.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/checkpoint_2_location.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/checkpoint_2_location.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/checkpoint_2_velocity.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/checkpoint_2_velocity.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/checkpoint_3_collider.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/checkpoint_3_collider.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/checkpoint_3_location.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/checkpoint_3_location.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/checkpoint_3_velocity.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/checkpoint_3_velocity.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/checkpoint_4_collider.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/checkpoint_4_collider.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/checkpoint_4_location.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/checkpoint_4_location.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/checkpoint_4_velocity.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/checkpoint_4_velocity.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/checkpoint_5_collider.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/checkpoint_5_collider.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/checkpoint_5_location.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/checkpoint_5_location.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/checkpoint_5_velocity.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/checkpoint_5_velocity.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/checkpoint_6_collider.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/checkpoint_6_collider.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/checkpoint_6_location.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/checkpoint_6_location.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/checkpoint_6_velocity.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/checkpoint_6_velocity.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/even_better_assets.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/even_better_assets.blend -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/even_better_assets.blend1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/even_better_assets.blend1 -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/light_1.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/light_1.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/light_2.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/light_2.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/light_3.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/light_3.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/menu_scene.001.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/menu_scene.001.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/menu_scene.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/menu_scene.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/menu_scene_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/menu_scene_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/star.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/star.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/star_1_location.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/star_1_location.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/star_1_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/star_1_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/star_2_location.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/star_2_location.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/star_2_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/star_2_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/sun_occluder_1.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/sun_occluder_1.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/tall_house.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/tall_house.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/tree.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/tree.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/triangle.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/triangle.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/yet_even_better_assets.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/yet_even_better_assets.blend -------------------------------------------------------------------------------- /test/desmos-plane-2/assets/yet_even_better_assets.blend1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/assets/yet_even_better_assets.blend1 -------------------------------------------------------------------------------- /test/desmos-plane-2/better_airplane.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/better_airplane.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/canyon_1.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/canyon_1.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/canyon_2.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/canyon_2.ply -------------------------------------------------------------------------------- /test/desmos-plane-2/dummy-expression-perf.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/dummy-expression-perf.lisp -------------------------------------------------------------------------------- /test/desmos-plane-2/fast-exporter/ply-export-utility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/fast-exporter/ply-export-utility.py -------------------------------------------------------------------------------- /test/desmos-plane-2/import-helpers.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/import-helpers.lisp -------------------------------------------------------------------------------- /test/desmos-plane-2/linalg.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/linalg.lisp -------------------------------------------------------------------------------- /test/desmos-plane-2/main-minimal.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/main-minimal.lisp -------------------------------------------------------------------------------- /test/desmos-plane-2/main-performance.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/main-performance.lisp -------------------------------------------------------------------------------- /test/desmos-plane-2/main.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/main.lisp -------------------------------------------------------------------------------- /test/desmos-plane-2/test.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/test.tex -------------------------------------------------------------------------------- /test/desmos-plane-2/yeeg2.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane-2/yeeg2.ply -------------------------------------------------------------------------------- /test/desmos-plane/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/.DS_Store -------------------------------------------------------------------------------- /test/desmos-plane/3d-utility-macros.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/3d-utility-macros.lisp -------------------------------------------------------------------------------- /test/desmos-plane/assets.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets.blend -------------------------------------------------------------------------------- /test/desmos-plane/assets.blend1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets.blend1 -------------------------------------------------------------------------------- /test/desmos-plane/assets/.gitignore: -------------------------------------------------------------------------------- 1 | *.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/Camera.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/Camera.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/Light.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/Light.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/better_airplane.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/better_airplane.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/better_assets.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/better_assets.blend -------------------------------------------------------------------------------- /test/desmos-plane/assets/better_assets.blend1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/better_assets.blend1 -------------------------------------------------------------------------------- /test/desmos-plane/assets/canyon_1.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/canyon_1.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/canyon_1_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/canyon_1_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/canyon_2.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/canyon_2.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/canyon_2_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/canyon_2_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/canyon_3.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/canyon_3.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/canyon_3_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/canyon_3_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/canyon_4.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/canyon_4.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/canyon_4_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/canyon_4_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/canyon_5.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/canyon_5.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/canyon_5_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/canyon_5_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/canyon_6.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/canyon_6.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/canyon_6_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/canyon_6_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/canyon_7.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/canyon_7.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/canyon_7_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/canyon_7_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/canyon_8.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/canyon_8.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/canyon_8_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/canyon_8_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/canyon_9.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/canyon_9.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/canyon_9_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/canyon_9_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/checkpoint_2_collider.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/checkpoint_2_collider.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/checkpoint_2_location.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/checkpoint_2_location.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/checkpoint_2_velocity.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/checkpoint_2_velocity.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/checkpoint_3_collider.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/checkpoint_3_collider.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/checkpoint_3_location.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/checkpoint_3_location.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/checkpoint_3_velocity.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/checkpoint_3_velocity.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/menu_scene.001.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/menu_scene.001.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/menu_scene.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/menu_scene.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/menu_scene_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/menu_scene_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/star.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/star.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/star_1_location.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/star_1_location.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/star_1_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/star_1_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/star_2_location.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/star_2_location.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/star_2_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/star_2_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/sun_occluder_1.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/sun_occluder_1.ply -------------------------------------------------------------------------------- /test/desmos-plane/assets/triangle.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/assets/triangle.ply -------------------------------------------------------------------------------- /test/desmos-plane/fast-exporter/ply-export-utility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/fast-exporter/ply-export-utility.py -------------------------------------------------------------------------------- /test/desmos-plane/graphics-library.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/graphics-library.lisp -------------------------------------------------------------------------------- /test/desmos-plane/gui.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/gui.lisp -------------------------------------------------------------------------------- /test/desmos-plane/import-helpers.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/import-helpers.lisp -------------------------------------------------------------------------------- /test/desmos-plane/linear-algebra.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/linear-algebra.lisp -------------------------------------------------------------------------------- /test/desmos-plane/main-NUMBERMATRICES.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/main-NUMBERMATRICES.lisp -------------------------------------------------------------------------------- /test/desmos-plane/main-RENDERPROXYBACKUP.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/main-RENDERPROXYBACKUP.lisp -------------------------------------------------------------------------------- /test/desmos-plane/main.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/main.lisp -------------------------------------------------------------------------------- /test/desmos-plane/perftest.lisp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/desmos-plane/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-plane/test.js -------------------------------------------------------------------------------- /test/desmos-racer/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/.DS_Store -------------------------------------------------------------------------------- /test/desmos-racer/assets/Camera.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/Camera.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/Light.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/Light.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/better_airplane.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/better_airplane.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/better_assets.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/better_assets.blend -------------------------------------------------------------------------------- /test/desmos-racer/assets/better_assets.blend1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/better_assets.blend1 -------------------------------------------------------------------------------- /test/desmos-racer/assets/canyon_1.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/canyon_1.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/canyon_1_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/canyon_1_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/canyon_2.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/canyon_2.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/canyon_2_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/canyon_2_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/canyon_3.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/canyon_3.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/canyon_3_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/canyon_3_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/canyon_4.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/canyon_4.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/canyon_4_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/canyon_4_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/canyon_5.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/canyon_5.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/canyon_5_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/canyon_5_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/canyon_6.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/canyon_6.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/canyon_6_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/canyon_6_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/canyon_7.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/canyon_7.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/canyon_7_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/canyon_7_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/canyon_8.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/canyon_8.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/canyon_8_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/canyon_8_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/canyon_9.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/canyon_9.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/canyon_9_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/canyon_9_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/checkpoint_1_collider.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/checkpoint_1_collider.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/checkpoint_1_location.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/checkpoint_1_location.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/checkpoint_1_velocity.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/checkpoint_1_velocity.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/checkpoint_2_collider.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/checkpoint_2_collider.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/checkpoint_2_location.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/checkpoint_2_location.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/checkpoint_2_velocity.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/checkpoint_2_velocity.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/checkpoint_3_collider.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/checkpoint_3_collider.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/checkpoint_3_location.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/checkpoint_3_location.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/checkpoint_3_velocity.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/checkpoint_3_velocity.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/even_better_assets.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/even_better_assets.blend -------------------------------------------------------------------------------- /test/desmos-racer/assets/even_better_assets.blend1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/even_better_assets.blend1 -------------------------------------------------------------------------------- /test/desmos-racer/assets/light_1.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/light_1.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/light_2.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/light_2.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/menu_scene.001.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/menu_scene.001.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/menu_scene.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/menu_scene.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/menu_scene_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/menu_scene_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/star.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/star.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/star_1_location.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/star_1_location.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/star_1_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/star_1_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/star_2_location.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/star_2_location.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/star_2_viewbox.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/star_2_viewbox.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/sun_occluder_1.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/sun_occluder_1.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/tree.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/tree.ply -------------------------------------------------------------------------------- /test/desmos-racer/assets/triangle.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/assets/triangle.ply -------------------------------------------------------------------------------- /test/desmos-racer/fast-exporter/ply-export-utility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/fast-exporter/ply-export-utility.py -------------------------------------------------------------------------------- /test/desmos-racer/import-helpers.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/import-helpers.lisp -------------------------------------------------------------------------------- /test/desmos-racer/linalg.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/linalg.lisp -------------------------------------------------------------------------------- /test/desmos-racer/main-minimal.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/main-minimal.lisp -------------------------------------------------------------------------------- /test/desmos-racer/main-performance.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/main-performance.lisp -------------------------------------------------------------------------------- /test/desmos-racer/main.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/main.lisp -------------------------------------------------------------------------------- /test/desmos-racer/test.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/test.tex -------------------------------------------------------------------------------- /test/desmos-racer/yeeg2.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/desmos-racer/yeeg2.ply -------------------------------------------------------------------------------- /test/file-server.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/file-server.mjs -------------------------------------------------------------------------------- /test/index.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/index.mjs -------------------------------------------------------------------------------- /test/internal/3dproj.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/3dproj.json -------------------------------------------------------------------------------- /test/internal/3dproj.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/3dproj.lisp -------------------------------------------------------------------------------- /test/internal/old/another-test.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/another-test.lisp -------------------------------------------------------------------------------- /test/internal/old/cg3d-2.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/cg3d-2.lisp -------------------------------------------------------------------------------- /test/internal/old/cg3d-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/cg3d-2.tex -------------------------------------------------------------------------------- /test/internal/old/chaos-game-3d.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/chaos-game-3d.lisp -------------------------------------------------------------------------------- /test/internal/old/chaos-game-3d.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/chaos-game-3d.tex -------------------------------------------------------------------------------- /test/internal/old/comprehension.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/comprehension.json -------------------------------------------------------------------------------- /test/internal/old/comprehension.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/comprehension.lisp -------------------------------------------------------------------------------- /test/internal/old/desmos.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/desmos.tex -------------------------------------------------------------------------------- /test/internal/old/getstate-reverse-engineering.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/getstate-reverse-engineering.json -------------------------------------------------------------------------------- /test/internal/old/iftest.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/iftest.lisp -------------------------------------------------------------------------------- /test/internal/old/iftest.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/iftest.tex -------------------------------------------------------------------------------- /test/internal/old/main-BACKUP2.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/main-BACKUP2.lisp -------------------------------------------------------------------------------- /test/internal/old/main-OLDVERSION.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/main-OLDVERSION.lisp -------------------------------------------------------------------------------- /test/internal/old/main_withlightingcode.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/main_withlightingcode.lisp -------------------------------------------------------------------------------- /test/internal/old/old-overlap-code.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/old-overlap-code.lisp -------------------------------------------------------------------------------- /test/internal/old/pool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/pool.json -------------------------------------------------------------------------------- /test/internal/old/pool.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/pool.lisp -------------------------------------------------------------------------------- /test/internal/old/pool.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/pool.tex -------------------------------------------------------------------------------- /test/internal/old/sample.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/sample.json -------------------------------------------------------------------------------- /test/internal/old/test-include.lisp: -------------------------------------------------------------------------------- 1 | (= testIncludeWorked 0) -------------------------------------------------------------------------------- /test/internal/old/while.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/while.lisp -------------------------------------------------------------------------------- /test/internal/old/while.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/old/while.tex -------------------------------------------------------------------------------- /test/internal/procedure2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/procedure2.json -------------------------------------------------------------------------------- /test/internal/procedure2.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/internal/procedure2.lisp -------------------------------------------------------------------------------- /test/me-when-no-desmos-recursion.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/me-when-no-desmos-recursion.lisp -------------------------------------------------------------------------------- /test/multilayer-function.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/multilayer-function.lisp -------------------------------------------------------------------------------- /test/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/package-lock.json -------------------------------------------------------------------------------- /test/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/package.json -------------------------------------------------------------------------------- /test/quadtree.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radian628/lispsmos/HEAD/test/quadtree.lisp --------------------------------------------------------------------------------