├── .github └── workflows │ └── cmake.yml ├── CMakeLists.txt ├── LICENSE ├── README.md ├── docu ├── Cursor.gif ├── Fit_all_in.gif ├── Fix_aspect_ratio.gif ├── Manipulation.gif ├── Rect_zoom_undo.gif ├── Reference.gif ├── Undo.gif └── msvs2019_instructions │ ├── 1.png │ ├── 10.png │ ├── 11.png │ ├── 12.png │ ├── 13.png │ ├── 14.png │ ├── 15.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ ├── 8.png │ └── 9.png ├── include ├── buffer_set.h ├── canvas.h ├── canvas_inline.h ├── canvas_manager.h ├── canvas_shader_sources.h ├── drawable.h ├── glew_routines.h ├── glfw_callback_functions.h ├── graph.h ├── graph_inline.h ├── graph_manager.h ├── grid.h ├── grid_inline.h ├── histogram1d.h ├── histogram1d_inline.h ├── shader_program.h ├── size_info.h ├── tiny_gl_text_renderer │ ├── colors.h │ ├── data_types.h │ ├── font_table.h │ ├── label.h │ ├── mat3.h │ ├── mat4.h │ ├── text_rend_shader_sources.h │ ├── text_renderer.h │ ├── texture_filler.h │ └── vec.h ├── tiny_graph_plot.h ├── user_window.h └── xy_range.h ├── msvs2019_instructions.md ├── source ├── buffer_set.cpp ├── canvas.cpp ├── canvas_manager.cpp ├── glfw_callback_functions.cpp ├── main.cpp ├── shader_program.cpp ├── stb_image_write_impl.cpp ├── text_renderer.cpp └── user_window.cpp ├── third_party ├── glew-2.1.0 │ ├── LICENSE.txt │ ├── bin │ │ └── Release │ │ │ ├── Win32 │ │ │ ├── glew32.dll │ │ │ ├── glewinfo.exe │ │ │ └── visualinfo.exe │ │ │ └── x64 │ │ │ ├── glew32.dll │ │ │ ├── glewinfo.exe │ │ │ └── visualinfo.exe │ ├── doc │ │ ├── advanced.html │ │ ├── basic.html │ │ ├── build.html │ │ ├── credits.html │ │ ├── github.png │ │ ├── glew.css │ │ ├── glew.html │ │ ├── glew.png │ │ ├── glew.txt │ │ ├── glxew.html │ │ ├── gpl.txt │ │ ├── index.html │ │ ├── install.html │ │ ├── khronos.txt │ │ ├── log.html │ │ ├── mesa.txt │ │ ├── new.png │ │ ├── ogl_sm.jpg │ │ ├── travis.png │ │ └── wglew.html │ ├── include │ │ └── GL │ │ │ ├── eglew.h │ │ │ ├── glew.h │ │ │ ├── glxew.h │ │ │ └── wglew.h │ └── lib │ │ └── Release │ │ ├── Win32 │ │ ├── glew32.lib │ │ └── glew32s.lib │ │ └── x64 │ │ ├── glew32.lib │ │ └── glew32s.lib ├── glfw-3.3.2.bin.WIN64 │ ├── LICENSE.md │ ├── docs │ │ └── html │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── bug.html │ │ │ ├── build_8dox.html │ │ │ ├── build_guide.html │ │ │ ├── closed.png │ │ │ ├── compat_8dox.html │ │ │ ├── compat_guide.html │ │ │ ├── compile_8dox.html │ │ │ ├── compile_guide.html │ │ │ ├── context_8dox.html │ │ │ ├── context_guide.html │ │ │ ├── deprecated.html │ │ │ ├── dir_15a5176d7c9cc5c407ed4f611edf0684.html │ │ │ ├── dir_a58ef735c5cc5a9a31d321e1abe7c42e.html │ │ │ ├── dir_abae1f34c5d965773b98e3c915cdaeb5.html │ │ │ ├── dir_bc6505cac00d7a6291dbfd9af70666b7.html │ │ │ ├── doc.png │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── extra.css │ │ │ ├── files.html │ │ │ ├── folderclosed.png │ │ │ ├── folderopen.png │ │ │ ├── glfw3_8h.html │ │ │ ├── glfw3_8h_source.html │ │ │ ├── glfw3native_8h.html │ │ │ ├── glfw3native_8h_source.html │ │ │ ├── group__buttons.html │ │ │ ├── group__context.html │ │ │ ├── group__errors.html │ │ │ ├── group__gamepad__axes.html │ │ │ ├── group__gamepad__buttons.html │ │ │ ├── group__hat__state.html │ │ │ ├── group__init.html │ │ │ ├── group__input.html │ │ │ ├── group__joysticks.html │ │ │ ├── group__keys.html │ │ │ ├── group__mods.html │ │ │ ├── group__monitor.html │ │ │ ├── group__native.html │ │ │ ├── group__shapes.html │ │ │ ├── group__vulkan.html │ │ │ ├── group__window.html │ │ │ ├── index.html │ │ │ ├── input_8dox.html │ │ │ ├── input_guide.html │ │ │ ├── internal_8dox.html │ │ │ ├── internals_guide.html │ │ │ ├── intro_8dox.html │ │ │ ├── intro_guide.html │ │ │ ├── jquery.js │ │ │ ├── main_8dox.html │ │ │ ├── menu.js │ │ │ ├── menudata.js │ │ │ ├── modules.html │ │ │ ├── monitor_8dox.html │ │ │ ├── monitor_guide.html │ │ │ ├── moving_8dox.html │ │ │ ├── moving_guide.html │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── news.html │ │ │ ├── news_8dox.html │ │ │ ├── open.png │ │ │ ├── pages.html │ │ │ ├── quick_8dox.html │ │ │ ├── quick_guide.html │ │ │ ├── search │ │ │ ├── all_0.html │ │ │ ├── all_0.js │ │ │ ├── all_1.html │ │ │ ├── all_1.js │ │ │ ├── all_10.html │ │ │ ├── all_10.js │ │ │ ├── all_11.html │ │ │ ├── all_11.js │ │ │ ├── all_2.html │ │ │ ├── all_2.js │ │ │ ├── all_3.html │ │ │ ├── all_3.js │ │ │ ├── all_4.html │ │ │ ├── all_4.js │ │ │ ├── all_5.html │ │ │ ├── all_5.js │ │ │ ├── all_6.html │ │ │ ├── all_6.js │ │ │ ├── all_7.html │ │ │ ├── all_7.js │ │ │ ├── all_8.html │ │ │ ├── all_8.js │ │ │ ├── all_9.html │ │ │ ├── all_9.js │ │ │ ├── all_a.html │ │ │ ├── all_a.js │ │ │ ├── all_b.html │ │ │ ├── all_b.js │ │ │ ├── all_c.html │ │ │ ├── all_c.js │ │ │ ├── all_d.html │ │ │ ├── all_d.js │ │ │ ├── all_e.html │ │ │ ├── all_e.js │ │ │ ├── all_f.html │ │ │ ├── all_f.js │ │ │ ├── classes_0.html │ │ │ ├── classes_0.js │ │ │ ├── close.png │ │ │ ├── defines_0.html │ │ │ ├── defines_0.js │ │ │ ├── files_0.html │ │ │ ├── files_0.js │ │ │ ├── files_1.html │ │ │ ├── files_1.js │ │ │ ├── files_2.html │ │ │ ├── files_2.js │ │ │ ├── files_3.html │ │ │ ├── files_3.js │ │ │ ├── files_4.html │ │ │ ├── files_4.js │ │ │ ├── files_5.html │ │ │ ├── files_5.js │ │ │ ├── files_6.html │ │ │ ├── files_6.js │ │ │ ├── files_7.html │ │ │ ├── files_7.js │ │ │ ├── files_8.html │ │ │ ├── files_8.js │ │ │ ├── functions_0.html │ │ │ ├── functions_0.js │ │ │ ├── groups_0.html │ │ │ ├── groups_0.js │ │ │ ├── groups_1.html │ │ │ ├── groups_1.js │ │ │ ├── groups_2.html │ │ │ ├── groups_2.js │ │ │ ├── groups_3.html │ │ │ ├── groups_3.js │ │ │ ├── groups_4.html │ │ │ ├── groups_4.js │ │ │ ├── groups_5.html │ │ │ ├── groups_5.js │ │ │ ├── groups_6.html │ │ │ ├── groups_6.js │ │ │ ├── groups_7.html │ │ │ ├── groups_7.js │ │ │ ├── groups_8.html │ │ │ ├── groups_8.js │ │ │ ├── groups_9.html │ │ │ ├── groups_9.js │ │ │ ├── groups_a.html │ │ │ ├── groups_a.js │ │ │ ├── mag_sel.png │ │ │ ├── nomatches.html │ │ │ ├── pages_0.html │ │ │ ├── pages_0.js │ │ │ ├── pages_1.html │ │ │ ├── pages_1.js │ │ │ ├── pages_2.html │ │ │ ├── pages_2.js │ │ │ ├── pages_3.html │ │ │ ├── pages_3.js │ │ │ ├── pages_4.html │ │ │ ├── pages_4.js │ │ │ ├── pages_5.html │ │ │ ├── pages_5.js │ │ │ ├── pages_6.html │ │ │ ├── pages_6.js │ │ │ ├── pages_7.html │ │ │ ├── pages_7.js │ │ │ ├── pages_8.html │ │ │ ├── pages_8.js │ │ │ ├── pages_9.html │ │ │ ├── pages_9.js │ │ │ ├── pages_a.html │ │ │ ├── pages_a.js │ │ │ ├── search.css │ │ │ ├── search.js │ │ │ ├── search_l.png │ │ │ ├── search_m.png │ │ │ ├── search_r.png │ │ │ ├── searchdata.js │ │ │ ├── typedefs_0.html │ │ │ ├── typedefs_0.js │ │ │ ├── variables_0.html │ │ │ ├── variables_0.js │ │ │ ├── variables_1.html │ │ │ ├── variables_1.js │ │ │ ├── variables_2.html │ │ │ ├── variables_2.js │ │ │ ├── variables_3.html │ │ │ ├── variables_3.js │ │ │ ├── variables_4.html │ │ │ ├── variables_4.js │ │ │ ├── variables_5.html │ │ │ ├── variables_5.js │ │ │ ├── variables_6.html │ │ │ ├── variables_6.js │ │ │ ├── variables_7.html │ │ │ └── variables_7.js │ │ │ ├── spaces.svg │ │ │ ├── splitbar.png │ │ │ ├── structGLFWgamepadstate.html │ │ │ ├── structGLFWgammaramp.html │ │ │ ├── structGLFWimage.html │ │ │ ├── structGLFWvidmode.html │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ ├── tabs.css │ │ │ ├── vulkan_8dox.html │ │ │ ├── vulkan_guide.html │ │ │ ├── window_8dox.html │ │ │ └── window_guide.html │ ├── include │ │ └── GLFW │ │ │ ├── glfw3.h │ │ │ └── glfw3native.h │ ├── lib-mingw-w64 │ │ ├── glfw3.dll │ │ ├── libglfw3.a │ │ └── libglfw3dll.a │ ├── lib-vc2012 │ │ ├── glfw3.dll │ │ ├── glfw3.lib │ │ └── glfw3dll.lib │ ├── lib-vc2013 │ │ ├── glfw3.dll │ │ ├── glfw3.lib │ │ └── glfw3dll.lib │ ├── lib-vc2015 │ │ ├── glfw3.dll │ │ ├── glfw3.lib │ │ └── glfw3dll.lib │ ├── lib-vc2017 │ │ ├── glfw3.dll │ │ ├── glfw3.lib │ │ └── glfw3dll.lib │ └── lib-vc2019 │ │ ├── glfw3.dll │ │ ├── glfw3.lib │ │ └── glfw3dll.lib └── stbi │ └── stb_image_write.h ├── tiny_graph_plot.sln ├── tiny_graph_plot.vcxproj ├── tiny_graph_plot.vcxproj.filters └── tiny_graph_plot.vcxproj.user /.github/workflows/cmake.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/.github/workflows/cmake.yml -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/README.md -------------------------------------------------------------------------------- /docu/Cursor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/Cursor.gif -------------------------------------------------------------------------------- /docu/Fit_all_in.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/Fit_all_in.gif -------------------------------------------------------------------------------- /docu/Fix_aspect_ratio.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/Fix_aspect_ratio.gif -------------------------------------------------------------------------------- /docu/Manipulation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/Manipulation.gif -------------------------------------------------------------------------------- /docu/Rect_zoom_undo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/Rect_zoom_undo.gif -------------------------------------------------------------------------------- /docu/Reference.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/Reference.gif -------------------------------------------------------------------------------- /docu/Undo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/Undo.gif -------------------------------------------------------------------------------- /docu/msvs2019_instructions/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/msvs2019_instructions/1.png -------------------------------------------------------------------------------- /docu/msvs2019_instructions/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/msvs2019_instructions/10.png -------------------------------------------------------------------------------- /docu/msvs2019_instructions/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/msvs2019_instructions/11.png -------------------------------------------------------------------------------- /docu/msvs2019_instructions/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/msvs2019_instructions/12.png -------------------------------------------------------------------------------- /docu/msvs2019_instructions/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/msvs2019_instructions/13.png -------------------------------------------------------------------------------- /docu/msvs2019_instructions/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/msvs2019_instructions/14.png -------------------------------------------------------------------------------- /docu/msvs2019_instructions/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/msvs2019_instructions/15.png -------------------------------------------------------------------------------- /docu/msvs2019_instructions/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/msvs2019_instructions/2.png -------------------------------------------------------------------------------- /docu/msvs2019_instructions/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/msvs2019_instructions/3.png -------------------------------------------------------------------------------- /docu/msvs2019_instructions/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/msvs2019_instructions/4.png -------------------------------------------------------------------------------- /docu/msvs2019_instructions/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/msvs2019_instructions/5.png -------------------------------------------------------------------------------- /docu/msvs2019_instructions/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/msvs2019_instructions/6.png -------------------------------------------------------------------------------- /docu/msvs2019_instructions/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/msvs2019_instructions/7.png -------------------------------------------------------------------------------- /docu/msvs2019_instructions/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/msvs2019_instructions/8.png -------------------------------------------------------------------------------- /docu/msvs2019_instructions/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/docu/msvs2019_instructions/9.png -------------------------------------------------------------------------------- /include/buffer_set.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/buffer_set.h -------------------------------------------------------------------------------- /include/canvas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/canvas.h -------------------------------------------------------------------------------- /include/canvas_inline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/canvas_inline.h -------------------------------------------------------------------------------- /include/canvas_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/canvas_manager.h -------------------------------------------------------------------------------- /include/canvas_shader_sources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/canvas_shader_sources.h -------------------------------------------------------------------------------- /include/drawable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/drawable.h -------------------------------------------------------------------------------- /include/glew_routines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/glew_routines.h -------------------------------------------------------------------------------- /include/glfw_callback_functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/glfw_callback_functions.h -------------------------------------------------------------------------------- /include/graph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/graph.h -------------------------------------------------------------------------------- /include/graph_inline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/graph_inline.h -------------------------------------------------------------------------------- /include/graph_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/graph_manager.h -------------------------------------------------------------------------------- /include/grid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/grid.h -------------------------------------------------------------------------------- /include/grid_inline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/grid_inline.h -------------------------------------------------------------------------------- /include/histogram1d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/histogram1d.h -------------------------------------------------------------------------------- /include/histogram1d_inline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/histogram1d_inline.h -------------------------------------------------------------------------------- /include/shader_program.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/shader_program.h -------------------------------------------------------------------------------- /include/size_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/size_info.h -------------------------------------------------------------------------------- /include/tiny_gl_text_renderer/colors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/tiny_gl_text_renderer/colors.h -------------------------------------------------------------------------------- /include/tiny_gl_text_renderer/data_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/tiny_gl_text_renderer/data_types.h -------------------------------------------------------------------------------- /include/tiny_gl_text_renderer/font_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/tiny_gl_text_renderer/font_table.h -------------------------------------------------------------------------------- /include/tiny_gl_text_renderer/label.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/tiny_gl_text_renderer/label.h -------------------------------------------------------------------------------- /include/tiny_gl_text_renderer/mat3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/tiny_gl_text_renderer/mat3.h -------------------------------------------------------------------------------- /include/tiny_gl_text_renderer/mat4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/tiny_gl_text_renderer/mat4.h -------------------------------------------------------------------------------- /include/tiny_gl_text_renderer/text_rend_shader_sources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/tiny_gl_text_renderer/text_rend_shader_sources.h -------------------------------------------------------------------------------- /include/tiny_gl_text_renderer/text_renderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/tiny_gl_text_renderer/text_renderer.h -------------------------------------------------------------------------------- /include/tiny_gl_text_renderer/texture_filler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/tiny_gl_text_renderer/texture_filler.h -------------------------------------------------------------------------------- /include/tiny_gl_text_renderer/vec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/tiny_gl_text_renderer/vec.h -------------------------------------------------------------------------------- /include/tiny_graph_plot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/tiny_graph_plot.h -------------------------------------------------------------------------------- /include/user_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/user_window.h -------------------------------------------------------------------------------- /include/xy_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/include/xy_range.h -------------------------------------------------------------------------------- /msvs2019_instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/msvs2019_instructions.md -------------------------------------------------------------------------------- /source/buffer_set.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/source/buffer_set.cpp -------------------------------------------------------------------------------- /source/canvas.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/source/canvas.cpp -------------------------------------------------------------------------------- /source/canvas_manager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/source/canvas_manager.cpp -------------------------------------------------------------------------------- /source/glfw_callback_functions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/source/glfw_callback_functions.cpp -------------------------------------------------------------------------------- /source/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/source/main.cpp -------------------------------------------------------------------------------- /source/shader_program.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/source/shader_program.cpp -------------------------------------------------------------------------------- /source/stb_image_write_impl.cpp: -------------------------------------------------------------------------------- 1 | #define STB_IMAGE_WRITE_IMPLEMENTATION 2 | #include "stb_image_write.h" 3 | -------------------------------------------------------------------------------- /source/text_renderer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/source/text_renderer.cpp -------------------------------------------------------------------------------- /source/user_window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/source/user_window.cpp -------------------------------------------------------------------------------- /third_party/glew-2.1.0/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/LICENSE.txt -------------------------------------------------------------------------------- /third_party/glew-2.1.0/bin/Release/Win32/glew32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/bin/Release/Win32/glew32.dll -------------------------------------------------------------------------------- /third_party/glew-2.1.0/bin/Release/Win32/glewinfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/bin/Release/Win32/glewinfo.exe -------------------------------------------------------------------------------- /third_party/glew-2.1.0/bin/Release/Win32/visualinfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/bin/Release/Win32/visualinfo.exe -------------------------------------------------------------------------------- /third_party/glew-2.1.0/bin/Release/x64/glew32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/bin/Release/x64/glew32.dll -------------------------------------------------------------------------------- /third_party/glew-2.1.0/bin/Release/x64/glewinfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/bin/Release/x64/glewinfo.exe -------------------------------------------------------------------------------- /third_party/glew-2.1.0/bin/Release/x64/visualinfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/bin/Release/x64/visualinfo.exe -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/advanced.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/advanced.html -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/basic.html -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/build.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/build.html -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/credits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/credits.html -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/github.png -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/glew.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/glew.css -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/glew.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/glew.html -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/glew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/glew.png -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/glew.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/glew.txt -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/glxew.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/glxew.html -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/gpl.txt -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/index.html -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/install.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/install.html -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/khronos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/khronos.txt -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/log.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/log.html -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/mesa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/mesa.txt -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/new.png -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/ogl_sm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/ogl_sm.jpg -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/travis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/travis.png -------------------------------------------------------------------------------- /third_party/glew-2.1.0/doc/wglew.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/doc/wglew.html -------------------------------------------------------------------------------- /third_party/glew-2.1.0/include/GL/eglew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/include/GL/eglew.h -------------------------------------------------------------------------------- /third_party/glew-2.1.0/include/GL/glew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/include/GL/glew.h -------------------------------------------------------------------------------- /third_party/glew-2.1.0/include/GL/glxew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/include/GL/glxew.h -------------------------------------------------------------------------------- /third_party/glew-2.1.0/include/GL/wglew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/include/GL/wglew.h -------------------------------------------------------------------------------- /third_party/glew-2.1.0/lib/Release/Win32/glew32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/lib/Release/Win32/glew32.lib -------------------------------------------------------------------------------- /third_party/glew-2.1.0/lib/Release/Win32/glew32s.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/lib/Release/Win32/glew32s.lib -------------------------------------------------------------------------------- /third_party/glew-2.1.0/lib/Release/x64/glew32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/lib/Release/x64/glew32.lib -------------------------------------------------------------------------------- /third_party/glew-2.1.0/lib/Release/x64/glew32s.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glew-2.1.0/lib/Release/x64/glew32s.lib -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/LICENSE.md -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/bc_s.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/bdwn.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/bug.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/build_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/build_8dox.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/build_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/build_guide.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/closed.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/compat_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/compat_8dox.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/compat_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/compat_guide.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/compile_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/compile_8dox.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/compile_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/compile_guide.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/context_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/context_8dox.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/context_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/context_guide.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/deprecated.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/deprecated.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/dir_15a5176d7c9cc5c407ed4f611edf0684.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/dir_15a5176d7c9cc5c407ed4f611edf0684.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/dir_a58ef735c5cc5a9a31d321e1abe7c42e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/dir_a58ef735c5cc5a9a31d321e1abe7c42e.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/dir_abae1f34c5d965773b98e3c915cdaeb5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/dir_abae1f34c5d965773b98e3c915cdaeb5.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/dir_bc6505cac00d7a6291dbfd9af70666b7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/dir_bc6505cac00d7a6291dbfd9af70666b7.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/doc.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/doxygen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/doxygen.css -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/doxygen.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/dynsections.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/dynsections.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/extra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/extra.css -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/files.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/files.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/folderclosed.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/folderopen.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/glfw3_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/glfw3_8h.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/glfw3_8h_source.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/glfw3_8h_source.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/glfw3native_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/glfw3native_8h.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/glfw3native_8h_source.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/glfw3native_8h_source.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/group__buttons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/group__buttons.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/group__context.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/group__context.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/group__errors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/group__errors.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/group__gamepad__axes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/group__gamepad__axes.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/group__gamepad__buttons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/group__gamepad__buttons.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/group__hat__state.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/group__hat__state.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/group__init.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/group__init.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/group__input.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/group__input.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/group__joysticks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/group__joysticks.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/group__keys.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/group__keys.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/group__mods.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/group__mods.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/group__monitor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/group__monitor.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/group__native.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/group__native.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/group__shapes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/group__shapes.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/group__vulkan.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/group__vulkan.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/group__window.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/group__window.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/index.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/input_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/input_8dox.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/input_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/input_guide.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/internal_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/internal_8dox.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/internals_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/internals_guide.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/intro_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/intro_8dox.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/intro_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/intro_guide.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/jquery.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/main_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/main_8dox.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/menu.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/menudata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/menudata.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/modules.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/modules.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/monitor_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/monitor_8dox.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/monitor_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/monitor_guide.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/moving_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/moving_8dox.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/moving_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/moving_guide.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/nav_f.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/nav_g.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/nav_h.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/news.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/news.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/news_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/news_8dox.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/open.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/pages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/pages.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/quick_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/quick_8dox.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/quick_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/quick_guide.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_0.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_0.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_1.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_1.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_10.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_10.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_10.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_11.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_11.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_11.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_2.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_2.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_3.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_3.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_4.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_4.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_5.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_5.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_6.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_6.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_7.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_7.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_8.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_8.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_9.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_9.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_a.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_a.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_b.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_b.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_b.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_c.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_c.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_d.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_d.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_e.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_e.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_e.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_f.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_f.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/all_f.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/classes_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/classes_0.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/classes_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/classes_0.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/close.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/defines_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/defines_0.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/defines_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/defines_0.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_0.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_0.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_1.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_1.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_2.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_2.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_3.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_3.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_4.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_4.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_5.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_5.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_6.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_6.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_7.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_7.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_8.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/files_8.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/functions_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/functions_0.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/functions_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/functions_0.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_0.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_0.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_1.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_1.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_2.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_2.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_3.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_3.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_4.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_4.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_5.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_5.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_6.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_6.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_7.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_7.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_8.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_8.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_9.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_9.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_a.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/groups_a.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/mag_sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/mag_sel.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/nomatches.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/nomatches.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_0.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_0.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_1.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_1.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_2.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_2.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_3.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_3.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_4.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_4.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_5.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_5.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_6.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_6.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_7.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_7.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_8.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_8.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_9.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_9.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_a.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/pages_a.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/search.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/search.css -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/search.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/search_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/search_l.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/search_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/search_m.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/search_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/search_r.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/searchdata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/searchdata.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/typedefs_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/typedefs_0.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/typedefs_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/typedefs_0.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_0.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_0.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_1.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_1.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_2.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_2.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_3.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_3.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_4.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_4.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_5.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_5.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_6.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_6.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_7.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/search/variables_7.js -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/spaces.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/spaces.svg -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/splitbar.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/structGLFWgamepadstate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/structGLFWgamepadstate.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/structGLFWgammaramp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/structGLFWgammaramp.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/structGLFWimage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/structGLFWimage.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/structGLFWvidmode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/structGLFWvidmode.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/sync_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/sync_off.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/sync_on.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/tab_a.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/tab_b.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/tab_h.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/tab_s.png -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/tabs.css -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/vulkan_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/vulkan_8dox.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/vulkan_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/vulkan_guide.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/window_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/window_8dox.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/docs/html/window_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/docs/html/window_guide.html -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/include/GLFW/glfw3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/include/GLFW/glfw3.h -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/include/GLFW/glfw3native.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/include/GLFW/glfw3native.h -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/lib-mingw-w64/glfw3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/lib-mingw-w64/glfw3.dll -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/lib-mingw-w64/libglfw3.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/lib-mingw-w64/libglfw3.a -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/lib-mingw-w64/libglfw3dll.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/lib-mingw-w64/libglfw3dll.a -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/lib-vc2012/glfw3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/lib-vc2012/glfw3.dll -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/lib-vc2012/glfw3.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/lib-vc2012/glfw3.lib -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/lib-vc2012/glfw3dll.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/lib-vc2012/glfw3dll.lib -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/lib-vc2013/glfw3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/lib-vc2013/glfw3.dll -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/lib-vc2013/glfw3.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/lib-vc2013/glfw3.lib -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/lib-vc2013/glfw3dll.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/lib-vc2013/glfw3dll.lib -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/lib-vc2015/glfw3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/lib-vc2015/glfw3.dll -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/lib-vc2015/glfw3.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/lib-vc2015/glfw3.lib -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/lib-vc2015/glfw3dll.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/lib-vc2015/glfw3dll.lib -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/lib-vc2017/glfw3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/lib-vc2017/glfw3.dll -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/lib-vc2017/glfw3.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/lib-vc2017/glfw3.lib -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/lib-vc2017/glfw3dll.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/lib-vc2017/glfw3dll.lib -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/lib-vc2019/glfw3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/lib-vc2019/glfw3.dll -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/lib-vc2019/glfw3.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/lib-vc2019/glfw3.lib -------------------------------------------------------------------------------- /third_party/glfw-3.3.2.bin.WIN64/lib-vc2019/glfw3dll.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/glfw-3.3.2.bin.WIN64/lib-vc2019/glfw3dll.lib -------------------------------------------------------------------------------- /third_party/stbi/stb_image_write.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/third_party/stbi/stb_image_write.h -------------------------------------------------------------------------------- /tiny_graph_plot.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/tiny_graph_plot.sln -------------------------------------------------------------------------------- /tiny_graph_plot.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/tiny_graph_plot.vcxproj -------------------------------------------------------------------------------- /tiny_graph_plot.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/tiny_graph_plot.vcxproj.filters -------------------------------------------------------------------------------- /tiny_graph_plot.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evovch/tiny_graph_plot/HEAD/tiny_graph_plot.vcxproj.user --------------------------------------------------------------------------------