Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)