Hideaki Tai
Hideaki Tai
Thank you for the reply :) Though it's just an idea, I think it's great if we can pass the data instead of the `Stream` class (`Stream::read()`). For example, about...
Thanks for the detailed explanation! > Integrate Draw in custom render pass I see, thanks for the explanation. I'm currently importing nannou's `Draw`, `RendrPass`, etc. into my own renderer, and...
Hi, I'm working for these features, this is intermediate report about what I'm thinking about. I'm going to devide these features to four steps: 1. Modify `draw::Renderer` inside of `App`...
Thanks! Here is current code: https://www.dropbox.com/s/toma3is1l7noinl/nannou_wgpu.zip?dl=0 . `examples/wgpu/wgpu_triangle_custom_shader` is the example which uses custom shader and uniforms. `examples/wgpu/wgpu_teapot_with_binding` is the example for bindings. > It would be nice if this...
I've added the `examples/wgpu/wgpu_teapot_with_binding` to WIP code to show the example of binding. Hmm...
@nbastijans Hi, Could you give me more information to reproduce this issue? - IDE (Arduino IDE, PlatformIO, etc.) : Arduino IDE ? - Board/MCU: ESP32-WROOM32 ? - Board Firmware Version:...
Hi, please let me know more information. MCU, version, WiFi/Ether, system structure (1 sender + 10 receiver? all Arduino?), etc., and minimal and compilable code that can reproduce the issue.
Sender destination is limited to 16 for AVR boards
The test code (`test/test_main.cpp`) is here. ```C++ #include #include // void setUp(void) { // // set stuff up here // } // void tearDown(void) { // // clean stuff up...
@ivankravets Hi, I have tested this issue on `v4.11.0`, now it should wait for more than 10seconds.