├── .gitignore ├── .DS_Store ├── Screenshots ├── screenshot_0.png ├── screenshot_1.png ├── screenshot_2.png ├── screenshot_3.png ├── screenshot_4.png ├── screenshot_5.png ├── screenshot_6.png ├── screenshot_7.png ├── screenshot_8.png ├── screenshot_9.png ├── screenshot_10.png ├── screenshot_11.png ├── screenshot_12.png ├── screenshot_13.png ├── screenshot_14.png ├── screenshot_15.png ├── screenshot_16.png ├── screenshot_17.png ├── screenshot_18.png ├── screenshot_19.png ├── screenshot_20.png ├── screenshot_21.png ├── screenshot_22.png ├── screenshot_23.png ├── screenshot_24.png ├── screenshot_25.png ├── screenshot_26.png ├── screenshot_27.png ├── screenshot_28.png ├── screenshot_29.png ├── screenshot_30.png ├── screenshot_31.png ├── screenshot_32.png ├── screenshot_33.png ├── screenshot_34.png ├── screenshot_35.png ├── screenshot_36.png ├── screenshot_37.png ├── screenshot_38.png ├── screenshot_39.png └── screenshot_40.png ├── lib └── glfw-3.1.1 │ ├── docs │ ├── html │ │ ├── search │ │ │ ├── all_c.js │ │ │ ├── files_5.js │ │ │ ├── files_7.js │ │ │ ├── all_6.js │ │ │ ├── files_0.js │ │ │ ├── files_6.js │ │ │ ├── files_8.js │ │ │ ├── pages_8.js │ │ │ ├── all_2.js │ │ │ ├── all_7.js │ │ │ ├── groups_1.js │ │ │ ├── groups_3.js │ │ │ ├── pages_2.js │ │ │ ├── all_a.js │ │ │ ├── groups_4.js │ │ │ ├── groups_6.js │ │ │ ├── pages_6.js │ │ │ ├── close.png │ │ │ ├── groups_0.js │ │ │ ├── groups_8.js │ │ │ ├── mag_sel.png │ │ │ ├── pages_7.js │ │ │ ├── search_l.png │ │ │ ├── search_m.png │ │ │ ├── search_r.png │ │ │ ├── groups_7.js │ │ │ ├── all_b.js │ │ │ ├── variables_3.js │ │ │ ├── variables_5.js │ │ │ ├── pages_5.js │ │ │ ├── files_3.js │ │ │ ├── files_2.js │ │ │ ├── pages_0.js │ │ │ ├── pages_1.js │ │ │ ├── pages_3.js │ │ │ ├── pages_4.js │ │ │ ├── all_4.js │ │ │ ├── files_4.js │ │ │ ├── groups_2.js │ │ │ ├── variables_2.js │ │ │ ├── variables_6.js │ │ │ ├── files_1.js │ │ │ ├── classes_0.js │ │ │ ├── variables_0.js │ │ │ ├── variables_1.js │ │ │ ├── groups_5.js │ │ │ ├── all_9.js │ │ │ ├── all_e.js │ │ │ ├── variables_4.js │ │ │ ├── all_d.js │ │ │ ├── all_f.js │ │ │ ├── all_1.js │ │ │ ├── all_0.js │ │ │ ├── all_5.js │ │ │ ├── nomatches.html │ │ │ ├── all_8.js │ │ │ ├── all_0.html │ │ │ ├── all_1.html │ │ │ ├── all_2.html │ │ │ ├── all_3.html │ │ │ ├── all_4.html │ │ │ ├── all_5.html │ │ │ ├── all_6.html │ │ │ ├── all_7.html │ │ │ ├── all_8.html │ │ │ ├── all_9.html │ │ │ ├── all_a.html │ │ │ ├── all_b.html │ │ │ ├── all_c.html │ │ │ ├── all_d.html │ │ │ ├── all_e.html │ │ │ ├── all_f.html │ │ │ ├── files_0.html │ │ │ ├── files_1.html │ │ │ ├── files_2.html │ │ │ ├── files_3.html │ │ │ ├── files_4.html │ │ │ ├── files_5.html │ │ │ ├── files_6.html │ │ │ ├── files_7.html │ │ │ ├── files_8.html │ │ │ ├── pages_0.html │ │ │ ├── pages_1.html │ │ │ ├── pages_2.html │ │ │ ├── pages_3.html │ │ │ ├── pages_4.html │ │ │ ├── pages_5.html │ │ │ ├── pages_6.html │ │ │ ├── pages_7.html │ │ │ ├── pages_8.html │ │ │ ├── classes_0.html │ │ │ ├── defines_0.html │ │ │ ├── groups_0.html │ │ │ ├── groups_1.html │ │ │ ├── groups_2.html │ │ │ ├── groups_3.html │ │ │ ├── groups_4.html │ │ │ ├── groups_5.html │ │ │ ├── groups_6.html │ │ │ ├── groups_7.html │ │ │ ├── groups_8.html │ │ │ ├── functions_0.html │ │ │ ├── typedefs_0.html │ │ │ ├── variables_0.html │ │ │ ├── variables_1.html │ │ │ ├── variables_2.html │ │ │ ├── variables_3.html │ │ │ ├── variables_4.html │ │ │ ├── variables_5.html │ │ │ ├── variables_6.html │ │ │ └── typedefs_0.js │ │ ├── bc_s.png │ │ ├── bdwn.png │ │ ├── open.png │ │ ├── closed.png │ │ ├── doxygen.png │ │ ├── ftv2cl.png │ │ ├── ftv2doc.png │ │ ├── ftv2mo.png │ │ ├── ftv2ns.png │ │ ├── nav_f.png │ │ ├── nav_g.png │ │ ├── nav_h.png │ │ ├── sync_on.png │ │ ├── tab_a.png │ │ ├── tab_b.png │ │ ├── tab_h.png │ │ ├── tab_s.png │ │ ├── ftv2blank.png │ │ ├── ftv2link.png │ │ ├── ftv2mnode.png │ │ ├── ftv2node.png │ │ ├── ftv2pnode.png │ │ ├── sync_off.png │ │ ├── ftv2lastnode.png │ │ ├── ftv2splitbar.png │ │ ├── ftv2vertline.png │ │ ├── ftv2folderopen.png │ │ ├── ftv2mlastnode.png │ │ ├── ftv2plastnode.png │ │ ├── ftv2folderclosed.png │ │ ├── tabs.css │ │ └── dynsections.js │ ├── footer.html │ ├── CMakeLists.txt │ ├── header.html │ └── main.dox │ ├── src │ ├── glfw3.pc.in │ ├── glfw3Config.cmake.in │ ├── xkb_unicode.h │ ├── posix_time.h │ ├── posix_tls.h │ ├── win32_tls.h │ ├── winmm_joystick.h │ ├── iokit_joystick.h │ ├── linux_joystick.h │ ├── nsgl_context.h │ ├── posix_tls.c │ ├── mach_time.c │ ├── win32_tls.c │ ├── win32_time.c │ ├── egl_context.h │ ├── posix_time.c │ ├── mir_platform.h │ ├── mir_init.c │ ├── wgl_context.h │ └── cocoa_platform.h │ ├── CMake │ ├── modules │ │ ├── FindEGL.cmake │ │ ├── FindGLESv1.cmake │ │ ├── FindGLESv2.cmake │ │ ├── FindMir.cmake │ │ ├── FindXKBCommon.cmake │ │ └── FindWayland.cmake │ ├── i586-mingw32msvc.cmake │ ├── amd64-mingw32msvc.cmake │ ├── i686-w64-mingw32.cmake │ ├── i686-pc-mingw32.cmake │ ├── x86_64-w64-mingw32.cmake │ └── AppleInfo.plist │ ├── COPYING.txt │ ├── cmake_uninstall.cmake.in │ ├── deps │ └── getopt.h │ ├── tests │ ├── title.c │ ├── CMakeLists.txt │ └── windows.c │ └── examples │ ├── simple.c │ └── CMakeLists.txt ├── src ├── colorVertexShader.vert ├── io.h ├── Makefile ├── colorFragmentShader.frag ├── imageLoader.h ├── scene.h ├── compile.sh ├── logic.h ├── main.c ├── vector.h ├── types.h ├── particlesComputeShader.comp └── imageLoader.c ├── LICENSE └── CMakeLists.txt /.gitignore: -------------------------------------------------------------------------------- 1 | src/*.o 2 | src/particles 3 | .idea/ 4 | bin/ 5 | CMakeFiles/ 6 | CMakeCache.txt -------------------------------------------------------------------------------- /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/.DS_Store -------------------------------------------------------------------------------- /Screenshots/screenshot_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_0.png -------------------------------------------------------------------------------- /Screenshots/screenshot_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_1.png -------------------------------------------------------------------------------- /Screenshots/screenshot_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_2.png -------------------------------------------------------------------------------- /Screenshots/screenshot_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_3.png -------------------------------------------------------------------------------- /Screenshots/screenshot_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_4.png -------------------------------------------------------------------------------- /Screenshots/screenshot_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_5.png -------------------------------------------------------------------------------- /Screenshots/screenshot_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_6.png -------------------------------------------------------------------------------- /Screenshots/screenshot_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_7.png -------------------------------------------------------------------------------- /Screenshots/screenshot_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_8.png -------------------------------------------------------------------------------- /Screenshots/screenshot_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_9.png -------------------------------------------------------------------------------- /Screenshots/screenshot_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_10.png -------------------------------------------------------------------------------- /Screenshots/screenshot_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_11.png -------------------------------------------------------------------------------- /Screenshots/screenshot_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_12.png -------------------------------------------------------------------------------- /Screenshots/screenshot_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_13.png -------------------------------------------------------------------------------- /Screenshots/screenshot_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_14.png -------------------------------------------------------------------------------- /Screenshots/screenshot_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_15.png -------------------------------------------------------------------------------- /Screenshots/screenshot_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_16.png -------------------------------------------------------------------------------- /Screenshots/screenshot_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_17.png -------------------------------------------------------------------------------- /Screenshots/screenshot_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_18.png -------------------------------------------------------------------------------- /Screenshots/screenshot_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_19.png -------------------------------------------------------------------------------- /Screenshots/screenshot_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_20.png -------------------------------------------------------------------------------- /Screenshots/screenshot_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_21.png -------------------------------------------------------------------------------- /Screenshots/screenshot_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_22.png -------------------------------------------------------------------------------- /Screenshots/screenshot_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_23.png -------------------------------------------------------------------------------- /Screenshots/screenshot_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_24.png -------------------------------------------------------------------------------- /Screenshots/screenshot_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_25.png -------------------------------------------------------------------------------- /Screenshots/screenshot_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_26.png -------------------------------------------------------------------------------- /Screenshots/screenshot_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_27.png -------------------------------------------------------------------------------- /Screenshots/screenshot_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_28.png -------------------------------------------------------------------------------- /Screenshots/screenshot_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_29.png -------------------------------------------------------------------------------- /Screenshots/screenshot_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_30.png -------------------------------------------------------------------------------- /Screenshots/screenshot_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_31.png -------------------------------------------------------------------------------- /Screenshots/screenshot_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_32.png -------------------------------------------------------------------------------- /Screenshots/screenshot_33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_33.png -------------------------------------------------------------------------------- /Screenshots/screenshot_34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_34.png -------------------------------------------------------------------------------- /Screenshots/screenshot_35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_35.png -------------------------------------------------------------------------------- /Screenshots/screenshot_36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_36.png -------------------------------------------------------------------------------- /Screenshots/screenshot_37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_37.png -------------------------------------------------------------------------------- /Screenshots/screenshot_38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_38.png -------------------------------------------------------------------------------- /Screenshots/screenshot_39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_39.png -------------------------------------------------------------------------------- /Screenshots/screenshot_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/Screenshots/screenshot_40.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/all_c.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['quick_2edox',['quick.dox',['../quick_8dox.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/files_5.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['news_2edox',['news.dox',['../news_8dox.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/files_7.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['rift_2edox',['rift.dox',['../rift_8dox.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/bc_s.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/bdwn.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/open.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/all_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['joysticks',['Joysticks',['../group__joysticks.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/files_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['build_2edox',['build.dox',['../build_8dox.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/files_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['quick_2edox',['quick.dox',['../quick_8dox.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/files_8.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['window_2edox',['window.dox',['../window_8dox.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/pages_8.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['window_20guide',['Window guide',['../window.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/closed.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/doxygen.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/ftv2cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/ftv2cl.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/ftv2doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/ftv2doc.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/ftv2mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/ftv2mo.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/ftv2ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/ftv2ns.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/nav_f.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/nav_g.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/nav_h.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/all_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['error_20codes',['Error codes',['../group__errors.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/all_7.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['keyboard_20keys',['Keyboard keys',['../group__keys.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/groups_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['error_20codes',['Error codes',['../group__errors.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/groups_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['joysticks',['Joysticks',['../group__joysticks.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/pages_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['getting_20started',['Getting started',['../quick.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/sync_on.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/tab_a.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/tab_b.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/tab_h.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/tab_s.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/ftv2blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/ftv2blank.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/ftv2link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/ftv2link.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/ftv2mnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/ftv2mnode.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/ftv2node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/ftv2node.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/ftv2pnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/ftv2pnode.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/all_a.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['oculus_20rift_20guide',['Oculus Rift guide',['../rift.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/groups_4.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['keyboard_20keys',['Keyboard keys',['../group__keys.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/groups_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['native_20access',['Native access',['../group__native.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/pages_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['oculus_20rift_20guide',['Oculus Rift guide',['../rift.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/sync_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/sync_off.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/ftv2lastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/ftv2lastnode.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/ftv2splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/ftv2splitbar.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/ftv2vertline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/ftv2vertline.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/search/close.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/groups_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['context_20handling',['Context handling',['../group__context.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/groups_8.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['window_20handling',['Window handling',['../group__window.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/ftv2folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/ftv2folderopen.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/ftv2mlastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/ftv2mlastnode.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/ftv2plastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/ftv2plastnode.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/mag_sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/search/mag_sel.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/pages_7.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['standards_20conformance',['Standards conformance',['../compat.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/ftv2folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/ftv2folderclosed.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/search_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/search/search_l.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/search_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/search/search_m.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/html/search/search_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauriceGit/Partikel_accelleration_on_GPU/HEAD/lib/glfw-3.1.1/docs/html/search/search_r.png -------------------------------------------------------------------------------- /lib/glfw-3.1.1/docs/footer.html: -------------------------------------------------------------------------------- 1 |
2 |3 | Last update on $date for $projectname $projectnumber 4 |
5 | 6 |