II.
LibraryProcess overview
Reference · livelib-process:game-development--performance-optimization
specializations/game-development/performance-optimization overview
Game Performance Optimization Process - Profile, analyze, and optimize game performance including frame rate, memory usage, load times, and platform-specific optimizations for target hardware.
Attributes
displayName
specializations/game-development/performance-optimization
description
Game Performance Optimization Process - Profile, analyze, and optimize game performance including
frame rate, memory usage, load times, and platform-specific optimizations for target hardware.
libraryPath
library/specializations/game-development/performance-optimization.js
specialization
game-development
references
- Game Engine Architecture by Jason Gregory
- GPU Gems Series
- GDC Performance Optimization Talks
example
const result = await orchestrate('specializations/game-development/performance-optimization', {
projectName: 'Stellar Odyssey',
targetPlatforms: ['PC', 'PlayStation 5'],
fpsTarget: 60,
memoryBudget: '8GB'
});
usesAgents
- optimization-engineer-agent
- graphics-programmer-agent
- platform-programmer-agent
Outgoing edges
lib_applies_to_domain1
- domain:gaming·DomainGaming
lib_belongs_to_specialization1
- specialization:game-development·Specialization
lib_implements_workflow1
- workflow:game-prototype-iteration·WorkflowGame Prototype Iteration
lib_involves_role1
- role:game-developer·RoleGame Developer
lib_requires_skill_area2
- skill-area:game-engine-development·SkillAreaGame Engine Development
- skill-area:gameplay-programming·SkillAreaGameplay Programming
Incoming edges
None.