kojix2
kojix2
@rubyFeedback Please open source what you are making on Github or Gitlab. Not all of it, just some of it. Otherwise, it's hard for me to collaborate with you. I'm...
Well, I'm not good at English so it took me a long time to read a lot of English sentences. And, of course, I don't like the code as shown...
Also, thank you for informing me about the libui_paradise you created !! I've uploaded it to gitlab so that I can refer to it without forgetting (as unofficial repository). https://gitlab.com/kojix2/libui_paradise...
Drawing-shape examples are good to have. However, I have other high-priority work to do, so it may be difficult to work on this. I think it will take at least...
@rubyFeedback Would you like to make libui_paradise available as a repository? I would like to check the source code of libui_paradise, but it takes a lot of time to unzip...
Think about packing a more "static" DLL into the gem instead of a shared version to prevent problems on Windows. Or, consider packing the necessary DLLs into the gem. See...
There is an undocumented environment variable called LIBUIDIR. You can use this environment variable to specify the path to the directory where the shared LibUI libraries are located. ```sh git...
libui-ng provides Github Actions for build. Each time a commit is pushed to the repository, libui-ng is automatically built and the artifacts are uploaded to the Actions page. For example,...
Added Rake task to build libui-ng ``` rake libui-ng:build ``` Confirmed to work on GithubActions macOS and Ubuntu.
Added rake task to download develoment build. ``` rake libui-ng:mac # Download dev build for Mac to vendor directory rake libui-ng:ubuntu_x64 # Download dev build for Ubuntu to vendor directory...