keyword
stringclasses
7 values
repo_name
stringlengths
8
98
file_path
stringlengths
4
244
file_extension
stringclasses
29 values
file_size
int64
0
84.1M
line_count
int64
0
1.6M
content
stringlengths
1
84.1M
language
stringclasses
14 values
2D
JaeHyunLee94/mpm2d
external/glm/glm/gtc/reciprocal.hpp
.hpp
4,038
135
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
Unknown
2D
JaeHyunLee94/mpm2d
external/glm/glm/gtc/noise.hpp
.hpp
3,160
90
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
Unknown
2D
JaeHyunLee94/mpm2d
external/glm/glm/gtc/integer.hpp
.hpp
4,233
106
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
Unknown
2D
JaeHyunLee94/mpm2d
external/glm/glm/gtc/matrix_integer.hpp
.hpp
15,914
516
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
Unknown
2D
JaeHyunLee94/mpm2d
external/glm/glm/gtc/matrix_transform.hpp
.hpp
12,955
305
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
Unknown
2D
JaeHyunLee94/mpm2d
external/glm/glm/gtc/matrix_inverse.hpp
.hpp
3,027
79
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
Unknown
2D
JaeHyunLee94/mpm2d
external/glm/glm/gtc/constants.hpp
.hpp
5,508
206
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
Unknown
2D
JaeHyunLee94/mpm2d
external/glm/glm/gtc/random.hpp
.hpp
4,004
121
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
Unknown
2D
JaeHyunLee94/mpm2d
external/glm/glm/gtc/ulp.hpp
.hpp
3,393
93
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
Unknown
2D
JaeHyunLee94/mpm2d
external/glm/glm/gtc/type_precision.hpp
.hpp
25,807
891
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
Unknown
2D
JaeHyunLee94/mpm2d
external/glm/glm/gtc/vec1.hpp
.hpp
6,680
194
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
Unknown
2D
JaeHyunLee94/mpm2d
external/glm/glm/gtc/round.hpp
.hpp
7,097
204
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
Unknown
2D
JaeHyunLee94/mpm2d
external/glm/glm/gtc/epsilon.hpp
.hpp
3,460
103
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
Unknown
2D
JaeHyunLee94/mpm2d
external/glm/glm/gtc/bitfield.hpp
.hpp
9,435
237
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/LICENSE.md
.md
904
24
Copyright (c) 2002-2006 Marcus Geelnard Copyright (c) 2006-2019 Camilla Löwy This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purp...
Markdown
2D
JaeHyunLee94/mpm2d
external/glfw/deps/stb_image_write.h
.h
37,685
1,049
/* stb_image_write - v1.02 - public domain - http://nothings.org/stb/stb_image_write.h writes out PNG/BMP/TGA images to C stdio - Sean Barrett 2010-2015 no warranty implied; use at your own risk Before #including, #define STB_IMAGE_WRITE_IMPLEMENTATION in the file...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/deps/getopt.h
.h
2,136
58
/* Copyright (c) 2012, Kim Gräsman * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, * this list of conditions an...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/deps/glad_gl.c
.c
109,362
1,792
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <glad/gl.h> #ifndef GLAD_IMPL_UTIL_C_ #define GLAD_IMPL_UTIL_C_ #ifdef _MSC_VER #define GLAD_IMPL_UTIL_SSCANF sscanf_s #else #define GLAD_IMPL_UTIL_SSCANF sscanf #endif #endif /* GLAD_IMPL_UTIL_C_ */ int GLAD_GL_VERSION_1_0 = 0; int GLAD_GL_VERSIO...
C
2D
JaeHyunLee94/mpm2d
external/glfw/deps/tinycthread.c
.c
13,065
595
/* -*- mode: c; tab-width: 2; indent-tabs-mode: nil; -*- Copyright (c) 2012 Marcus Geelnard This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this softwar...
C
2D
JaeHyunLee94/mpm2d
external/glfw/deps/nuklear.h
.h
990,698
25,779
/* /// # Nuklear /// ![](https://cloud.githubusercontent.com/assets/8057201/11761525/ae06f0ca-a0c6-11e5-819d-5610b25f6ef4.gif) /// /// ## Contents /// 1. About section /// 2. Highlights section /// 3. Features section /// 4. Usage section /// 1. Flags section /// 2. Constants section /// 3. Dependencies sec...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/deps/nuklear_glfw_gl2.h
.h
14,081
382
/* * Nuklear - v1.32.0 - public domain * no warrenty implied; use at your own risk. * authored from 2015-2017 by Micha Mettke */ /* * ============================================================== * * API * * =============================================================== */ #ifnd...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/deps/linmath.h
.h
14,123
607
#ifndef LINMATH_H #define LINMATH_H #include <string.h> #include <math.h> #include <string.h> /* 2021-03-21 Camilla Löwy <elmindreda@elmindreda.org> * - Replaced double constants with float equivalents */ #ifdef LINMATH_NO_INLINE #define LINMATH_H_FUNC static #else #define LINMATH_H_FUNC static inline #endif #def...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/deps/getopt.c
.c
8,053
231
/* Copyright (c) 2012, Kim Gräsman * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, * this list of conditions an...
C
2D
JaeHyunLee94/mpm2d
external/glfw/deps/tinycthread.h
.h
15,660
444
/* -*- mode: c; tab-width: 2; indent-tabs-mode: nil; -*- Copyright (c) 2012 Marcus Geelnard This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this softwar...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/deps/glad_vulkan.c
.c
37,298
594
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <glad/vulkan.h> #ifndef GLAD_IMPL_UTIL_C_ #define GLAD_IMPL_UTIL_C_ #ifdef _MSC_VER #define GLAD_IMPL_UTIL_SSCANF sscanf_s #else #define GLAD_IMPL_UTIL_SSCANF sscanf #endif #endif /* GLAD_IMPL_UTIL_C_ */ int GLAD_VK_VERSION_1_0 = 0; int GLAD_VK_VE...
C
2D
JaeHyunLee94/mpm2d
external/glfw/deps/glad/gl.h
.h
206,323
3,841
/** * Loader generated by glad 2.0.0-beta on Sun Apr 14 17:03:32 2019 * * Generator: C/C++ * Specification: gl * Extensions: 3 * * APIs: * - gl:compatibility=3.3 * * Options: * - MX_GLOBAL = False * - LOADER = False * - ALIAS = False * - HEADER_ONLY = False * - DEBUG = False * - MX = False * * ...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/deps/glad/khrplatform.h
.h
10,037
283
#ifndef __khrplatform_h_ #define __khrplatform_h_ /* ** Copyright (c) 2008-2018 The Khronos Group Inc. ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and/or associated documentation files (the ** "Materials"), to deal in the Materials without restriction, includi...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/deps/glad/vk_platform.h
.h
3,318
93
/* */ /* File: vk_platform.h */ /* */ /* ** Copyright (c) 2014-2017 The Khronos Group Inc. ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/LICENSE...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/deps/glad/vulkan.h
.h
179,624
3,481
/** * Loader generated by glad 2.0.0-beta on Sun Apr 14 17:03:38 2019 * * Generator: C/C++ * Specification: vk * Extensions: 3 * * APIs: * - vulkan=1.1 * * Options: * - MX_GLOBAL = False * - LOADER = False * - ALIAS = False * - HEADER_ONLY = False * - DEBUG = False * - MX = False * * Commandlin...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/deps/vs2008/stdint.h
.h
7,728
248
// ISO C9x compliant stdint.h for Microsoft Visual Studio // Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124 // // Copyright (c) 2006-2008 Alexander Chemeris // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following condit...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/deps/mingw/xinput.h
.h
7,950
240
/* * The Wine project - Xinput Joystick Library * Copyright 2008 Andrew Fenn * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your opti...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/deps/mingw/_mingw_dxhelper.h
.h
3,111
118
/** * This file has no copyright assigned and is placed in the Public Domain. * This file is part of the mingw-w64 runtime package. * No warranty is given; refer to the file DISCLAIMER within this package. */ #if defined(_MSC_VER) && !defined(_MSC_EXTENSIONS) #define NONAMELESSUNION 1 #endif #if defined(NONAMELES...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/deps/mingw/dinput.h
.h
112,560
2,468
/* * Copyright (C) the Wine project * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library ...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/include/GLFW/glfw3.h
.h
222,409
6,076
/************************************************************************* * GLFW 3.4 - www.glfw.org * A library for OpenGL, window and input *------------------------------------------------------------------------ * Copyright (c) 2002-2006 Marcus Geelnard * Copyright (c) 2006-2019 Camilla Löwy <elmindreda@glfw.o...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/include/GLFW/glfw3native.h
.h
16,413
526
/************************************************************************* * GLFW 3.4 - www.glfw.org * A library for OpenGL, window and input *------------------------------------------------------------------------ * Copyright (c) 2002-2006 Marcus Geelnard * Copyright (c) 2006-2018 Camilla Löwy <elmindreda@glfw.o...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/win32_window.c
.c
74,180
2,406
//======================================================================== // GLFW 3.4 Win32 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided ...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/init.c
.c
10,077
358
//======================================================================== // GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2018 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/context.c
.c
25,469
757
//======================================================================== // GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2016 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/osmesa_context.h
.h
3,618
91
//======================================================================== // GLFW 3.4 OSMesa - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. // Copyright (c) 2016-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is',...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/linux_joystick.h
.h
2,096
60
//======================================================================== // GLFW 3.4 Linux - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2014 Jonas Ådahl <jadahl@gmail.com> // // This software is provided 'as-is', without any express or implied // warranty....
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/x11_platform.h
.h
34,392
799
//======================================================================== // GLFW 3.4 X11 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'a...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/null_joystick.c
.c
1,852
54
//======================================================================== // GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', without any express or implied // warran...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/internal.h
.h
28,508
800
//======================================================================== // GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/cocoa_window.m
.m
55,894
1,924
//======================================================================== // GLFW 3.4 macOS - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2009-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', without any express or implied // ...
MATLAB
2D
JaeHyunLee94/mpm2d
external/glfw/src/posix_time.c
.c
2,974
91
//======================================================================== // GLFW 3.4 POSIX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided ...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/posix_thread.h
.h
1,682
52
//======================================================================== // GLFW 3.4 POSIX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided ...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/cocoa_monitor.m
.m
19,477
632
//======================================================================== // GLFW 3.4 macOS - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided ...
MATLAB
2D
JaeHyunLee94/mpm2d
external/glfw/src/null_joystick.h
.h
1,395
32
//======================================================================== // GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2006-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', without any express or implied // warran...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/egl_context.c
.c
27,141
847
//======================================================================== // GLFW 3.4 EGL - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'a...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/mappings.h
.h
114,674
477
//======================================================================== // GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2006-2018 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', without any express or implied // warran...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/win32_thread.c
.c
3,196
100
//======================================================================== // GLFW 3.4 Win32 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided ...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/win32_joystick.c
.c
26,338
754
//======================================================================== // GLFW 3.4 Win32 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided ...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/win32_time.c
.c
2,573
77
//======================================================================== // GLFW 3.4 Win32 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided ...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/window.c
.c
33,568
1,115
//======================================================================== // GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy <elmindreda@glfw.org> // Copyright (c) 2012 Torsten Walluhn ...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/wl_window.c
.c
55,946
1,815
//======================================================================== // GLFW 3.4 Wayland - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2014 Jonas Ådahl <jadahl@gmail.com> // // This software is provided 'as-is', without any express or implied // warrant...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/x11_monitor.c
.c
19,712
615
//======================================================================== // GLFW 3.4 X11 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'a...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/xkb_unicode.c
.c
22,982
943
//======================================================================== // GLFW 3.4 X11 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'a...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/osmesa_context.c
.c
11,521
373
//======================================================================== // GLFW 3.4 OSMesa - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. // Copyright (c) 2016-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is',...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/wgl_context.h
.h
6,893
161
//======================================================================== // GLFW 3.4 WGL - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2018 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'a...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/win32_monitor.c
.c
16,357
538
//======================================================================== // GLFW 3.4 Win32 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided ...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/win32_joystick.h
.h
1,961
54
//======================================================================== // GLFW 3.4 Win32 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2006-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', without any express or implied // ...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/cocoa_platform.h
.h
7,277
207
//======================================================================== // GLFW 3.4 macOS - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2009-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', without any express or implied // ...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/input.c
.c
38,526
1,407
//======================================================================== // GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/null_init.c
.c
1,968
58
//======================================================================== // GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. // Copyright (c) 2016-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', withou...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/linux_joystick.c
.c
12,339
429
//======================================================================== // GLFW 3.4 Linux - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided ...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/win32_init.c
.c
23,386
637
//======================================================================== // GLFW 3.4 Win32 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided ...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/cocoa_time.c
.c
2,213
63
//======================================================================== // GLFW 3.4 macOS - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2009-2016 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', without any express or implied // ...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/win32_platform.h
.h
15,373
463
//======================================================================== // GLFW 3.4 Win32 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided ...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/posix_thread.c
.c
3,322
106
//======================================================================== // GLFW 3.4 POSIX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided ...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/wl_init.c
.c
45,733
1,311
//======================================================================== // GLFW 3.4 Wayland - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2014 Jonas Ådahl <jadahl@gmail.com> // // This software is provided 'as-is', without any express or implied // warrant...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/cocoa_joystick.h
.h
1,732
47
//======================================================================== // GLFW 3.4 Cocoa - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2006-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', without any express or implied // ...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/null_monitor.c
.c
5,334
160
//======================================================================== // GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. // Copyright (c) 2016-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', withou...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/nsgl_context.m
.m
11,521
370
//======================================================================== // GLFW 3.4 macOS - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2009-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', without any express or implied // ...
MATLAB
2D
JaeHyunLee94/mpm2d
external/glfw/src/wgl_context.c
.c
26,947
799
//======================================================================== // GLFW 3.4 WGL - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'a...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/null_platform.h
.h
2,980
90
//======================================================================== // GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. // Copyright (c) 2016-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', withou...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/x11_window.c
.c
104,425
3,311
//======================================================================== // GLFW 3.4 X11 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'a...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/null_window.c
.c
17,530
671
//======================================================================== // GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. // Copyright (c) 2016-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', withou...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/glx_context.c
.c
22,488
700
//======================================================================== // GLFW 3.4 GLX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'a...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/posix_time.h
.h
1,513
45
//======================================================================== // GLFW 3.4 POSIX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided ...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/nsgl_context.h
.h
2,429
67
//======================================================================== // GLFW 3.4 macOS - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2009-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', without any express or implied // ...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/vulkan.c
.c
11,752
333
//======================================================================== // GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2018 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/xkb_unicode.h
.h
1,240
29
//======================================================================== // GLFW 3.4 Linux - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2014 Jonas Ådahl <jadahl@gmail.com> // // This software is provided 'as-is', without any express or implied // warranty....
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/x11_init.c
.c
60,981
1,501
//======================================================================== // GLFW 3.4 X11 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'a...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/monitor.c
.c
14,979
543
//======================================================================== // GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/glx_context.h
.h
7,604
182
//======================================================================== // GLFW 3.4 GLX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'a...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/egl_context.h
.h
9,339
230
//======================================================================== // GLFW 3.4 EGL - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'a...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/src/cocoa_joystick.m
.m
15,563
484
//======================================================================== // GLFW 3.4 Cocoa - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2009-2019 Camilla Löwy <elmindreda@glfw.org> // Copyright (c) 2012 Torsten Walluhn <tw@mad-cad.net> // // This software ...
MATLAB
2D
JaeHyunLee94/mpm2d
external/glfw/src/cocoa_init.m
.m
20,719
621
//======================================================================== // GLFW 3.4 macOS - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2009-2019 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', without any express or implied // ...
MATLAB
2D
JaeHyunLee94/mpm2d
external/glfw/src/wl_monitor.c
.c
7,349
232
//======================================================================== // GLFW 3.4 Wayland - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2014 Jonas Ådahl <jadahl@gmail.com> // // This software is provided 'as-is', without any express or implied // warrant...
C
2D
JaeHyunLee94/mpm2d
external/glfw/src/wl_platform.h
.h
14,238
353
//======================================================================== // GLFW 3.4 Wayland - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2014 Jonas Ådahl <jadahl@gmail.com> // // This software is provided 'as-is', without any express or implied // warrant...
Unknown
2D
JaeHyunLee94/mpm2d
external/glfw/examples/windows.c
.c
3,248
110
//======================================================================== // Simple multi-window example // Copyright (c) Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages // arising from t...
C
2D
JaeHyunLee94/mpm2d
external/glfw/examples/splitview.c
.c
15,179
547
//======================================================================== // This is an example program for the GLFW library // // The program uses a "split window" view, rendering four views of the // same scene in one window (e.g. uesful for 3D modelling software). This // demo uses scissors to separate the four dif...
C
2D
JaeHyunLee94/mpm2d
external/glfw/examples/heightmap.c
.c
16,060
513
//======================================================================== // Heightmap example program using OpenGL 3 core profile // Copyright (c) 2010 Olivier Delannoy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages // a...
C
2D
JaeHyunLee94/mpm2d
external/glfw/examples/particles.c
.c
35,958
1,074
//======================================================================== // A simple particle engine with threaded physics // Copyright (c) Marcus Geelnard // Copyright (c) Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', without any express or implied // warranty. In no event will the auth...
C
2D
JaeHyunLee94/mpm2d
external/glfw/examples/triangle-opengl.c
.c
5,100
171
//======================================================================== // OpenGL triangle example // Copyright (c) Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages // arising from the u...
C
2D
JaeHyunLee94/mpm2d
external/glfw/examples/offscreen.c
.c
5,105
178
//======================================================================== // Offscreen rendering example // Copyright (c) Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages // arising from t...
C
2D
JaeHyunLee94/mpm2d
external/glfw/examples/boing.c
.c
19,453
680
/***************************************************************************** * Title: GLBoing * Desc: Tribute to Amiga Boing. * Author: Jim Brooks <gfx@jimbrooks.org> * Original Amiga authors were R.J. Mical and Dale Luck. * GLFW conversion by Marcus Geelnard * Notes: - 360' = 2*PI [r...
C
2D
JaeHyunLee94/mpm2d
external/glfw/examples/sharing.c
.c
7,135
235
//======================================================================== // Context sharing example // Copyright (c) Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages // arising from the u...
C
2D
JaeHyunLee94/mpm2d
external/glfw/examples/wave.c
.c
11,863
463
/***************************************************************************** * Wave Simulation in OpenGL * (C) 2002 Jakob Thomsen * http://home.in.tum.de/~thomsen * Modified for GLFW by Sylvain Hellegouarch - sh@programmationworld.com * Modified for variable frame rate by Marcus Geelnard * 2003-Jan-31: Minor cl...
C
2D
JaeHyunLee94/mpm2d
external/glfw/examples/gears.c
.c
9,914
361
/* * 3-D gear wheels. This program is in the public domain. * * Command line options: * -info print GL implementation information * -exit automatically exit after 30 seconds * * * Brian Paul * * * Marcus Geelnard: * - Conversion to GLFW * - Time based rendering (frame rate independent)...
C