上一页 1 2 3 4 5 6 ··· 34 下一页
摘要: 指定url导出 export.sh if [ -z "$1" ] then echo "The origin_git_url is empty" exit fi origin_url=$1 echo "" echo origin_url = $origin_url filename=$(basena 阅读全文
posted @ 2023-06-26 18:01 会飞的斧头 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 1、recast-navigation主源码c++ https://github.com/recastnavigation/recastnavigation 依赖SDL2 其中编译后的 RecastDemo.exe 可用于 obj 到 bin的生成,原理同go-detour 2、依赖库 https: 阅读全文
posted @ 2023-03-07 18:07 会飞的斧头 阅读(521) 评论(0) 推荐(0) 编辑
摘要: python压缩纹理资源 > ccz import os import struct import zlib def ccz(inputFile, outputFile, width, height): if not os.path.exists(inputFile): print("####### 阅读全文
posted @ 2023-02-28 15:48 会飞的斧头 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 1、克隆代码,CMake生成工程文件,vs直接编译; https://github.com/ARM-software/astc-encoder 2、命令备份 rem astcenc.exe -h set astc_command=D:\res\tps_test\proj\bg\astcenc.exe 阅读全文
posted @ 2023-02-28 15:45 会飞的斧头 阅读(804) 评论(0) 推荐(0) 编辑
摘要: 1、根据 纹理 是否alpha预乘,决定混合方式 void Sprite::updateBlendFunc(void) { CCASSERT(! _batchNode, "CCSprite: updateBlendFunc doesn't work when the sprite is render 阅读全文
posted @ 2023-02-28 15:40 会飞的斧头 阅读(82) 评论(0) 推荐(0) 编辑
摘要: # 克隆代码 344 git clone http://xc@11.9.9.9:10001/r/cocos/hi-ex.git 345 git status 346 cd hi-ex/ 347 git status 348 git add * 349 git commit -m "[hi-ex]in 阅读全文
posted @ 2023-02-22 16:06 会飞的斧头 阅读(170) 评论(0) 推荐(0) 编辑
摘要: echo "\n start etcd signal node..." d: cd D:\git\go\etcd\etcd\bin start "etcd server" etcd --data-dir in-ide.etcd --advertise-client-urls http://0.0.0 阅读全文
posted @ 2023-02-17 10:02 会飞的斧头 阅读(23) 评论(0) 推荐(0) 编辑
摘要: TexturePacker-6.0.0及以上版本,支持导出 ASTC 压缩纹理格式。 win10下命令行 TexturePacker.exe ^ --sheet D:\res\tps_test\proj\bg\output\outpu_by_command\goim_ASTC_4x4.astc ^ 阅读全文
posted @ 2023-02-14 15:47 会飞的斧头 阅读(435) 评论(0) 推荐(0) 编辑
摘要: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26.0 go install google.golang.org/protobuf/cmd/protoc-gen-go@latest https://github.com/prot 阅读全文
posted @ 2022-12-21 15:29 会飞的斧头 阅读(1672) 评论(0) 推荐(0) 编辑
摘要: Ctrl+Shift+P go:install 全选安装 launch.json文件 { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attribu 阅读全文
posted @ 2022-10-27 10:45 会飞的斧头 阅读(86) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 34 下一页