1 Commits (629ca7d03ab422176f43d15f0de2ce564a81461b)

Author SHA1 Message Date
cinnaboot e8167a90f5 Split visualizer into example/ sub-project 3 months ago
cinnaboot 3d06425341 fix: Standardize parabolic detection and improve numerical stability 5 months ago
cinnaboot 14526bf7bb Extract child indicator constants from magic numbers 5 months ago
cinnaboot d7f11cb836 Simplify maneuver texture selection with direct array indexing 5 months ago
cinnaboot 82ff7e104b Remove unused render_body() function and FIXME comment 5 months ago
cinnaboot 395537540c Remove spacecraft texture system and rendering 5 months ago
cinnaboot 7fb87d7cb0 Move texture loading to initialization, remove per-frame calls 5 months ago
cinnaboot c288755ec4 Fix camera distance to account for body size when switching targets 5 months ago
cinnaboot 79725a7875 Simplify camera targeting by removing spacecraft selection from renderer 5 months ago
cinnaboot 24dee13e42 Fix camera culling by accounting for near cull plane in minimum distance calculation 5 months ago
cinnaboot e6c70acd77 Implement dynamic camera zoom with percentage-based speed and distance clamping 5 months ago
cinnaboot 4d2f254b81 Extract camera control constants to #define macros 5 months ago
cinnaboot 78711fb1db fix whitespace 5 months ago
cinnaboot 81afa42032 add FIXME about configurable camera settings 5 months ago
cinnaboot 80375c8b47 add FIXMEs 5 months ago
cinnaboot 0ec7646fca Implement relative rendering with linear scaling and child indicators 5 months ago
cinnaboot 59bac0b036 Remove TrackingMode and RenderFrameMode enums 6 months ago
cinnaboot 98905fc846 Phase 0: Refactor update_camera() with helper functions 6 months ago
cinnaboot 2ad3e12ec3 add fix for circular orbit rendering 6 months ago
cinnaboot b9d325acd3 feat: implement logarithmic radius scaling for body sizes 6 months ago
cinnaboot 7a579ff4ac correct transform was -y direction 6 months ago
cinnaboot a0166aee5d fix: render prograde orbits counter-clockwise by removing sign flip 6 months ago
cinnaboot 121f1b9d29 Phase 2: Update data structures with global_position/global_velocity 6 months ago
cinnaboot b4e3b40fb2 add generic render_orbit function and spacecraft orbit support 6 months ago
cinnaboot b9b4361767 fix rendering issue with begin/end frame functions 6 months ago
cinnaboot 38f0e0bad7 Convert spacecraft and maneuver markers to screen-space rendering 6 months ago
cinnaboot a16863607b Extract UI rendering code into separate ui_renderer module 6 months ago
cinnaboot 42f4b12cfc Refactor to billboard rendering 6 months ago
cinnaboot b96f1cfe8c Add spacecraft rendering with maneuver visualization 6 months ago
cinnaboot 642a6e2573 display local position and velocity for children of bodies 6 months ago
cinnaboot 8278cb0366 Fix orbit rendering to use local_velocity for nested orbits 6 months ago
cinnaboot e22cea1cf7 increase window and info panel size for graphical rendering 6 months ago
cinnaboot 8f60ba54f0 Fix compiler warnings: remove unused variables, increase buffer size 6 months ago
cinnaboot c4262ab096 Store and display config file name in simulation state 6 months ago
cinnaboot c858891398 Preserve camera distance when switching bodies 6 months ago
cinnaboot 188df84c57 Remove keyboard shortcuts - always show UI panels and auto-follow 6 months ago
cinnaboot a2f199c9ce Fix camera orbit rotation - use camera.up and horizontal orbit 6 months ago
cinnaboot 879875f49a Fix camera follow - maintain distance and proper orbital rotation 6 months ago
cinnaboot 969af97fe0 Add camera follow feature for selected body 6 months ago
cinnaboot 1b8e0929d1 Improve buffer safety in body list string construction 6 months ago
cinnaboot 85bd9eed80 Fix raygui body selection - GuiListView return value bug 6 months ago
cinnaboot 6d3c841be2 fix whitespace 6 months ago
cinnaboot 7988aa7fa7 Fix body list format for raygui compatibility 6 months ago
cinnaboot 32e0bf2512 Add raygui integration and UI functionality for body selection 6 months ago
cinnaboot 84502a7007 Add parabolic orbit rendering function 6 months ago
cinnaboot 45bb58dfdf add a focus_camera function to rederer for debugging 6 months ago
cinnaboot 060ff40323 Add dynamic orbital rendering with hyperbolic/parabolic support 6 months ago
cinnaboot 4e2f00a581 Fix render scaling to match simulation coordinates 6 months ago
cinnaboot d7d49b7dce Add orbit path visualization with sim-to-render coordinate transform 6 months ago
cinnaboot e8a56c93c1 Initial commit 6 months ago