Skip to content

🌲 Godspeed is a simplified web browser based on Electron.

License

Notifications You must be signed in to change notification settings

BlackGlory/godspeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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