diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index f3a1d5f..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "${workspaceFolder}/demo-02-c-opengl/lib/include", - "/usr/include/SDL2" - ], - "compilerArgs": [ - "-Wall", - "-Werror", - "-Wno-missing-braces" - ], - "defines": [], - "compilerPath": "/usr/bin/clang", - "cStandard": "c11", - "cppStandard": "gnu++17", - "intelliSenseMode": "linux-clang-x64" - }, - { - "name": "Emscriptem", - "includePath": [ - "${workspaceFolder}/emsdk/upstream/emscripten/cache/sysroot/include/SDL2", - "${workspaceFolder}/emsdk/upstream/emscripten/cache/sysroot/include/compat", - "${workspaceFolder}/emsdk/upstream/lib/clang/19/include", - "${workspaceFolder}/emsdk/upstream/emscripten/cache/sysroot/include", - "${workspaceFolder}/demo-02-c-opengl/lib/include" - ], - "defines": [ - "__EMSCRIPTEN__" - ], - "compilerPath": "${workspaceFolder}/emsdk/upstream/bin/clang", - "compilerArgs": [ - "-Werror", - "-Wall" - ], - "cStandard": "c11", - "cppStandard": "gnu++17", - "intelliSenseMode": "linux-clang-x64" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json index 76dd92b..ba39329 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,54 +4,6 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ - { - "name": "tests (gdb)", - "type": "cppdbg", - "request": "launch", - "program": "${workspaceFolder}/demo-02-c-opengl/test-run", - "args": [], - "stopAtEntry": false, - "cwd": "${workspaceFolder}/demo-02-c-opengl", - "environment": [], - "externalConsole": false, - "MIMode": "gdb", - "setupCommands": [ - { - "description": "Enable pretty-printing for gdb", - "text": "-enable-pretty-printing", - "ignoreFailures": true - }, - { - "description": "Set Disassembly Flavor to Intel", - "text": "-gdb-set disassembly-flavor intel", - "ignoreFailures": true - } - ] - }, - { - "name": "app (gdb)", - "type": "cppdbg", - "request": "launch", - "program": "${workspaceFolder}/demo-02-c-opengl/native", - "args": [], - "stopAtEntry": false, - "cwd": "${workspaceFolder}/demo-02-c-opengl", - "environment": [], - "externalConsole": false, - "MIMode": "gdb", - "setupCommands": [ - { - "description": "Enable pretty-printing for gdb", - "text": "-enable-pretty-printing", - "ignoreFailures": true - }, - { - "description": "Set Disassembly Flavor to Intel", - "text": "-gdb-set disassembly-flavor intel", - "ignoreFailures": true - } - ] - }, { "type": "chrome", "request": "launch", diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 48a47b1..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "files.associations": { - "sdl.h": "c", - "html5.h": "c", - "loaders.h": "c", - "assert.h": "c", - "render_program.h": "c", - "ios": "c", - "mat4.h": "c", - "__node_handle": "c", - "limits": "c", - "random": "c", - "chrono": "c", - "__bit_reference": "cpp", - "__config": "cpp", - "__hash_table": "cpp", - "__locale": "cpp", - "__split_buffer": "cpp", - "__threading_support": "cpp", - "__tree": "cpp", - "__verbose_abort": "cpp", - "array": "cpp", - "bitset": "cpp", - "cctype": "cpp", - "charconv": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "condition_variable": "cpp", - "cstdarg": "cpp", - "cstddef": "cpp", - "cstdint": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "cwctype": "cpp", - "deque": "cpp", - "forward_list": "cpp", - "initializer_list": "cpp", - "iomanip": "cpp", - "iosfwd": "cpp", - "istream": "cpp", - "locale": "cpp", - "map": "cpp", - "mutex": "cpp", - "new": "cpp", - "numbers": "cpp", - "optional": "cpp", - "ostream": "cpp", - "print": "cpp", - "queue": "cpp", - "ratio": "cpp", - "semaphore": "cpp", - "span": "cpp", - "sstream": "cpp", - "stack": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "string": "cpp", - "string_view": "cpp", - "tuple": "cpp", - "typeinfo": "cpp", - "unordered_map": "cpp", - "variant": "cpp", - "vector": "cpp", - "memory": "cpp", - "algorithm": "cpp", - "atomic": "cpp", - "bit": "cpp", - "compare": "cpp", - "concepts": "cpp", - "exception": "cpp", - "functional": "cpp", - "iterator": "cpp", - "memory_resource": "cpp", - "numeric": "cpp", - "system_error": "cpp", - "type_traits": "cpp", - "utility": "cpp", - "format": "cpp", - "stop_token": "cpp", - "text_encoding": "cpp", - "thread": "cpp", - "cinttypes": "cpp" - }, - "C_Cpp.default.compilerPath": "/usr/bin/clang" -} \ No newline at end of file diff --git a/about/index.html b/about/index.html index fe6f54e..b04ffef 100644 --- a/about/index.html +++ b/about/index.html @@ -9,7 +9,20 @@
- +I like software that's fast, without bloat, and preferably in three dimensions 😀. @@ -116,27 +130,6 @@