this post was submitted on 21 Sep 2023
828 points (97.7% liked)

Programmer Humor

32410 readers
1 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] majlitech@lemmy.world 75 points 2 years ago* (last edited 2 years ago) (4 children)

Advantages:

  • runs in a web browser
  • very easy to code with

Disadvantages:

  • does not compile to a binary
  • is capped at JS speeds
  • has limited resolution
[–] heimchen@discuss.tchncs.de 67 points 2 years ago

Runs at industry standard speed.

[–] xigoi@lemmy.sdf.org 38 points 2 years ago (3 children)

is capped at JS speeds

So, just like every Electron app?

[–] drislands@lemmy.world 18 points 2 years ago (1 children)

Are you trying to make games in electron?

[–] Pfnic@feddit.ch 9 points 2 years ago* (last edited 2 years ago) (1 children)

There is actually a decently popular game made in Electron that just recently switched to Unity. RIP

[–] fred@lemmy.ml 7 points 2 years ago (1 children)
[–] Pfnic@feddit.ch 3 points 2 years ago* (last edited 2 years ago)

Vampire Survivors. I was pretty surprised when I looked at the game files

[–] nothacking@discuss.tchncs.de 12 points 2 years ago (2 children)

Except worse, because it's an electron app interpreting the app you actually want to run, so double slowness.

[–] Opafi@feddit.de 6 points 2 years ago

double slowness.

Sorry, but we prefer to call that "cinematic".

[–] RedStrider@lemmy.world 1 points 2 years ago
[–] Sotuanduso@lemm.ee 9 points 2 years ago

All fun and games until someone forks it to remove the limits.

[–] stellarforce@kbin.social 4 points 2 years ago (1 children)

Check out turbowarp desktop. You can make a bigger stage and export to exe.

[–] yetAnotherUser@lemmy.ca 1 points 2 years ago

This. Turbowrap is amazing.