Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voltageddebunked/neox
Build fast desktop applications with HTML CSS and JavaScript.
https://github.com/voltageddebunked/neox
css desktop desktop-app gcc gtk html js neox webit
Last synced: about 2 months ago
JSON representation
Build fast desktop applications with HTML CSS and JavaScript.
- Host: GitHub
- URL: https://github.com/voltageddebunked/neox
- Owner: VoltagedDebunked
- License: gpl-3.0
- Created: 2024-10-24T16:34:16.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T16:35:50.000Z (3 months ago)
- Last Synced: 2024-10-25T23:27:50.120Z (3 months ago)
- Topics: css, desktop, desktop-app, gcc, gtk, html, js, neox, webit
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neox
Neox is a WebKit based HTML CSS JS To Executable converter. It's designed to make HTML, CSS, and JS be aviable on desktop applications.
## Prequisites:
- GCC
- Webkit2
- GTK+31. Install Neox:
```bash
git clone https://github.com/voltageddebunked/neox.git
cd neox
mkdir build
cd build
cmake ..
make
```Then, export the Neox executable into your PATH.
## Usage
To initialize a new project, run:
```bash
neox init
```Then, after you're done building your project, run:
```bash
neox build
```And now, your app will be built. You can specify the Identifier, app name, css, js and html file locations.
## License
[GPL-3.0](https://github.com/voltageddebunked/neox/blob/master/LICENSE)
## Disclaimer
This project is not affiliated with Apple or WebKit. It's just a personal project to convert HTML, CSS, and JS to desktop applications.