Fake BGE module - for code auto-completion in a IDE

fake-bge-module is the collections of the fake Blender Game Engine (BGE) Python API modules for the code completion in commonly used IDEs.
This project is a derived project from fake-bpy-module project, but focuses on UPBGE.

PyPI package is also available.
Only you need to do is executing pip install fake-bge-module-<upbge_version>.

Any requests and comments are welcome.

fake-bpy-module channel (https://blender.chat/channel/fake-bpy-module) at blender.chat is also usable for the discussion of fake-bge-module.

Have a fun for bge coding!!

1 Like

Released non-regular update.

Notice

From this version, fake-bge-module requires Python 3.12.

Updated Features

  • Support fake-bge-module-0.30 and fake-bge-module-0.36
  • Create an alias fake-bge-module to fake-bge-module-latest

Other Updates

  • Merge fake-bpy-module update (20241010)
  • Fix bugs

Released non-regular update.

Notice

From this version, fake-bge-module supports Python 3.8 to 3.11 again.

Other Updates

  • Merge fake-bpy-module update (20250130)