Yupei Qi
Yupei Qi
This is possible if we also do a dependency analysis on those macro identifiers.
For now, macros are skipped in the dependency searching for identifiers. https://github.com/JuliaInterop/Clang.jl/blob/master/src/generator/macro.jl#L174-L179 In general, macro support is hard to be done in an elegant way with libclang. The main reason...
> I couldn't find anything in the docs that says you can't have two different widget types with the same label. I don't think [the doc](https://github.com/ocornut/imgui/blob/6789ea3482d6d5f1a1dc353758f7c512f6337b78/imgui.cpp#L694-L808) implies this. >Elements that...
Here is a list that I can come up with at the moment: 1. Update README and document the major change about loading/writing pointers(basically what I wrote in #52) 2....
4. Add wrappers for 1.79~1.82 new APIs (the new Table API is the major one)
`wrapper.jl` is written by hand, so we need to add those thin wrappers manually, but I don't have time to maintain this project at the moment. Do you need push...
> Also, are there any other changes that should be made to LibCImGui generated code and exports, or all names are already there? LibCImGui is now fully auto-generated, so all...

I guess you could always set the environment variable `DISPLAY=:0` to prune GLFW errors on a headless machine.
> 如果可以的话,需要做一些什么工作来接入到JuliaZH? 我想不一定要接入到JuliaZH,可以起一个新repo,采用和JuliaImages一样的构建文档的流程来做。 中文文档额外需要做的变化是: - 确定本地化翻译平台,比如Transifex - markdown文档的翻译与同步 - docstring文档的翻译与同步 - 确定用于本地化的文件格式,比如PO file - docstring的提取和替换