Delete files
This commit is contained in:
parent
bce22ed6f7
commit
eb01e2bb2b
40
README.org
40
README.org
@ -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.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||

|
|
@ -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"
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user