wqthenb
wqthenb
一眼看中了本项目的简洁和性能。 问下大佬,v2还会出来吗? 要不,我先用这个版本搞,等v2出来再迁移? 会不会前功尽弃,推倒重来啊?
similar situation here, when I was cross compile the code: ``` imports github.com/glebarez/sqlite imports github.com/glebarez/go-sqlite imports modernc.org/libc imports modernc.org/libc/unistd: build constraints exclude all Go files in /home/workspace/go/pkg/mod/modernc.org/[email protected]/unistd ```
刚下来跑了下,还是一样的问题。 在编译日志中看到gdnative已经引入了啊,为什么还是报同样的错误信息呢? ``` Compiling miniserde v0.1.34 Compiling gdnative_bindings_generator v0.11.3 Compiling gdnative-bindings v0.11.3 Compiling gdnative-sys v0.11.3 Compiling gdnative-core v0.11.3 Compiling gdnative v0.11.3 Compiling zimuge v0.1.0 (E:\workspace\oss\rust_mir2\rust) error: cannot find attribute `godot`...
@slouken after some study, I still don't know how to recover the c stack of a cgo crash. here's the stack trace from go. I'll post a new one if...
it turned out `TTF_RenderUTF8_Solid` also crashes if testing long enough, (like half an hour). while `TTF_RenderUTF8_Blended_Wrapped` will crash in seconds with the same testcase. does these 2 funcs have builtin...
OK, got it. Microsoft, plz give up the dotnet stuff right now! Bloody messy chaos.....
Here's my scenario: I've been working on a go-sdl2 project for a couple of days, it goes well, then I want to add a gui toolset for it, so I...
yes, you would be right. I thought cimgui-go was a auto-generated binding, so i post it here since giu is more active, :-) actually I also tried cimgui-go with go-sdl2,...
Yesterday, I gave another try. Taking ebiten backend as a reference I made some progress on go-sdl2 backend, and here's what i got:  i think something went wrong with...
well, it turns out the ebiten backend received the same draw cmds and texture ids just as my backend got. but it displays various of widgets as expected. ok, I'm...