蕉太狼
蕉太狼
## Background - I was implementing a particle based [physic engine](https://github.com/lyd405121/PBD) fully on gpu,here is some result  - But the collision detect is now my bottle neck,so I want...
## AABB Initialize problem - /core/aabbtree.h, line86 - origin: Bounds() : m_min(0.0f), m_max(0.0f) - I think it should be: Bounds() : m_min(INFINITY), m_max(-INFINITY) - The reason is when you do...
- My project can not compile if taichi>=0.8.6, error info is "Can only iterate through Taichi fields/snodes" - https://github.com/lyd405121/ti-raytrace - So I do some tests to understand that: ```python import...
## RLE-String Decode - I test my coco file for both kind of RLE format: string or pure number - Here is the test result, fits well: [test.zip](https://github.com/trsvchn/coco-viewer/files/13542911/test.zip) - The...
## Background - I am wrting a node editor to render my scene graph data - Here is the early version video: https://github.com/thedmd/imgui-node-editor/assets/16344694/bc8f9c7c-23e1-4232-950f-9a12b60bd934 ## Question - But I met a...
## The problem - If I add two nodes which are message type with edit controller - I can't change the content separately as below  ## More try -...
## Issue - Using windows 10 and VS2022 to compile this respostory will report some error  ## Solution - Change code like below - From  - To ...
### Is your feature request related to a problem? Please describe. - When using Directory sharing via link - I need a button to download them all  - It...
### Version/Branch of Dear ImGui: Version 1.91 ### Back-ends: imgui_impl_iWin32.cpp ### Compiler, OS: Window10 ### Full config/build information: _No response_ ### Details: ## Background - I am trying to make...
- This will also fix the doc 