蕉太狼

Results 12 issues of 蕉太狼

## Background - I was implementing a particle based [physic engine](https://github.com/lyd405121/PBD) fully on gpu,here is some result ![taichi](https://user-images.githubusercontent.com/16344694/169471895-772c9518-35f8-40aa-b577-d026134b8425.gif) - 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...

enhancement

## The problem - If I add two nodes which are message type with edit controller - I can't change the content separately as below ![error](https://github.com/thedmd/imgui-node-editor/assets/16344694/4d544cfd-abe2-427a-8dc6-7a4b64e5b61a) ## More try -...

## Issue - Using windows 10 and VS2022 to compile this respostory will report some error ![issue](https://user-images.githubusercontent.com/16344694/216900868-cf7d23bd-7f85-43ba-afc6-1054e7eb2d36.png) ## Solution - Change code like below - From ![origin](https://user-images.githubusercontent.com/16344694/216901178-0addc4af-61a0-42d9-835f-a7590574f4b8.png) - To ![change](https://user-images.githubusercontent.com/16344694/216901213-f568ff22-d261-421f-a83e-52624afbd94a.png)...

### Is your feature request related to a problem? Please describe. - When using Directory sharing via link - I need a button to download them all ![solution](https://github.com/localsend/localsend/assets/16344694/1866a55c-debb-425f-b3a2-143a5d6df9da) - 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...

drag drop

- This will also fix the doc ![Serialized](https://github.com/user-attachments/assets/bf7a71d7-5621-47fa-bfe9-a4e31722e89e)