[ann] mltree cmd

Its really a library, but we wanted to include a lot of stuff. Everything is optional though, but we have a physics module which you would maybe find more easily in a game engine.

There is a GUI library to be able to quickly a menu to the game.

The main missing things are a way to handle savefiles and the sound support is not great (no way to pause sounds)

2d physics, 3d, or both ?


elm-playground and gamelle, they have as a goal to make a pygame equivalence ?


pygame seems to make the aa of circle by itself, I also made a circle with aa, but sent it to im, so I didn’t kept it.

If I want to include it, it would have to be done again.


will the 2d / 3d physics be available for both desktop and included into a webpage ?

Gamelle is only 2D. Everything in gamelle is both webpage and desktop compatible.

The physics module is very basic and does not have a great API by the way. Its more of draft. Other parts of gamelle are more polished