Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sodomon2/moonbrowser
A simple web browser in lua
https://github.com/sodomon2/moonbrowser
gtk3 lgi lua webkit2
Last synced: about 12 hours 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T05:11:16.000Z (10 months ago)
- Last Synced: 2024-01-10T06:37:54.059Z (10 months ago)
- Topics: gtk3, lgi, lua, webkit2
- Language: Lua
- Homepage:
- Size: 18.6 KB
- Stars: 9
- Watchers: 1
- 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
![screenshot](https://github.com/sodomon2/project-screenshot/blob/master/moonbrowser/screenshot.png?raw=true)
## 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/)