All Projects → Enter-tainer → luoguPaintAutomatonTS

Enter-tainer / luoguPaintAutomatonTS

Licence: other
luogu冬日画板自动绘图脚本支持多用户,维护

Programming Languages

typescript
32286 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to luoguPaintAutomatonTS

Code
Macesuted's Code Repository.
Stars: ✭ 20 (-35.48%)
Mutual labels:  luogu
vscode-luogu
Solve Luogu Problems in VSCode
Stars: ✭ 62 (+100%)
Mutual labels:  luogu
luogu-stats-card
动态生成洛谷个人练习数据卡片
Stars: ✭ 226 (+629.03%)
Mutual labels:  luogu
extend-luogu
大型网络游戏服务器加强插件,增添各种~~炫酷魔法~~。
Stars: ✭ 146 (+370.97%)
Mutual labels:  luogu
ben-ben-spider
犇犇爬虫
Stars: ✭ 36 (+16.13%)
Mutual labels:  luogu

绘图自动机

Screenshot

使用

安装 NodeJS

git clone https://github.com/Enter-tainer/luoguPaintAutomatonTS
npm install
tsc
cd dist
node index.js

图片

图片用luogu绘版所使用的32进制数表示,保存在 data/test.32 中,需确保图片为矩形。

也可以使用 convert.cpp 将 ppm 格式的图片转换成 .32 格式,具体使用方法请自行 review 代码。

请将 cookies 放置在 data/users.json 中,以下是一个 data/users.json 的示例:

{
  "users": [
    {
      "UID": "",
      "clientID": ""
    }
  ]
}

index.ts 中可以调整图片左上角坐标

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].