Skip to content

Commit b2def7b

Browse files
Merge pull request #525 from tomaka/patch-1
Add rendering category and subcategories
2 parents 8d4507b + 09fe903 commit b2def7b

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

src/categories.toml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Crates that record, output, or process video.
249249
[multimedia.categories.images]
250250
name = "Images"
251251
description = """
252-
Crates that process or render images.
252+
Crates that process or build images.
253253
"""
254254

255255
[multimedia.categories.encoding]
@@ -297,6 +297,33 @@ formats. Format-specific parsers belong in other, more specific \
297297
categories.\
298298
"""
299299

300+
[rendering]
301+
name = "Rendering"
302+
description = """
303+
Real-time or offline rendering of 2D or 3D graphics, \
304+
usually with the help of a graphics card.\
305+
"""
306+
307+
[rendering.categories.engine]
308+
name = "Rendering engine"
309+
description = """
310+
High-level solutions for rendering on the screen.\
311+
"""
312+
313+
[rendering.categories.graphics-api]
314+
name = "Graphics APIs"
315+
description = """
316+
Crates that provide direct access to the hardware's or the operating \
317+
system's rendering capabilities.\
318+
"""
319+
320+
[rendering.categories.data-formats]
321+
name = "Data formats"
322+
description = """
323+
Loading and parsing of data formats related to 2D or 3D rendering, like \
324+
3D models or animation sheets.\
325+
"""
326+
300327
[rust-patterns]
301328
name = "Rust patterns"
302329
description = """

0 commit comments

Comments
 (0)