Scott Huang(ZhiLiang)
Scott Huang(ZhiLiang)
@JohnSmithX 请指出是哪篇文章的那一段。我可以比对E文,再看一下,或者编译测试一下,谢谢。
I try to "cargo run --oldOGL", the compiler state unknow flag of --oldOGL And I try to copy the libfreetype-6.dll at the same folder of the exe and run, the...
The most powerful grid/data table will be: https://ant.design/components/table/ (This is for react, so should be able leverage their logic, practice) or http://demos.krajee.com/dynagrid-demo (That is for Yii2, auto wrap for server...
@MangelMaxime Good to know you have the plan to create datatable widget. The **https://ant.design/components/table/** is very powerful. Please try mimic it as much as possible. Such as header freeze, left...
@MangelMaxime thanks for your info. Glad to know @evilz start working for the ant design binding. But the most important widget datatable still not in current future, hope can see...
Thanks for your quickly response. The error like below: glium has triggered an OpenGL error during initialization. Please report this error: https://github.com/tomaka/glium/issues. Btw, I am using rust 1.4 nightly, windows...
I try: Cargo clean Cargo test success build with below info, however, program will be crash when use Cargo run --example hello_world, I also attach the error info below. =====success...
CPU: Intel i7 3540 Display adapter: Intel HD graphics 4000 As you know I can run imgui-rs smoothly with rust 1.2 32 bit stable version several days ago. So, may...
Could you have a time to look into it? Thanks.
I am try build it with Rust 1.3 stable 64 bit below are the error info: error: linking with `gcc` failed: exit code: 1 ...... note: C:\personal\Rust\projects\imgui-rs\target\debug\deps\libimgui_sys-ee92b681299ce70d.rlib(imgui.o): In function `ImeSetInputScreenPosFn_DefaultImpl':...