0 comments (0 comments)4 reactions (4 reactions)0 assignees (0 assignees)JavaScript10,755 stars (10,755 stars)3,235 forks (3,235 forks)batch import
help wantedrequest
Description
Add documentation for Vulkan graphics API
Contributor guide
- Tech stack
- None
- Domain
- documentation
- Issue type
- documentation
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Vulkan API basicsC/C++ programmingGraphics pipeline concepts
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 50
- Research direction
- Review the repository's existing documentation structure for examples like OpenGL or CUDA. Study the 'Learn X in Y Minutes' style to understand the format and depth expected. Identify key Vulkan concepts such as instance, device, command buffers, and pipeline creation. Create a new markdown file (e.g., vulkan.md) following the naming convention of other docs and write a concise tutorial covering initialization, drawing, and cleanup.