Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christopher-besch/physics_words
HTML canvas physics simulation with blocks building custom text.
https://github.com/christopher-besch/physics_words
canvas physics simulation
Last synced: about 5 hours ago
JSON representation
HTML canvas physics simulation with blocks building custom text.
- Host: GitHub
- URL: https://github.com/christopher-besch/physics_words
- Owner: christopher-besch
- License: mit
- Created: 2021-03-29T06:21:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-01T11:17:37.000Z (about 3 years ago)
- Last Synced: 2023-03-05T07:42:58.708Z (over 1 year ago)
- Topics: canvas, physics, simulation
- Language: JavaScript
- Homepage: https://christopher-besch.github.io/physics_words/out/index.html
- Size: 165 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Physics Words
The project I finished three days too late.
Run the build script with `./build.sh` to compile the text from [text.txt](text.txt) into the physics simulation.
The font can be exchanged if needed.
It gets compiled into a single html file so that it can easily be sent to other users without having to upload it to the web.An example can be found [here](https://christopher-besch.github.io/physics_words/out/index.html).
# Requirements
- Python3
- Jinja2
- inliner
- can be installed with `pip3 install inliner`