Add Game Development section

This commit is contained in:
Nico Burns 2022-11-10 12:31:41 +00:00
parent 15207f9179
commit 1093c4b86f

View file

@ -905,6 +905,29 @@
}]
}
]
},
{
"slug": "game-development",
"name": "Game Development",
"purposes": [
{
"name": "Game Engines",
"recommendations": [{
"name": "bevy",
"notes": "By far the most developed Rust game engine. It's still early, but already impressive and very much useable."
}, {
"name": "ggez",
"notes": "A simpler option for 2d games only."
}]
},
{
"name": "3d Math",
"recommendations": [{
"name": "glam",
"notes": "Fast math library optimised for game development use cases"
}]
}
]
}
]
}