ImpactJS might be a bit more popular than Babylon.js. We know about 7 links to it since March 2021 and only 6 links to Babylon.js. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Take a look at babylonjs.com it's a full game engine javascript/typescript with lots of great tutorials. Electron + babylonjs for a standalone installable game if you like, otherwise web distribution is great. Source: over 2 years ago
Most game engines translate very poorly to the web. Use a game engine specifically made for the web instead. For example babylon.js. Source: over 2 years ago
All in all it's taken me three years to build this haha. But I actually built the tool itself that others can use to build galleries like this. My dream is for non-technical people to be able to make this kind of stuff. That tool is called Frame (learn.framevr.io) and it's built with babylon.js. These shaders shown here can also be coded from scratch (not easy) or built with a tool from babylon.js called the Node... Source: almost 3 years ago
BabylonJS (https://babylonjs.com/, free): powerful, less close to the metal, used by famous companies for famous games (https://www.babylonjs.com/games/). Source: over 3 years ago
I don't know your programming and web developing skills but another option would be using a web rendering engine like Pixie or Babylon. Then you can use html/css combined with the provided browser api's to handle your ui and user input. Source: almost 4 years ago
PhobosLab had ImpactJS and created Ejecta, which was a stripped down JS VM for just the audio/video stuff. Source: over 2 years ago
Check his game development and engine: https://impactjs.com/. Source: almost 3 years ago
I'm also curious how projects like JavaScript PC Emulator and JavaScript Game Engine handled those issues in case some of you know. Source: about 3 years ago
One game which kind of is in the same ballpark as the game you are describing (minus the online part) is CrossCode which is also developed in HTML5 with https://impactjs.com/. Which handles audio, rendering and a bunch of other things for you so you can focus on making the game. Source: about 3 years ago
JavaScript has become so powerful that we can use it to build games. There are a lot of libraries on the market like melonJS and impactJS. - Source: dev.to / over 3 years ago
PlayCanvas - PlayCanvas is an open-source game engine built on WebGL and WebVR.
Phaser - Desktop and Mobile HTML5 game framework. A fast, free and fun open source framework for Canvas and WebGL powered browser games.
Godot Engine - Feature-packed 2D and 3D open source game engine.
Construct 2 - Scirra Construct is a 2D game development engine with a focus on building games visually.
Tombstone Engine - A direct successor to the C4 engine.
Crafty.js - Crafty is a JavaScript game library that can help you create games in a structured way…