#webgl
3 items tagged "webgl".
PlayCanvas
PlayCanvas is an open-source game engine that allows users to create 3D games and visualizations using WebGL and WebGPU, making it useful for developers in game design.
create a black hole scene
Build a single-file WebGL scene: a black hole with gravitational lensing that visibly bends a starfield behind it, plus an accretion disk with color based on temperature. Add orbit controls. Quality bar: this should look like a science visualization, not a shader tutorial. Build the file.
build a browser game
Build a single-file browser game: a top-down arena where the player dodges and shoots waves of enemies. WebGL or canvas, no external assets. Include: real movement momentum, enemy hit reactions, screen shake on impact, a score counter, and a restart button. 60fps target. Make it feel responsive, not floaty. Build the whole thing.