# 编程猫格式工厂 **Repository Path**: lpe/bcm_convertor ## Basic Information - **Project Name**: 编程猫格式工厂 - **Description**: 将自己在kitten3/4上的作品在Windows/Mac OS/Linux上快速制作成独立应用程序! - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://shequ.codemao.cn/user/438403 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2022-12-06 - **Last Updated**: 2022-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README


编程猫格式工厂
bcm_convertor
Gitee stars Gitee forks GitHub stars GitHub forks


**作者:小鱼yuzifu** [(编程猫id:438403)](https://shequ.codemao.cn/user/438403) ### 简单介绍 这是个能在三大电脑平台上将Kitten3/4文件转换为应用程序的软件,能够帮助你将自己在kitten3/4上的作品在Windows/Mac OS/Linux上快速制作成独立应用程序! ### 与官方比较优缺点 #### 优点 * 文件大小不受限制(官方限制30MB) * 使用electron封装,多平台支持 * 无次数限制 * 转换等待时间短 * 并入kitten3转换 * 动画如同吃了dofu般丝滑~ * 偷偷支持在线作品转换(支持云变量呦~) * 现在支持自定义图标 #### 缺点 * Windows下可能会出现各种问题,建议这时使用源代码进行编译运行 ### 安装方式 #### 1. 通过各大商店下载(更新速度较慢) > 更新时间:不定(通常与云盘提供速度相同) * 目前只提供Linux下星火应用商店和UOS应用商店下载 #### 2. 直接下载文件安装(更新速度较快) > 更新时间:2022-8-19(Windows/Mac OS/Linux) * Github:[https://github.com/214545666/bcm_convertor/releases/latest](https://github.com/214545666/bcm_convertor/releases/latest) * 小鱼云盘:[https://cloud.yuzifu.top/s/oNck](https://cloud.yuzifu.top/s/oNck) #### 3. 运行源代码(最快,可以实时获取更新) > 更新时间:查看最近提交时间 你只需要简单的几行代码即可正常运行 (请确保安装的nodejs版本为最新) ```bash git clone https://gitee.com/sf-yuzifu/bcm_convertor.git cd bcm_convertor npm install npm run start ``` 打包也只需要下面的一行代码 ```bash npm run build ``` ### 感谢名单 1. 各个技术喵喵!(转换源文件提供) 2. [Electron](https://github.com/electron/electron)开源项目 (网页封装工具) 3. [Appimage](https://github.com/AppImage/appimagekit)开源项目 (Linux下单文件打包工具) 4. [WinRAR](http://www.winrar.com.cn/) (Windows下单文件打包工具) 5. [海藻酸钠](https://gitee.com/sodiumcode) (Windows、Mac图标绘制)