Skip to main content

AI驱动的物理游戏引擎 - 聚合设计

Project description

NexusFine - AI驱动的物理游戏引擎

中文名:聚合设计

一个 AI 驱动的物理游戏引擎,可以快速构建子弹下落、球类运动等 2D/3D 物理小游戏。

特性:

  • AI 驱动 - 使用 AI 进行物理计算
  • 简单易用 - 几行代码即可创建游戏
  • 2D/3D 支持 - 自动适配维度
  • 档位调节 - A/B/C 三档性能调节
  • 模块化设计 - 子弹、球、云、蒸汽

安装: pip install NexusFine

快速开始: from nexusfine import NF a = "SK-XXXXXXX" NF(a) # X轴 NF(a) # Y轴 NF(a, a) # 构建 2D 系统 NF("Game.exe") # 启动游戏

完整示例: from nexusfine import NF a = "SK-XXXXXXX" NF(a) NF(a) NF(a, a) NF("MyGame.exe")

模块说明: NF - 子弹,2D (X, Y) NB - 球,2D (X, Y) NC - 云,2D (X, Y) NS - 蒸汽,3D (X, Y, Z)

使用示例: 子弹: from nexusfine import NF a = "SK-XXXXXXX" NF(a); NF(a); NF(a, a); NF("Bullet.exe")

球: from nexusfine import NB a = "SK-XXXXXXX" NB(a); NB(a); NB(a, a); NB("Ball.exe")

蒸汽(3D): from nexusfine import NS a = "SK-XXXXXXX" NS(a); NS(a); NS(a); NS(a, a, a); NS("Steam.exe")

高级功能(档位调节): from nexusfine import NF, NS a = "SK-XXXXXXX" config = NS.config("NF", mode="A", duration=20) NF.set_mode("A") NF("x_axis") NF("y_axis") NF(config, "x_axis", "y_axis") NF("Game.exe")

档位说明: A - 高性能模式 B - 平衡模式 C - 省电模式

依赖: Python >= 3.6 requests >= 2.25.0

更新日志: v0.2.0 (2026-06-20)

  • 新增档位调节功能
  • 新增 NS 蒸汽模块(3D)
  • 优化代码结构

v0.1.0 (2026-06-19)

  • 首次发布

许可证:MIT License

作者:bengtiaotiao

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nexusfine-0.2.1.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nexusfine-0.2.1-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file nexusfine-0.2.1.tar.gz.

File metadata

  • Download URL: nexusfine-0.2.1.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for nexusfine-0.2.1.tar.gz
Algorithm Hash digest
SHA256 6b32021e4c87049bb1189109fb4ec24ea2388a4fb29c24982480c03cb78797c8
MD5 9fca97b5c965e05321bd192b454e560a
BLAKE2b-256 e483d6c06b3a13bf992cc21804db7c4ad252a95017fea55eb1fad926be10e0fc

See more details on using hashes here.

File details

Details for the file nexusfine-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: nexusfine-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 4.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for nexusfine-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fb3255dae9736ae2a7e52f48fa0368f4f5e3e851e3728b06bacc6c9263ddb32c
MD5 628aefaabec002268634c84f0d1f6c6b
BLAKE2b-256 a11c599b09d85dbca762addc343bf99e57a21ca4c26e45807cdb4a55a11ea12e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page