Hacker News new | ask | show | jobs
by DerThorsten 140 days ago
Author here: If you want to skip the reading and directely want to go to the code, just go here https://notebook.link/@DerThorsten/jupyter-games

A jupyter notebook which runs python in the browsers via wasm will wait for you. Pyb2d3, python bindings for box2d-3 are installed in the environment and are used to create tiny games / simulations in a hand full of lines of code.

The goal of this is to make fun things like box2d accessible for educational purposes and similar, without the hussle of installing anything.