Timo Suoranta

Results 75 issues of Timo Suoranta

**Version/Branch of Dear ImGui:** Version: 1.89 WIP Commit: `cb8ead1` Docking: Fix docked window contents not rendering when switching with CTRL+Tab. Branch: master, docking **Back-end/Renderer/Compiler/OS** Back-ends: glfw and opengl3, custom /...

font/text
style

Compound shape inertia does not appear to work correctly.

bug
physics

Currently physics simulation updates are done in the main thread. Physics updates should use threads.

enhancement
physics

enhancement
physics

When brush instance is created, every instance has a new raytrace geometry created. This wastes resources and time. Brush / Raytrace_primitive should maintain a raytrace geometry that can be shared...

enhancement
physics

The fly camera controls are reported to be confusing. Implement alternative camera controls.

enhancement

Line renderer currently handles a fixed max number of lines. Exceeding this will cause a crash. Crash should be avoided, and ideally more lines would also be rendered correctly.

bug
rendering