Get the latest tech news
Web Game Engines and Libraries
🌐 Web Game Engines & Libraries WebGL (opens in a new tab), WebGL2 (opens in a new tab), and WebGPU (opens in a new tab) enable developers to create real-time 2D and 3D graphics in the browser. Writing raw WebGL or WebGPU code is tedious, so there are engines that abstract the complexity and do the heavy-lifting to provide more user-friendly APIs.
Writing raw WebGL or WebGPU code is tedious, so there are engines that abstract the complexity and do the heavy-lifting to provide more user-friendly APIs. Some of them are installable as typical NPM dependencies, others come in the form of editors that can be downloaded or used in the browser. This might seem surprising at first, but using these makes your code more declarative and conveniently abstracts some boilerplate.
Or read this on Hacker News