Compare commits

..

6 Commits

Author SHA1 Message Date
19890802a6 Manually scale textures to correct sizes 2025-06-09 10:49:09 +02:00
e1c6091450 Try to port renderer 2025-06-09 10:39:40 +02:00
fca47a059c Integrate Hall and riscv target 2025-06-09 10:15:44 +02:00
5b8b3ed7cd Remove SDL dependency 2025-06-09 09:59:49 +02:00
f1e6d48e31 Prepare port 2025-06-09 09:59:49 +02:00
a91d70daa4 Port to entt 2025-06-09 00:53:32 +02:00

17
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
// 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}"
}
]
}