From 19afd927d08184eeeb0d8441ac61f7a235ba5c2e Mon Sep 17 00:00:00 2001 From: Reuben Date: Tue, 27 Jan 2026 16:42:36 +0000 Subject: [PATCH] Add JoBase game library details Added JoBase game library information to the index. --- index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.md b/index.md index 25919bf..9610a25 100644 --- a/index.md +++ b/index.md @@ -80,6 +80,12 @@ TODO Like their 3D counterparts, these game engines are ready to go, just rather flatter. +### JoBase + +[Website](https://jobase.org) — [PyPI](https://pypi.org/project/JoBase/) — [Source](https://github.com/JoBase/JoBase) — [Docs](https://jobase.org/docs) — [Discord](https://discord.gg/DzHyvZfa5q) + +JoBase is a very fast Python game library designed for beginner programmers. Unlike most Python game libraries, it is written in pure C which makes it ideal for performance-critical 2D games. + ### PursuedPyBear [Website](https://ppb.dev/) — [PyPI](https://pypi.org/project/ppb/) — [Source](https://github.com/ppb/pursuedpybear) — [Docs](https://ppb.readthedocs.io/en/stable/) — [Discord](https://discord.gg/s7qx493) — [Twitter](https://twitter.com/pursuedpybear)