Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electron/electron-frameworks
Frameworks used by Electron
https://github.com/electron/electron-frameworks
Last synced: about 1 month ago
JSON representation
Frameworks used by Electron
- Host: GitHub
- URL: https://github.com/electron/electron-frameworks
- Owner: electron
- Archived: true
- Created: 2014-04-28T18:06:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T20:30:42.000Z (almost 5 years ago)
- Last Synced: 2024-04-14T03:56:18.540Z (7 months ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 11
- Watchers: 17
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron Frameworks
This repository contains a collection of binary frameworks that are bundled by
Electron. These assets are downloaded as part of Electron's
[bootstrapping process](https://github.com/electron/electron/blob/master/script/update-external-binaries.py).- [DirectX SDK](https://msdn.microsoft.com/en-us/library/windows/desktop/ee663275(v=vs.85).aspx)
- [MS Visual Studio C++ Runtime](https://msdn.microsoft.com/en-us/library/abx4dbyh.aspx)
- [Mantle](https://github.com/Mantle/Mantle)
- [Reactive Cocoa](https://github.com/ReactiveCocoa/ReactiveCocoa)
- [Squirrel for Mac](https://github.com/Squirrel/Squirrel.Mac/)For the full list, see the [releases page](https://github.com/electron/electron-frameworks/releases).
## Creating a new Release
1. Download all the assets from the previous release
1. Create a new release
1. Upload the files to the new release, replacing the ones that need updating.