Delete files

This commit is contained in:
Joseph Ferano 2023-06-29 16:51:01 +07:00
parent bce22ed6f7
commit eb01e2bb2b
2 changed files with 0 additions and 55 deletions

View File

@ -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")

View File

@ -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"
}