https://github.com/sodomon2/moonbrowser
A simple web browser in lua
https://github.com/sodomon2/moonbrowser
gtk3 lgi lua webkit2
Last synced: 10 months ago
JSON representation
A simple web browser in lua
- Host: GitHub
- URL: https://github.com/sodomon2/moonbrowser
- Owner: sodomon2
- Created: 2020-10-02T02:15:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T05:11:16.000Z (about 2 years ago)
- Last Synced: 2025-03-27T06:44:46.812Z (10 months ago)
- Topics: gtk3, lgi, lua, webkit2
- Language: Lua
- Homepage:
- Size: 18.6 KB
- Stars: 12
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MoonBrowser
MoonBrowser is a simple web browser in lua
## Screenshot

## Installation
Note: in order to install `moonbrowser` you need to have [luastatic](https://github.com/ers35/luastatic) installed
```
git clone https://github.com/sodomon2/moonbrowser.git
make moonbrowser
[sudo] make install
```
## Dependencies
- [Lua](https://www.lua.org/download.html)
- [Lua-lgi](https://github.com/pavouk/lgi)
- [Webkit2](https://webkitgtk.org/)