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",
|
"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,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue