diff --git a/DR.py b/DR.py index 83ab3e6..032f681 100644 --- a/DR.py +++ b/DR.py @@ -1,4 +1,5 @@ -""" +# -*- coding: utf-8 -*- +""" writen by shenjackyuanjie mail: 3695888@qq.com """ diff --git a/README.md b/README.md index 422c29f..7f33963 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [comment]: <> ([中文](./docs/README-cn.md) | English) -中文 | [English](./docs/README-en.md) +中文 | [English](/docs/README-en.md) - [GitHub](https://github.com/shenjackyuanjie/Difficult-Rocket) - [gitee](https://gitee.com/shenjackyuanjie/Difficult-Rocket) diff --git a/docs/plan_features/README.md b/docs/plan_features/README.md index 8043d4f..d7ac3df 100644 --- a/docs/plan_features/README.md +++ b/docs/plan_features/README.md @@ -8,20 +8,20 @@ 注:文件名指的是本文件夹里的详细说明文件的文件名,如果没有则代表没有详细说明 -| 特性描述 | 文件名 | 状态 | -| :----: | :----: | :----: | -| 轨道规划 | orbit-plan | planing | -| 部件可成环 | multi-connect | planing | -| 多指令舱控制 | multi-control | planing | -| 自定义部件旋转角度 | custom-turn-angle | planing | -| 自定义warp速度 | custom-warp-speed | planing | -| Dv计算 | Dv-calculation | planing | -| socket 联机 | online-play | planing | -| 操作界面可视化轨道 | visible-orbit | planing | -| 可堆叠部件 | part-stack | planing | -| 可压缩结构 | part-zip | planing | -| 部件平移 | part-move | planing | -| 存档额外信息 | extra-save-info | planing | +| 特性描述 | 文件名 | 状态 | +|:---------:|:-------------------:|:-------:| +| 轨道规划 | orbit-plan | planing | +| 部件可成环 | multi-connect | planing | +| 多指令舱控制 | multi-control | planing | +| 自定义部件旋转角度 | custom-turn-angle | planing | +| 自定义warp速度 | custom-warp-speed | planing | +| Dv计算 | Dv-calculation | planing | +| socket 联机 | online-play | planing | +| 操作界面可视化轨道 | visible-orbit | planing | +| 可堆叠部件 | part-stack | planing | +| 可压缩结构 | part-zip | planing | +| 部件平移 | part-move | planing | +| 存档额外信息 | extra-save-info | planing | | 自定义部件分组开关 | custom-stage-on-off | planing | # 文件范例 diff --git a/docs/字体展示.pptx b/docs/字体展示.pptx index 7d1c364..f84800b 100644 Binary files a/docs/字体展示.pptx and b/docs/字体展示.pptx differ diff --git a/nuitka-complie.ps1 b/nuitka-complie.ps1 deleted file mode 100644 index 35a6722..0000000 --- a/nuitka-complie.ps1 +++ /dev/null @@ -1 +0,0 @@ -python3.8.exe -m nuitka --mingw64 --show-memory --show-progress --output-dir=build/nuitka --enable-plugin=numpy --nofollow-import-to=objprint,numpy,http,urllib,ssl,socket,html,email --follow-import-to=Difficult_Rocket,libs.pyglet --standalone .\DR.py diff --git a/nuitka1-complie.ps1 b/nuitka1-complie.ps1 index 4e48953..96f0028 100644 --- a/nuitka1-complie.ps1 +++ b/nuitka1-complie.ps1 @@ -1 +1,8 @@ -python3.8.exe -m nuitka --jobs=24 --mingw64 --show-memory --show-progress --output-dir=build/nuitka --enable-plugin=numpy --nofollow-import-to=objprint,numpy,http,urllib,ssl,socket,html,email,pyglet --standalone .\DR.py +$start_time = Get-Uptime +python3.8.exe -m nuitka --jobs=24 --clang --mingw64 --lto=no --show-memory --show-progress --output-dir=build/nuitka1 --include-data-dir=./configs=./configs --include-data-dir=./libs/fonts=./libs/fonts --include-data-dir=./textures=./textures --include-data-dir=./libs/pyglet=./pyglet --enable-plugin=numpy --nofollow-import-to=objprint,numpy,pillow,cffi,PIL,pyglet --standalone $args .\DR.py +$end_time = Get-Uptime +$out = $end_time.TotalMilliseconds - $start_time.TotalMilliseconds +Write-Output $end_time.TotalSeconds $start_time.TotalSeconds $out +# --include-data-dir=./libs/pyglet=./pyglet +# --run +# --disable-ccache diff --git a/nuitka2-complie.ps1 b/nuitka2-complie.ps1 index e7aa36d..1fa0b89 100644 --- a/nuitka2-complie.ps1 +++ b/nuitka2-complie.ps1 @@ -1 +1,9 @@ -python3.8.exe -m nuitka --mingw64 --jobs=12 --show-memory --show-progress --output-dir=build/nuitka1 --enable-plugin=numpy --nofollow-import-to=objprint,numpy,http,urllib,ssl,socket,html,email,pyglet --standalone .\DR.py +$start_time = Get-Uptime +python3.8.exe -m nuitka --jobs=24 --mingw64 --lto=no --show-memory --show-progress --output-dir=build/nuitka1 --include-data-dir=./configs=./configs --include-data-dir=./libs/fonts=./libs/fonts --include-data-dir=./textures=./textures --include-data-dir=./libs/pyglet=./pyglet --enable-plugin=numpy --nofollow-import-to=objprint,numpy,pillow,cffi,PIL,pyglet --standalone $args .\DR.py +$end_time = Get-Uptime +$out = $end_time.TotalMilliseconds - $start_time.TotalMilliseconds +Write-Output $end_time.TotalSeconds $start_time.TotalSeconds $out + +# --include-data-dir=./libs/pyglet=./pyglet +# --run +# --disable-ccache