This commit is contained in:
parent
054a26475c
commit
ad7a2eb76a
1 changed files with 5 additions and 5 deletions
|
|
@ -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,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue