No-Lab-Physics

所属分类:物理/力学计算
开发工具:JavaScript
文件大小:98KB
下载次数:0
上传日期:2022-03-17 17:43:46
上 传 者sh-1993
说明:  核桃山编程俱乐部2021年展示项目。没有实验物理可以让学生和老师创造他们自己的实验...
(Walnut Hills Programming Club s 2021 showcase project. No Lab Physics allows students and teachers to create their own custom physics labs.)

文件列表:
LICENSE (1098, 2022-03-18)
about.html (1972, 2022-03-18)
experiment-create.html (2750, 2022-03-18)
experiment-src (0, 2022-03-18)
experiment-src\canvas.js (2718, 2022-03-18)
experiment-src\collisions.js (6291, 2022-03-18)
experiment-src\coordTransforms.js (633, 2022-03-18)
experiment-src\create.js (11550, 2022-03-18)
experiment-src\helpers.js (346, 2022-03-18)
experiment-src\index.js (901, 2022-03-18)
experiment-src\objects.js (9898, 2022-03-18)
experiment-src\serialization.js (4076, 2022-03-18)
experiment-src\serializationClassNameKey.js (205, 2022-03-18)
experiment-src\start.js (11550, 2022-03-18)
experiment-src\vector.js (4471, 2022-03-18)
experiment-src\walls.js (999, 2022-03-18)
experiment.html (1303, 2022-03-18)
explore-img (0, 2022-03-18)
explore-img\balls.png (32589, 2022-03-18)
explore-img\orbit.png (7599, 2022-03-18)
explore-img\ramp.png (12098, 2022-03-18)
explore-img\random.png (16513, 2022-03-18)
explore-img\rectangle.png (4634, 2022-03-18)
explore-img\smaller.png (8143, 2022-03-18)
explore.html (1398, 2022-03-18)
explore.js (867, 2022-03-18)
feedback.html (1826, 2022-03-18)
index.html (1394, 2022-03-18)
index.js (2083, 2022-03-18)
navbar.js (1349, 2022-03-18)
netlify-functions (0, 2022-03-18)
netlify-functions\experiment-url.js (1063, 2022-03-18)
netlify.toml (42, 2022-03-18)
nprogress.js (375, 2022-03-18)
package-lock.json (6103, 2022-03-18)
package.json (165, 2022-03-18)
physics.icons (0, 2022-03-18)
... ...

# No Lab Physics Walnut Hills Programming Club's 2021 showcase project. No Lab Physics allows students and teachers to create their own custom physics labs. Try it here: . ## Running the project You can use repl.it, or you can run it locally. Running the project locally: Unfortunately ES modules aren't allowed over files, so you have to set up a simple HTTP file server. Here are a few options for starting a local file server. - VSCode has an extension called Live Server that you can use for this. (suggestion by Louis) - You can run `python -m http.server 8000` if you have Python 3 installed (or `python -m SimpleHTTPServer 8000` on Python 2). - You can run `npx serve` if you have npm installed. Running it locally or on repl.it will mean that the serverless functions for generating short URLs won't work, but that doesn't really matter because it'll fall back to generating long URLs. ## Contributing Pull requests are welcome from those in the club. Make sure to open a issue first for larger contributions so we can discuss those large changes and make sure we get them right before we crash our main branch.

近期下载者

相关文件


收藏者