kunitoki

Results 102 comments of kunitoki

In case someone else needs the solution, the Juce Team doesn't seem to care much. ```diff diff --git a/juce/modules/juce_events/juce_events.cpp b/juce/modules/juce_events/juce_events.cpp index f604f9033b804acf4d41cce70a640fbab9e0b158..3b4036042e2a0d8e59f7a7306b57466c9cc5db5b 100644 --- a/juce/modules/juce_events/juce_events.cpp +++ b/juce/modules/juce_events/juce_events.cpp @@ -51,6 +51,10...

It would be nice if we could get webgpu support considering also the possibility of using native webgpu backends (like Dawn or wgpu-native). This way we could get native rendering...

This would be awesome, any chance to get this addressed ?

Which order should we resolve the methods / properties ? DFS or BFS ? As we will have runtime dispatching, there might be multiple base classes containing same methods (virtual...

I started working on this and it's a bit more complex than i initially thought, will need a bit more time to get it working properly.

I had to park it for a while until i have the time to resume it. It will come this summer for sure !

Thanks for reporting, should be pretty trivial to fix.

This poses a question, is LUA_TNIL castable to bool ? Much like how you would cast a pointer to bool to check its validity, this could be debatable. We might...

I think that addProperty might miss overloads for member cfunctions (addFunction should have them). Will add them