This website requires JavaScript.
Explore
Help
Register
Sign In
shamilton
/
LivePlotter
Watch
1
Star
0
Fork
0
You've already forked LivePlotter
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
Files
b4e90dce4d39d4fc54d0281001f4500d6b687dfa
LivePlotter
/
inc
History
Seth Hamilton
d0c1d9fb93
func names are no longer mangled to death
2025-08-25 18:22:23 -05:00
..
glad
Make GLFW a submodule. Reorg
2025-08-16 14:15:53 -05:00
KHR
Make GLFW a submodule. Reorg
2025-08-16 14:15:53 -05:00
body.hpp
Fixed the bug where different source files were referencing a static variable. Turns out static vars are internally linked, which means there was a separate static variable defined for each source. I could have fixed this issue by using extern (see
https://stackoverflow.com/questions/10422034/when-to-use-extern-in-c
), but instead went with just assigning the shader manually im main. This is becoming very messy and needs a cleanup.
2025-08-22 15:09:34 -05:00
camera_poses.hpp
A serious refactor. Moved the entire window management process to another thread. Made a plotting interface with DLL exports. Refactored camera and changed transformation approach based on Jordan's suggestions
2025-08-25 03:09:32 -05:00
camera.hpp
A serious refactor. Moved the entire window management process to another thread. Made a plotting interface with DLL exports. Refactored camera and changed transformation approach based on Jordan's suggestions
2025-08-25 03:09:32 -05:00
live_plotter.hpp
func names are no longer mangled to death
2025-08-25 18:22:23 -05:00
shaders.hpp
working rotation and zoom. pan bad
2025-08-18 13:41:15 -05:00
util.hpp
define DllExport inside live_plotter.hpp instead of util.hpp
2025-08-25 04:43:55 -05:00