log python/src/lib.rs @ 796:d876ac2ccfe1 default tip

age author description
Sun, 28 Jun 2026 14:27:03 +0200 Link Mauve Pass audio only once to GameRunner default tip
Tue, 02 Jun 2026 19:06:16 +0200 Link Mauve python: Rewrite the main entrypoint in Rust
Sat, 17 Jan 2026 22:22:25 +0100 Link Mauve python: Replace the image crate with png
Mon, 01 Dec 2025 17:05:48 +0100 Link Mauve Replace SDL2_image with the image crate
Sun, 23 Nov 2025 12:48:03 +0100 Link Mauve Replace pytouhou.utils.random.Random with a Rust version
Fri, 21 Nov 2025 10:21:59 +0100 Link Mauve Replace SDL2_mixer with the kira crate
Thu, 20 Nov 2025 19:02:19 +0100 Link Mauve formats: Rewrite msg parsing in Rust
Sun, 09 Nov 2025 19:50:35 +0100 Link Mauve Stop exposing PBG3 to Python
Sat, 08 Nov 2025 19:29:33 +0100 Link Mauve Replace the stage parser with the Rust one
Sat, 08 Nov 2025 18:26:01 +0100 Link Mauve Partially replace the Loader with a Rust one
Mon, 13 Oct 2025 17:44:38 +0000 Link Mauve Python: Upgrade pyo3 from 0.17 to 0.26
Mon, 05 Sep 2022 17:53:36 +0200 Emmanuel Gil Peyrot Rust: Add a Glide renderer (2D only for now)
Tue, 30 Aug 2022 18:23:55 +0200 Emmanuel Gil Peyrot Rust: Add a libtouhou Python wrapper using pyo3