diff --git a/README.org b/README.org deleted file mode 100644 index 3f01fa9..0000000 --- a/README.org +++ /dev/null @@ -1,40 +0,0 @@ -* FPS Scene - -You can walk around the scene with simple FPS controls. -Open `scene.html` with an http server, you can use the following; - - -python3 -m http.server - -Unfortunately, elm-reactor has issues with loading obj files so that's why the -python server is needed. - -![alt text](screenshots/elm-fps.png "FPS Scene") - - -* Controls - -Mouse - Look Rotation - -WASD - Player movement - -◀ ▼ ▲ ▶ - Move the Robot - -N and M - Rotate robot left and right - -Y and H - Rotate robot arm up and down - -U and J - Rotate robot hand up and down - - -* PQTorusknot - -Either open up `torus.html`, or use the command `elm-reactor`, if you want to be able to modify the source file and compile; - -https://guide.elm-lang.org/install.html - -Alternatively, here's the Ellie link - -https://ellie-app.com/vVTgpBj77ra1 - -![alt text](screenshots/elm-knot.png "PQ Torus Knot") diff --git a/textures/elm-package.json b/textures/elm-package.json deleted file mode 100644 index f5ba1c5..0000000 --- a/textures/elm-package.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "version": "1.0.0", - "summary": "helpful summary of your project, less than 80 characters", - "repository": "https://github.com/user/project.git", - "license": "BSD3", - "source-directories": [ - "." - ], - "exposed-modules": [], - "dependencies": { - "elm-lang/core": "5.1.1 <= v < 6.0.0", - "elm-lang/html": "2.0.0 <= v < 3.0.0" - }, - "elm-version": "0.18.0 <= v < 0.19.0" -}