(WIP)Difficult Rocket by Python https://dr.shenjack.top
Go to file
shenjack f9eeafe322
好活!
readme update

看起来更像 Dear ImGui 一些(looks more like Dear ImGui

and some intersting feature to the button

remove debug

确认一下action

404 修改

writing theme

looks good

better?

a ?

alpha=255 not 256

looks better

try new pyglet first

看起来好一些

sync pyglet

水一手

这波必须得水一手了,要不然commit太少了(确信

丢点正经东西上去

顺手继承一下Options

补充docs

坏了,忘记水commit了(

至少我能早睡了(

这里还能水一点来着(

试试再说

reee

保证能跑(

同步lib not dr 的修改

忘记带上 None了

还是加上一个额外的判断参数吧

刷点commit也不错

先更新一下依赖版本

水commit啦

理论可行,实践开始!

构建参数喜加一

reeeee

更新一下 pyproject 的依赖

fix typing

looks better

水一个(

测试?

sync pyglet to master

A | Try use rust-cache

looks good?

what?

C | sync pyglet

A | 添加了一个 Button Draw Theme

A | Magic Number (确信)

A | 尽量不继承Options

sync pyglet

A | Add theme

A | Add more Theme information

Enhance | Theme

sync pyglet

Add | add unifont

Enhance | use os.walk in font loading

Enhance | Use i18n in font loading

Enhance | doc

sync pyglet

Add | add 3.12 build option to build_rs

Fix | Button position have a z

sync pyglet

A | Logger.py 启动!

sync pyglet

Changed | Bump pyo3 to 0.20.0

add logger.py update

logger!

Add | more logger!

Add | lib-not-dr

some lib-not-dr
2023-11-20 20:12:56 +08:00
.github/workflows 好活! 2023-11-20 20:12:56 +08:00
.vscode remove useless 2023-08-08 01:33:12 +08:00
assets 好活! 2023-11-20 20:12:56 +08:00
config enable render 2023-07-21 20:09:24 +08:00
Difficult_Rocket 好活! 2023-11-20 20:12:56 +08:00
docs 好活! 2023-11-20 20:12:56 +08:00
libs 好活! 2023-11-20 20:12:56 +08:00
mods/dr_game 好活! 2023-11-20 20:12:56 +08:00
test change some stuf 2023-07-13 23:04:20 +08:00
.gitattributes add .otf for lfs 2023-04-08 19:25:52 +08:00
.gitignore add more 2023-07-14 00:21:32 +08:00
build_rs.ps1 好活! 2023-11-20 20:12:56 +08:00
desktop.ini update pyglet and add more 2022-06-04 11:08:30 +08:00
DR.py 好活! 2023-11-20 20:12:56 +08:00
LICENSE LICENSE! 2022-01-19 20:21:57 +08:00
nuitka_build.py 好活! 2023-11-20 20:12:56 +08:00
pyproject.toml 好活! 2023-11-20 20:12:56 +08:00
README.md 好活! 2023-11-20 20:12:56 +08:00
requirement-build.txt 好活! 2023-11-20 20:12:56 +08:00
requirement-dev.txt 好活! 2023-11-20 20:12:56 +08:00
requirement.txt update denpendecy 2023-07-23 02:25:24 +08:00

Difficult Rocket

中文 | English

请注意 这个仓库未来只会发布 DR SDK 的更新 DR game 的更新会在 这里 发布

demo

996.icu Generic badge Generic badge Generic badge Generic badge

版本

关于版本号的说明

release version pre version devlo version

language badge

DR sdk 最新 Action 构建

DR rs 最新 Action 构建

English README please look here

这是一个用Python制作的类Simple Rocket游戏(简称:火箭模拟器)

优势

相对于原版SR比较“轻量化”

计划特性列表

YouTrack

更新日志

环境需求 (测试过的 / 开发平台)

  • 开发平台 1 - Windows 10 x64 22H2
    • Python 3.8.10 / 3.10.11
      • pillow 10.0.0
      • psutil 5.9.5
      • rtoml 0.9.0
      • tomlkit 0.12.1
      • defusedxml 0.7.1
      • objprint 0.2.2
      • viztracer 0.15.6
      • vizplugins 0.1.3
      • nuitka 1.7.10
      • ordered-set 4.1.0
      • imageio 2.31.2
      • wheel 0.41.2
      • setuptools 68.1.2
      • setuptools-rust 1.7.0
    • AMD R5 5600X
    • AMD RX 550 4G

需要的 Python 模块

  • pyglet (已经内置 V2.0.8 路径:./libs/pyglet)
  • xmltodict (已经内置 V0.12.0 路径:./libs/xmltodict)
  • pyperclip (已经内置 V1.8.2 路径: ./libs/pyperclip)
# this requirement is for
#   DR basic running from source
#   DR build (by nuitka)
#   DR contributing

# for images
# not for pypy >= 3.10
pillow >= 10.0.0; (platform_python_implementation == "PyPy" and python_version < "3.10") or platform_python_implementation == "CPython"

# for sys info
psutil >= 5.9.5

# for files
rtoml >= 0.9.0
tomlkit >= 0.11.8
defusedxml >= 0.7.1

# for debug
objprint >= 0.2.2
viztracer >= 0.15.6; platform_python_implementation != "PyPy"
vizplugins >= 0.1.3; platform_python_implementation != "PyPy"

# for compile
nuitka >= 1.7.5
ordered-set >= 4.1.0
imageio >= 2.31.0; (platform_python_implementation == "PyPy" and python_version < "3.10") or platform_python_implementation == "CPython"
wheel >= 0.40.0
setuptools >= 67.8.0
setuptools-rust >= 1.6.0

感谢

  • 开源项目

    • pyglet : GUI 和画面渲染
    • tomlkit / rtoml : toml 解析器
    • xmltodict: xml 与 dict 转换器
    • pyperclip: 剪贴板!
    • rapier2d : 物理模拟引擎
    • pyo3: Rust Python 扩展
  • 主要贡献者

相关链接

关于分享协议

https://creativecommons.org/licenses/by-nc-sa/4.0/

署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)

这是一份普通人可以理解的许可协议概要 (但不是替代) 。 免责声明.

您可以自由地:

共享 — 在任何媒介以任何形式复制、发行本作品

演绎 — 修改、转换或以本作品为基础进行创作

只要你遵守许可协议条款,许可人就无法收回你的这些权利。

惟须遵守下列条件:

署名 — 您必须给出地当的署名,提供指向本许可协议的链接,同时标明是否(对原始作品)作了修改。您可以用任何合理的方式来署名,但是不得以任何方式暗示许可人为您或您的使用背书。

非商业性使用 — 您不得将本作品用于商业目的。

相同方式共享 — 如果您再混合、转换或者基于本作品进行创作,您必须基于与原先许可协议地同的许可协议 分发您贡献的作品。

没有附加限制 — 您不得适用法律术语或者 技术措施 从而限制其他人做许可协议允许的事情。

声明:

您不必因为公共领域的作品要素而遵守许可协议,或者您的使用被可适用的 例外或限制所允许。

不提供担保。许可协议可能不会给与您意图使用的所必须的所有许可。例如,其他权利比如形象权、隐私权或人格权可能限制您如何使用作品。