2025-04-16 00:43:33 +02:00
|
|
|
{
|
|
|
|
|
"name": "crafter-graphics",
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "base",
|
2026-03-09 20:10:19 +01:00
|
|
|
"implementations": [
|
|
|
|
|
"implementations/Crafter.Graphics-Font",
|
|
|
|
|
"implementations/Crafter.Graphics-Window",
|
|
|
|
|
"implementations/Crafter.Graphics-MouseElement",
|
|
|
|
|
"implementations/Crafter.Graphics-Transform2D",
|
|
|
|
|
"implementations/Crafter.Graphics-GridElement",
|
2026-03-09 21:50:24 +01:00
|
|
|
"implementations/Crafter.Graphics-Device",
|
|
|
|
|
"implementations/Crafter.Graphics-Mesh",
|
|
|
|
|
"implementations/Crafter.Graphics-RenderingElement3D"
|
2026-03-09 20:10:19 +01:00
|
|
|
],
|
|
|
|
|
"interfaces": [
|
|
|
|
|
"interfaces/Crafter.Graphics-Window",
|
|
|
|
|
"interfaces/Crafter.Graphics",
|
|
|
|
|
"interfaces/Crafter.Graphics-Types",
|
|
|
|
|
"interfaces/Crafter.Graphics-Font",
|
|
|
|
|
"interfaces/Crafter.Graphics-Animation",
|
|
|
|
|
"interfaces/Crafter.Graphics-RenderingElement2D",
|
2026-03-10 22:32:50 +01:00
|
|
|
"interfaces/Crafter.Graphics-RenderingElement2DBase",
|
2026-03-09 20:10:19 +01:00
|
|
|
"interfaces/Crafter.Graphics-MouseElement",
|
|
|
|
|
"interfaces/Crafter.Graphics-Transform2D",
|
|
|
|
|
"interfaces/Crafter.Graphics-GridElement",
|
|
|
|
|
"interfaces/Crafter.Graphics-Device",
|
|
|
|
|
"interfaces/Crafter.Graphics-VulkanTransition",
|
|
|
|
|
"interfaces/Crafter.Graphics-Mesh",
|
|
|
|
|
"interfaces/Crafter.Graphics-VulkanBuffer",
|
|
|
|
|
"interfaces/Crafter.Graphics-RenderingElement3D",
|
|
|
|
|
"interfaces/Crafter.Graphics-DescriptorPoolVulkan",
|
|
|
|
|
"interfaces/Crafter.Graphics-ShaderVulkan",
|
|
|
|
|
"interfaces/Crafter.Graphics-PipelineRTVulkan",
|
|
|
|
|
"interfaces/Crafter.Graphics-ShaderBindingTableVulkan",
|
|
|
|
|
"interfaces/Crafter.Graphics-ImageVulkan",
|
|
|
|
|
"interfaces/Crafter.Graphics-SamplerVulkan",
|
|
|
|
|
"interfaces/Crafter.Graphics-DescriptorSetLayoutVulkan",
|
|
|
|
|
"interfaces/Crafter.Graphics-Rendertarget"
|
|
|
|
|
],
|
2025-11-16 15:32:11 +01:00
|
|
|
"type": "library"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "wayland",
|
|
|
|
|
"libs": ["wayland-client", "xkbcommon"],
|
2025-12-29 18:56:06 +01:00
|
|
|
"c_files": ["lib/xdg-shell-protocol", "lib/wayland-xdg-decoration-unstable-v1-client-protocol", "lib/fractional-scale-v1", "lib/viewporter"],
|
2025-11-22 20:58:42 +01:00
|
|
|
"extends": ["base"],
|
|
|
|
|
"defines": [
|
2025-05-25 23:04:56 +02:00
|
|
|
{
|
2026-03-09 20:10:19 +01:00
|
|
|
"name": "CRAFTER_GRAPHICS_WINDOW_WAYLAND"
|
2025-04-19 15:46:26 +02:00
|
|
|
}
|
2025-11-22 20:58:42 +01:00
|
|
|
]
|
2025-04-16 00:43:33 +02:00
|
|
|
},
|
2026-01-27 22:34:24 +01:00
|
|
|
{
|
2026-03-09 20:10:19 +01:00
|
|
|
"name": "win32",
|
|
|
|
|
"libs": ["kernel32", "user32"],
|
2026-01-27 22:34:24 +01:00
|
|
|
"extends": ["base"],
|
|
|
|
|
"defines": [
|
|
|
|
|
{
|
2026-03-09 20:10:19 +01:00
|
|
|
"name": "CRAFTER_GRAPHICS_WINDOW_WIN32"
|
2026-03-03 00:02:12 +01:00
|
|
|
}
|
2026-01-27 22:34:24 +01:00
|
|
|
]
|
|
|
|
|
},
|
2026-02-24 02:32:37 +01:00
|
|
|
{
|
2026-03-09 20:10:19 +01:00
|
|
|
"name": "vulkan",
|
2026-02-24 02:32:37 +01:00
|
|
|
"defines": [
|
|
|
|
|
{
|
2026-03-09 20:10:19 +01:00
|
|
|
"name": "CRAFTER_GRAPHICS_RENDERER_VULKAN"
|
2026-02-24 02:32:37 +01:00
|
|
|
}
|
2026-03-03 00:02:12 +01:00
|
|
|
],
|
2026-03-02 23:53:13 +01:00
|
|
|
"dependencies": [
|
|
|
|
|
{
|
|
|
|
|
"path":"https://github.com/KhronosGroup/Vulkan-Headers.git",
|
2026-03-02 23:56:10 +01:00
|
|
|
"type":"include"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path":"https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git",
|
2026-03-02 23:53:13 +01:00
|
|
|
"type":"include"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2026-03-09 20:10:19 +01:00
|
|
|
{
|
|
|
|
|
"name": "software",
|
|
|
|
|
"defines": [
|
|
|
|
|
{
|
|
|
|
|
"name": "CRAFTER_GRAPHICS_RENDERER_SOFTWARE"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2025-04-16 00:43:33 +02:00
|
|
|
{
|
2025-11-16 15:32:11 +01:00
|
|
|
"name": "deps",
|
2025-05-04 05:15:31 +02:00
|
|
|
"dependencies": [
|
|
|
|
|
{
|
2025-05-06 12:39:11 +02:00
|
|
|
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Event.git",
|
2025-11-16 15:32:11 +01:00
|
|
|
"configuration":"lib"
|
2026-01-29 20:35:55 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Math.git",
|
|
|
|
|
"configuration":"lib"
|
2026-03-10 19:03:39 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Asset.git",
|
|
|
|
|
"configuration":"lib"
|
2025-05-04 05:15:31 +02:00
|
|
|
}
|
|
|
|
|
]
|
2025-04-16 00:43:33 +02:00
|
|
|
},
|
2025-11-25 21:25:04 +01:00
|
|
|
{
|
|
|
|
|
"name": "deps-timing",
|
|
|
|
|
"dependencies": [
|
|
|
|
|
{
|
|
|
|
|
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Event.git",
|
|
|
|
|
"configuration":"lib-timing"
|
2026-01-29 20:35:55 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Math.git",
|
|
|
|
|
"configuration":"lib"
|
2026-03-10 19:03:39 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Asset.git",
|
|
|
|
|
"configuration":"lib"
|
2025-11-25 21:25:04 +01:00
|
|
|
}
|
2026-03-09 20:10:19 +01:00
|
|
|
],
|
|
|
|
|
"defines": [{ "name": "CRAFTER_TIMING" }]
|
2025-11-25 21:25:04 +01:00
|
|
|
},
|
2025-04-16 00:43:33 +02:00
|
|
|
{
|
2025-11-16 15:32:11 +01:00
|
|
|
"name": "deps-debug",
|
|
|
|
|
"debug": true,
|
2025-04-16 00:43:33 +02:00
|
|
|
"dependencies": [
|
|
|
|
|
{
|
2026-02-24 05:36:18 +01:00
|
|
|
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Event.git",
|
|
|
|
|
"pathh":"/home/jorijn/repos/Crafter/Crafter.Event/project.json",
|
2025-11-16 15:32:11 +01:00
|
|
|
"configuration":"lib-debug"
|
2026-01-29 20:35:55 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-24 05:36:18 +01:00
|
|
|
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Math.git",
|
|
|
|
|
"pathh":"/home/jorijn/repos/Crafter/Crafter.Math/project.json",
|
2026-01-29 20:35:55 +01:00
|
|
|
"configuration":"lib-debug"
|
2026-03-10 19:03:39 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Asset.git",
|
|
|
|
|
"configuration":"lib-debug"
|
2025-04-16 00:43:33 +02:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-11-16 15:32:11 +01:00
|
|
|
"name": "lib-wayland",
|
2026-03-09 20:10:19 +01:00
|
|
|
"extends": ["wayland", "software", "deps"]
|
2025-11-16 15:32:11 +01:00
|
|
|
},
|
2025-11-25 21:25:04 +01:00
|
|
|
{
|
|
|
|
|
"name": "lib-wayland-timing",
|
2026-03-09 20:10:19 +01:00
|
|
|
"extends": ["wayland", "software", "deps-timing"]
|
2025-11-25 21:25:04 +01:00
|
|
|
},
|
2025-11-16 15:32:11 +01:00
|
|
|
{
|
|
|
|
|
"name": "lib-wayland-debug",
|
2026-03-09 20:10:19 +01:00
|
|
|
"extends": ["wayland", "software", "deps-debug"]
|
2026-01-27 22:34:24 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-03-09 20:10:19 +01:00
|
|
|
"name": "lib-wayland-vulkan",
|
|
|
|
|
"extends": ["wayland", "vulkan", "deps"],
|
|
|
|
|
"libs": ["vulkan"]
|
2026-01-27 22:34:24 +01:00
|
|
|
},
|
2026-02-24 02:32:37 +01:00
|
|
|
{
|
2026-03-09 20:10:19 +01:00
|
|
|
"name": "lib-wayland-vulkan-timing",
|
|
|
|
|
"extends": ["wayland", "vulkan", "deps-timing"],
|
|
|
|
|
"libs": ["vulkan"]
|
2026-02-24 02:32:37 +01:00
|
|
|
},
|
2026-03-01 05:13:20 +01:00
|
|
|
{
|
2026-03-09 20:10:19 +01:00
|
|
|
"name": "lib-wayland-vulkan-debug",
|
|
|
|
|
"extends": ["wayland", "vulkan", "deps-debug"],
|
|
|
|
|
"libs": ["vulkan"]
|
2026-03-01 05:13:20 +01:00
|
|
|
},
|
2026-03-01 03:00:08 +01:00
|
|
|
{
|
2026-03-09 20:10:19 +01:00
|
|
|
"name": "lib-win32",
|
|
|
|
|
"extends": ["win32", "software", "deps"]
|
2026-03-01 03:00:08 +01:00
|
|
|
},
|
2026-01-27 22:34:24 +01:00
|
|
|
{
|
2026-03-09 20:10:19 +01:00
|
|
|
"name": "lib-win32-timing",
|
|
|
|
|
"extends": ["win32", "software", "deps-timing"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "lib-win32-debug",
|
|
|
|
|
"extends": ["win32", "software", "deps-debug"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "lib-win32-vulkan",
|
|
|
|
|
"extends": ["win32", "vulkan", "deps"],
|
|
|
|
|
"libs": ["vulkan-1"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "lib-win32-vulkan-timing",
|
|
|
|
|
"extends": ["win32", "vulkan", "deps-timing"],
|
|
|
|
|
"libs": ["vulkan-1"]
|
2026-01-27 22:34:24 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-03-09 20:10:19 +01:00
|
|
|
"name": "lib-win32-vulkan-debug",
|
|
|
|
|
"extends": ["win32", "vulkan", "deps-debug"],
|
|
|
|
|
"libs": ["vulkan-1"]
|
2025-04-16 00:43:33 +02:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|