What about https://playcanvas.com/ ? - Source: Hacker News / about 1 month ago
There are many engines that you can use in browser. 1. (GDevelop)[https://gdevelop.io/] 2. (Construct 3)[https://www.construct.net] 3. (Godot Engine)[https://editor.godotengine.org] 4. (Play Canvas)[https://playcanvas.com] 5. (Hex Engine)[https://hex-engine.dev]. - Source: Reddit / about 2 months ago
I have done some project on https://playcanvas.com/ who is a good too to make some good experiences. - Source: Reddit / 5 months ago
Web-focused 3D engines (three.js, babylon.js, PlayCanvas, ...) are pretty capable. Maybe not AAA-level like Unreal Engine, but certainly capable of the stuff you're describing here. If you're comfortable working within these frameworks, and writing shaders, there's a ton you can do. - Source: Reddit / 6 months ago
I wasn't familiar with PlayCanvas, looks very cool. - Source: Reddit / 7 months ago
I was looking at the PlayCanvas stuff, which seemed pretty impressive. - Source: Reddit / 8 months ago
Another thing I recommend is to learn how to make games with ThreeJS (3D) or PixiJs (2D) and build web-based games using javascript. If you want a full-fledged web game engine, then you can take a look at Playcanvas. Playcanvas is similar to unity but for web-based games. If you want to learn all about Three Js then this course will help you a lot. - Source: Reddit / 9 months ago
Not sure why no one has mentioned this yet but PlayCanvas is a good option https://playcanvas.com. - Source: Reddit / 11 months ago
The closer to unity that I saw is PlayCanvas which has a web editor. - Source: Reddit / 11 months ago
They did, but then the FOSS movement took them away without proper replacements. For those that pay, or have their employers pay, for their tooling, https://www.outsystems.com https://webflow.com https://playcanvas.com/. - Source: Hacker News / 12 months ago
a quick search of "online game engine" gave me https://playcanvas.com, https://flowlab.io, and https://gdevelop.io which all appear to have browser based GUIs, but I haven't personally used any of them (or heard of anyone using them tbh). Not sure why you would want that over a local interface, especially when you get into adding audio and art assets which can be quite large. - Source: Reddit / about 1 year ago
Unity 3D Engine accepts Javascript. A WebGL-enabled Java engine such as PlayCanvas, developed at MIT, allows users to simultaneously work in the game with an online browser and publish to multiple platforms. - Source: dev.to / about 1 year ago
PlayCanvas[0] is the probably the closest "web-first" solution compared to Unity. Used by lots of Snap Games & Instant Games. It's written in JS which means that it's way smaller ~350kB for an empty scene if I recall. [0] https://playcanvas.com. - Source: Hacker News / over 1 year ago
PlayCanvas (https://playcanvas.com/, free tier): full featured editor. - Source: Reddit / over 1 year ago
It’s worth noting Three.js is not the only JavaScript library to make WebGL easier. For example, Greensock, PlayCanvas and Pixi.js all offer the benefits of WebGL without actually writing WebGL. I think Three.js is a better choice for learning 3D however as the library has fewer distractions and is focused on one thing. - Source: dev.to / over 1 year ago
When it comes to pages that would be served just fine with basic HTML, JavaScript and CSS there's an irritating, crossing into stupid, overemphasis on frameworks and patterns. A lot of times it's gotten to the point of bikeshedding. But that said there _is_ important progress being made in web tech but very little of it has to do with how you mash your HTML, JavaScript and CSS together. Take a look at what's being... - Source: Hacker News / over 1 year ago
If you're not going to though then https://playcanvas.com/ is an option. - Source: Reddit / over 1 year ago
PlayCanvas https://playcanvas.com/ is another example. But there I don't know, if it's possible to generate an App with. - Source: Reddit / over 1 year ago
Https://playcanvas.com/ comes to mind. I'm not confident it would be a reasonable experience, but... Maybe better than nothing? - Source: Reddit / over 1 year ago
Https://playcanvas.com/ describes itself as “the web-first game engine”. - Source: Hacker News / over 1 year ago
Some popular choices for web game development would be https://www.pixijs.com/, https://playcanvas.com/,. - Source: Hacker News / over 1 year ago
Do you know an article comparing PlayCanvas to other products?
Suggest a link to a post with product alternatives.