All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Developer Investigates Performance Issues in JavaScript RPG Game When Wrapped as Desktop App

By

ibobev

6mo ago· 8 min readenInsight

Summary

A developer investigates performance issues in their small RPG game built with JavaScript and the KAPLAY library, where the game runs smoothly in Firefox but experiences noticeable slowdowns when wrapped as a desktop application on their specific machine. Despite sharing executables with the KAPLAY Discord community where no one reported similar issues, the developer expands testing to their wider audience via Substack to gather more data and understand the root cause of the performance discrepancy between browser and desktop app versions.

Key quotes

· 3 pulled
The game (built using web technologies) would run noticeably less smoothly when wrapped as a desktop app on my machine than when running in Firefox.
I initially shared the project's executables on the KAPLAY Discord server (KAPLAY being the library I used to make the game in JavaScript) and none reported the performance issues I had.
Seeing this, I decided to make a Substack post inviting my wider audience to try the game out and report its performance.
Snippet from the RSS feed
In a previous post, I mentioned having strange performance issues regarding a tiny RPG I was secretly working on.

You might also wanna read