著作権
This commit is contained in:
42
LICENSE.md
42
LICENSE.md
@@ -1,21 +1,21 @@
|
|||||||
# 076 Free License
|
# 076 Free License
|
||||||
|
|
||||||
Copyright (c) 2026 テクニカル諏訪子
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
Permission is hereby granted to any person obtaining a copy of the software
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
SuwaUI (the "Software") to use, modify, merge, copy, publish, distribute,
|
GLSLテスター (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
1. **Origin Attribution**:
|
1. **Origin Attribution**:
|
||||||
- You must not misrepresent the origin of the Software; you must not claim
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
you created the original Software.
|
you created the original Software.
|
||||||
2. **Notice Preservation**:
|
2. **Notice Preservation**:
|
||||||
- This license and the above copyright notice must remain intact in all copies
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
of the source code.
|
of the source code.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# GLSLテスター
|
# GLSLテスター
|
||||||
|
|
||||||
GLSLチュートリアル・シリーズ向けOpenGLレンダー。\
|
GLSLチュートリアル・シリーズ向けOpenGLレンダー。\
|
||||||
<img width="802" height="632" alt="shader33" src="https://github.com/user-attachments/assets/c8989dfe-677b-4294-81a7-0e780681db43" />
|
<img width="802" height="632" alt="shader33" src="https://github.com/user-attachments/assets/c8989dfe-677b-4294-81a7-0e780681db43" />
|
||||||
|
|||||||
@@ -1,3 +1,26 @@
|
|||||||
|
/**************************************************************************************
|
||||||
|
# 076 Free License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
GLSLテスター (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
2. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
**************************************************************************************/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
typedef union {
|
typedef union {
|
||||||
|
|||||||
23
main.c
23
main.c
@@ -1,3 +1,26 @@
|
|||||||
|
/**************************************************************************************
|
||||||
|
# 076 Free License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
GLSLテスター (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
2. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
**************************************************************************************/
|
||||||
#include <glad/glad.h>
|
#include <glad/glad.h>
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#define GL_SILENCE_DEPRECATION
|
#define GL_SILENCE_DEPRECATION
|
||||||
|
|||||||
Reference in New Issue
Block a user