Our great sponsors
-
rg3d has recently added web support.
-
There was a rust game jam in September 2021 and some games are playable in the browser. In that game jam the most used game engine was the bevy game engine. But most of the games made in bevy were not made playable in the browser, the ones that were playable in the browser used a third-party bevy plugin called bevy_webgl2. However now bevy has been updated to version 0.6 that has new built in WASM support, so there seems to be no need for bevy_webgl2. Targeting WASM with bevy might mean that not all features of the engine are available, so you need to limit the game’s features used to the ones that are compatible with WASM.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Gate framework and Howler.js were used to make the game "Adventures of Pascal Penguin" which is playable here.
-
In that same rust game jam the second most used engine was macroquad, which was used by 3 games, two of which are playable in the browser. Macroquad is a cross-platform game library inspired by raylib. Macroquad is built on top of miniquad. I think macroquad is a bit more approachable than bevy since macroquad doesn't impose an ECS and tries to be minimal with its features so they are available in all of the platforms it targets.
-
There was a rust game jam in September 2021 and some games are playable in the browser. In that game jam the most used game engine was the bevy game engine. But most of the games made in bevy were not made playable in the browser, the ones that were playable in the browser used a third-party bevy plugin called bevy_webgl2. However now bevy has been updated to version 0.6 that has new built in WASM support, so there seems to be no need for bevy_webgl2. Targeting WASM with bevy might mean that not all features of the engine are available, so you need to limit the game’s features used to the ones that are compatible with WASM.
-
Oxygen engine / Oxygengine that targets HTML5 and WASM.
-
Emerald engine that aims to be cross platform and can target WASM. Emerald is built over miniquad which is what macroquad is built over.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Good Web Game engine that is an implementation of a web compatible subset of the ggez game engine constructed on top of miniquad.
-
Gate framework and Howler.js were used to make the game "Adventures of Pascal Penguin" which is playable here.
-
Pixels is not a full game engine, but it is a hardware-accelerated pixel frame buffer and since version 0.8.0 onwards support for web was added. This is the web example.
Related posts
- “This Is a Disaster:” Game Developers Scramble to Deal with Unity’s New Fees
- Non web-based crossplatform GUI frameworks focused on security
- Suggestion for software please
- GDevelop desktop app won't update
- 🔧 No coding skills? No problem! With GDevelop's intuitive interface, you can create complex behaviors and interactions for your 2D and 3D models using visual events. Start now!