Liyan Zhao
Liyan Zhao
@Cubik65536 @wafarm 你们觉得目前计划的这些类型怎么样
Please refer to `BlockOutline` renderer, It is a primary implementation, we still need to do some performance improvement, for example, build a vertex buffer so GPU can render it faster...
Update: implemented as `ClientMessageQueue`, but there is still a bug, the gui screen cannot scroll
我们目前使用的gui库似乎不太方便,可能需要自己fork重写
jgit很难实现这个啊……
I have finished the import logic, but not sure about export: - How many branches should we export? or add an option to the export screen? - How should we...
> What items do we export? I want to konw details @SkyDynamic As the name suggests, an archive format for rvc. rvc is based on git so all rvc data...
# 文件名 package.json?还是dependency.json? # 记录方式 ```json [ { "name": "", "version": "hash|version tag", "git": "https://xxx.git", "license": "MIT", } ] ``` 你觉得这个怎么样?
wait,要不直接git submodules?
> 如果这个引用指的是在一个大型结构中包含另外一个已经存在的小型结构: 不然。显然你不会完整采用某个结构,至少改改水道啥的,又不像编程界高度封装,submodule可能无法处理 > > 1. git submodule 是“标准”的做法 > 2. 就算使用了 submodule 也会需要一些配置文件来辅助增加一些额外的信息(例如相对坐标等?待讨论) 肯定的