changes
All checks were successful
Deploy / build-deploy (push) Successful in 5m55s

This commit is contained in:
Jorijn van der Graaf 2026-08-05 22:32:34 +02:00
commit ad7a2eb76a

View file

@ -103,35 +103,35 @@ export const std::vector<Project>& Projects() {
"Crafter.Graphics", "Crafter.Graphics",
"A C++ rendering engine: Vulkan with hardware ray tracing natively, WebGPU in the browser.", "A C++ rendering engine: Vulkan with hardware ray tracing natively, WebGPU in the browser.",
"https://forgejo.catcrafts.net/Catcrafts/Crafter.Graphics", "https://forgejo.catcrafts.net/Catcrafts/Crafter.Graphics",
"C++ modules", "C++",
true, true,
}, },
{ {
"Crafter.Build", "Crafter.Build",
"A build system with no DSL: the build description is a C++ file, compiled and run.", "A build system with no DSL: the build description is a C++ file, compiled and run.",
"https://forgejo.catcrafts.net/Catcrafts/Crafter.Build", "https://forgejo.catcrafts.net/Catcrafts/Crafter.Build",
"C++ modules", "C++",
true, true,
}, },
{ {
"Crafter.Network", "Crafter.Network",
"A QUIC and HTTP/3 stack; the same client code runs natively and in the browser.", "A QUIC and HTTP/3 stack; the same client code runs natively and in the browser.",
"https://forgejo.catcrafts.net/Catcrafts/Crafter.Network", "https://forgejo.catcrafts.net/Catcrafts/Crafter.Network",
"C++ modules", "C++",
false, false,
}, },
{ {
"catcrafts.net", "catcrafts.net",
"This website, C++ compiled to WebAssembly, server-rendered from the same renderers.", "This website, C++ compiled to WebAssembly, server-rendered from the same renderers.",
"https://forgejo.catcrafts.net/Catcrafts/catcrafts.net", "https://forgejo.catcrafts.net/Catcrafts/catcrafts.net",
"C++ modules", "C++",
false, false,
}, },
{ {
"Crafter.Asset", "Crafter.Asset",
"Texture and mesh pipeline to GPU-friendly formats, decoded on the GPU where possible.", "Texture and mesh pipeline to GPU-friendly formats, decoded on the GPU where possible.",
"https://forgejo.catcrafts.net/Catcrafts/Crafter.Asset", "https://forgejo.catcrafts.net/Catcrafts/Crafter.Asset",
"C++ modules", "C++",
false, false,
}, },
}; };