forge-gpu
Learn and build real-time graphics with SDL3 GPU
All Skills in This Repository (83)
Pure Emerald Level Indicatorsforge-particle-system
Simulate thousands of particles on the GPU with compute shaders for SDL GPU projects.
dev-resolve-feedback
Resolve unresolved CodeRabbit feedback threads on GitHub pull requests.
dev-fyi
Acknowledge user statements and log them for memory without triggering actions.
forge-pipeline-library
Automate asset scanning, fingerprinting, processing, and bundling in a plugin-based Python pipeline.
dev-docs-review
Identify and fix stale project documentation across the repository.
forge-auto-widget-layout
Automate UI layout in ForgeUiContext apps with a stack-based cursor model.
forge-grass-rendering
Implements wind-driven instanced grass rendering with terrain LOD in SDL GPU projects.
forge-mipmaps
Generate and manage mipmapped SDL GPU textures with auto-generated mip levels and sampler configuration.
forge-camera-and-input
Enable real-time first-person camera control in a 3D SDL3 GPU scene.
forge-pbr-textures
Load PBR texture sets and render them with a Cook-Torrance BRDF shader.
forge-scene-renderer
Configure and render a complete 3D scene via forge_scene_init().
forge-environment-mapping
Add cube map environment mapping with skybox and reflections to SDL3 GPU scenes.
Frequently Asked Questions
FAQPage SchemaHow to install forge-gpu?โผ
Run `npx skills add Nebulavenus/forge-gpu --all -g -y` in your terminal to install all skills in this suite globally.
What can I learn with forge-gpu?โผ
It teaches real-time graphics with SDL3's GPU API through guided lessons covering rendering, math, UI, physics, audio, and asset pipelines, all in C99.
Can I use forge-gpu skills to build my own game?โผ
Yes. The skills encode reusable patterns like shadow mapping, skeletal animation, and particle systems that your agent can apply directly to your own SDL3 GPU project.
Does forge-gpu work with Claude Code?โผ
Yes. The lessons, libraries, and skills follow the SKILL.md standard and are structured so Claude Code and compatible agents can navigate and apply them.
Do I need graphics experience to use forge-gpu?โผ
No. The lessons start from a first triangle and build up gradually, with plain-language explanations designed for beginners to GPU programming.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides