zhmt
zhmt
The order of OnDestroy is not guaranteed, because the order of script excution doesn't work when calling OnDestroy. ``` class OneObj : MonoBehavior { void OnDestroy() { NativeApi.test(); } }...
I built snmalloc, and linked it to my app.exe, and try to "auto ptr = malloc(4);", but sn_malloc not called? What have I missed? ``` TARGET_LINK_LIBRARIES( ${LIB_NAME} PRIVATE #mimalloc PRIVATE...
We saw your article translated into chinese, I think some of us will support you!
### System information win 11 ### Issue description It is very fast at the begining, and then slower. I think it's because of the log, it prints too much log...
Failed to achieve FPS 60 ( frame per second) : ``` auto timenow() { return std::chrono::duration_cast(std::chrono::system_clock::now().time_since_epoch()).count(); } int main() { boost::fibers::fiber mainFiber([]() { while (true) { auto now = timenow();...
### Tested versions -Reproducible in godot4.2.1 godot4.3rc1 ### System information Godot v4.3.rc1.mono - Windows 10 - Vulkan (Mobile) - dedicated NVIDIA GeForce GT 1030 (NVIDIA; 31.0.15.3623) - AMD Ryzen 5...
Hi , I am trying to embed it into my android game (a c++ project), will you please add cross build for android? static and shared, debug and release options?...
It seems that it is not possible to resuse buffer with current API , how about this? ```nim proc myCompress*(src: sink openArray[byte], dst : var seq[byte], level: int = 3):...