https://github.com/igorskyflyer/electron-3d-cube
3D Cube meets Electron! 🟪🤝⚛
https://github.com/igorskyflyer/electron-3d-cube
cross-platform cube desktop electron front-end html interactive javascript js web
Last synced: about 2 months ago
JSON representation
3D Cube meets Electron! 🟪🤝⚛
- Host: GitHub
- URL: https://github.com/igorskyflyer/electron-3d-cube
- Owner: igorskyflyer
- License: mit
- Created: 2021-06-19T19:59:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T23:00:36.000Z (about 3 years ago)
- Last Synced: 2025-04-12T15:06:42.441Z (about 1 year ago)
- Topics: cross-platform, cube, desktop, electron, front-end, html, interactive, javascript, js, web
- Language: JavaScript
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
3D Cube meets Electron!
🟪🤝⚛
This Electron app is an implementation of code from my other repo [Interactive 3D Cube](https://github.com/igorskyflyer/my-pens/tree/main/interactive-3d-cube) which is available as a part of a collection of front-end projects at [MyPens](https://github.com/igorskyflyer/my-pens).
### Quickstart
```bash
git clone https://github.com/igorskyflyer/electron-3d-cube
```
followed by a,
```bash
npm i
```
To run the app, execute
```bash
npm start
```
Happy coding, people! 🙌🎉