Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fake-bge-module

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fake-bge-module

Collection of the fake Blender Game Engine (BGE) Python API module for the code completion.

  • 20241214
  • Source
  • PyPI
  • Socket score

Maintainers
1

Fake Blender Game Engine (BGE) Python API module collection: fake-bge-module

fake-bge-module is the collections of the fake Blender Game Engine (BGE) Python API modules for the code completion in commonly used IDEs.

Note: The similar project for Blender is available on fake-bpy-module which targets Blender.

To realize the long support of this project, your support is helpful. You can support the development of this project via GitHub Sponsors. See the contribution document for the detail of the support.

Requirements

fake-bpy-module requires Python 3.12.

Install

fake-bge-module can be installed via a pip package, or pre-generated modules. You can also generate and install modules manually.

Install via pip package

fake-bge-module is registered to PyPI.
You can install it as a pip package.

Install a latest package

If you install fake-bpy-module for Blender latest build (master branch daily build powered by nutti/upbge-daily-build), run below command.

pip install fake-bge-module

or, specify version "latest".

pip install fake-bge-module-latest
Install a version specific package

If you want to install a version specific package, run below command.

pip install fake-bge-module-<version>

If you install fake-bge-module for UPBGE 0.2.5, run below command.

pip install fake-bge-module-0.2.5

Note: For PyCharm users, change the value idea.max.intellisense.filesize in idea.properties file to more than 2600 because some modules have the issue of being too big for intelliSense to work.

Supported UPBGE Version
VersionPyPI
0.2.5https://pypi.org/project/fake-bge-module-0.2.5/
0.30https://pypi.org/project/fake-bge-module-0.30/
0.36https://pypi.org/project/fake-bge-module-0.36/
latesthttps://pypi.org/project/fake-bge-module/
https://pypi.org/project/fake-bge-module-latest/

Install via pre-generated modules

Download Pre-generated modules from Release page.

The process of installation via pre-generated modules is different by IDE. See the installation processes as follows for detail.

Generate Modules Manually

You can also generate modules manually. See Generate Modules for detail.

Change Log

See CHANGELOG.md

Bug report / Feature request / Disscussions

If you want to report bug, request features or discuss about this add-on, see ISSUES.md.

Contribution

If you want to contribute to this project, see CONTRIBUTING.md.

Project Authors

Owner

@nutti

Indie Game/Application Developer.
Especially, I spend most time to improve Blender and Unreal Game Engine via providing the extensions.

Support via GitHub Sponsors

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc