Compare commits

..

6 Commits

Author SHA1 Message Date
f65f4e3e55 Manually scale textures to correct sizes 2025-06-09 10:49:59 +02:00
3298623305 Try to port renderer 2025-06-09 10:49:59 +02:00
f6adc18215 Integrate Hall and riscv target 2025-06-09 10:49:59 +02:00
1b8d4e8c70 Remove SDL dependency 2025-06-09 10:49:59 +02:00
9d09b70bae Prepare port 2025-06-09 10:49:59 +02:00
49f45423d1 Port to entt 2025-06-09 10:49:59 +02:00

17
.vscode/launch.json vendored
View File

@@ -1,17 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Launch",
"program": "${workspaceFolder}/build/HansTheGatherer",
"args": [],
"cwd": "${workspaceFolder}"
}
]
}