Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`