Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sodomon2/moonview
A simple image viewer in lua
https://github.com/sodomon2/moonview
Last synced: about 13 hours ago
JSON representation
A simple image viewer in lua
- Host: GitHub
- URL: https://github.com/sodomon2/moonview
- Owner: sodomon2
- Created: 2021-03-06T04:56:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T05:18:52.000Z (over 2 years ago)
- Last Synced: 2023-11-16T01:27:08.146Z (12 months ago)
- Language: Lua
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MoonView
Moonview is a simple image viewer in lua## Screenshot
![screenshot](https://github.com/sodomon2/project-screenshot/blob/master/moonview/screenshot.png?raw=true)
## Installation
Note: in order to install `moonview` you need to have [luastatic](https://github.com/ers35/luastatic) installed```
git clone https://github.com/sodomon2/moonview.git
make moonview
[sudo] make install
```## Dependencies
- [Lua](https://www.lua.org/download.html)
- [Lua-lgi](https://github.com/pavouk/lgi)