Wang Kai

Results 30 comments of Wang Kai

Just finished the full file and directory watching (Modified/Added/Removed) on Windows, great enough for a full functional file/dir watching (How to compare two files on github?)- https://github.com/SuperWangKai/Urho3D/blob/master/Source/Urho3D/IO/FileWatcher.cpp There are two...

I added a `full watching` flag (you may still call it a hack though), if the full watching is `false`, it falls back to the original one. ```c++ /// Start...

I have improved Windows version, help needed for Mac and Linux.

I wonder if it is because the VB is created without "dynamic" Make sure the VB's `dynamic_` is `true`. ```c++ /// Dynamic flag. bool dynamic_{}; ```

Mine - https://github.com/SuperWangKai/clang-format-urho

How is this feature going? Any updates?

I'm curious too 🤔

@rainwoodman Please see this - http://mruby.org/

Just found today that the size update of the platform windows is one frame delay. I wonder if it is related to this issue. https://github.com/ocornut/imgui/issues/7152

There are compatible license types we can choose, e.g. Apache License, am I right?