bohonghuang
bohonghuang
> @BohongHuang raygui is a header only library and I think it's not delivered in the libraylib, may need to do some translation like effort Well, I got it. While...
> Thanks for reporting this! I just edited your message to hide the cookie content. Probably not stuff you should be posting on public internet to be safe. As to...
> Same! I'd love to play around with `raygui`, but being very new to CL it's hard to figure out how should the FFI stuff work. Feels like raylib &...
@longlene It's an experimental project of mine to explore interactive GUI programming in CL. But there exists an [issue](https://github.com/cffi/cffi/issues/265) in cffi causing some APIs in cl-raygui unusable, for which I...
@darthdeus To be precise, if you pass a C struct to raylib through cffi-libffi and expect a `bool` as the return value, you may get TYPE-ERROR, which is reported in...
I would be happy to include it, but unfortunately, I haven't found any large-scale projects using `cl-gtk4` at the moment. I have been using it to learn the GTK API...
> Probably, I'll write it myself. I suggest you make your variant and we'll compare our code. I would be happy to, but I'm sorry I've been busy lately and...
I lean towards using Issues to track the TODO list rather than using the README because it is more conducive to tracking progress. Here are some unfinished tasks: - Macros...
I'm afraid this feature may be difficult to implement in the short term. Subclassing a GObject class is not a simple process, which is why many GTK bindings do not...
I understand what you mean. You're saying that the `make-instance` style constructor allows us to directly pass object properties during construction, right? However, GTK classes often have their own constructors,...