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