BlackGlory / godspeed

🌲 Godspeed is a simplified web browser based on Electron.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godspeed

Godspeed is a simplified web browser based on Electron.

It aims to lift the built-in limitations of Chromium to provide a better environment for web applications.

What it actually does

webPreferences.backgroundThrottling = false

When the browser is in the background, your timers are still running at full speed, requestAnimationFrame and requestVideoFrameCallback are always available.

Development

# The first terminal
yarn dev

# The second terminal
yarn start

Packaging

yarn clean
yarn build
yarn package

About

🌲 Godspeed is a simplified web browser based on Electron.

License:MIT License


Languages

Language:TypeScript 77.2%Language:JavaScript 20.6%Language:HTML 1.6%Language:CSS 0.7%