Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Digital Logic Sim

​A minimalistic digital logic simulator · By Sebastian Lague

Make this for Browser!

A topic by Elouan Grimm created 11 days ago Views: 107 Replies: 4
Viewing posts 1 to 2

Hello, I would just like to propose to add a browser version of the sim. I'm not sure how hard that would be, but it would greatly improve the performance of the game on my computer. Thanks Sebastian!

(+1)

I doubt it would improve performance, as C# being a compiled language makes it much more efficient than javascript, and it would also require a 100% rewrite of the game's code (unless you're suggesting to run the game in the backend, which would mean having to host servers for everyone to play from their browsers, which would cost a fortune). Believe me, you'd rather play the game as it is.

Totally agreed, but what I meant by that is that I have a 4 year old Chromebook that runs so slow when I try to use apps in the Linux mode. For me, having a Unity WebGL compile (takes like 2 mins to export and to upload to itch for super easy playing) would be much better for performance and for ease of use. On top of that, people would not have to install stuff :) .

(+1)

And maybe use WebAssembly, to improve performance.

Yeah, eventually that might be good, but all I really need is a Unity WebGL export for now...