this post was submitted on 21 Sep 2023
898 points (97.9% liked)

Programmer Humor

32050 readers
1380 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] majlitech@lemmy.world 82 points 1 year ago* (last edited 1 year ago) (5 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 72 points 1 year ago

Runs at industry standard speed.

[–] xigoi@lemmy.sdf.org 43 points 1 year ago (3 children)

is capped at JS speeds

So, just like every Electron app?

[–] drislands@lemmy.world 22 points 1 year ago (1 children)

Are you trying to make games in electron?

[–] Pfnic@feddit.ch 12 points 1 year ago* (last edited 1 year 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 1 year ago (1 children)
[–] Pfnic@feddit.ch 3 points 1 year ago* (last edited 1 year ago)

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

[–] nothacking@discuss.tchncs.de 14 points 1 year 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 8 points 1 year ago

double slowness.

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

[–] RedStrider@lemmy.world 1 points 1 year ago
[–] Sotuanduso@lemm.ee 8 points 1 year ago

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

[–] JohnDClay@sh.itjust.works 5 points 1 year ago (2 children)

How's tutorials and troubleshooting resources vs unity? Being able to Google answers is super important.

[–] majlitech@lemmy.world 9 points 1 year ago

Bro really needs docs in order to program with frickin' blocks

[–] Ziglin@lemmy.world 1 points 9 months ago

I think there's likely more scratch tutorials though the advanced stuff just requires a basic understanding of logic.

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

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

[–] yetAnotherUser@lemmy.ca 1 points 11 months ago

This. Turbowrap is amazing.