Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spillerrec/BooruSurfer2
Provides a consistent and space-efficient interface to Booru-like image boards.
https://github.com/spillerrec/BooruSurfer2
Last synced: 2 months ago
JSON representation
Provides a consistent and space-efficient interface to Booru-like image boards.
- Host: GitHub
- URL: https://github.com/spillerrec/BooruSurfer2
- Owner: spillerrec
- License: gpl-3.0
- Created: 2014-03-21T21:25:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T20:12:30.000Z (over 4 years ago)
- Last Synced: 2024-08-04T04:06:51.880Z (5 months ago)
- Language: C++
- Homepage:
- Size: 455 KB
- Stars: 13
- Watchers: 4
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- awesome-acg - BooruSurfer2 - Consistent and space-efficient interface to Booru-like image boards. [English] (Image Board)
README
BooruSurfer2
============
[![GitHub license](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square)](https://www.gnu.org/licenses/gpl-3.0.txt)BooruSurfer2 is a remake of BooruSurfer, however ported from PHP to C++. The goal of BooruSurfer is to provide a consistent and space-efficient interface to Booru-like image boards, using a web browser as front end. BooruSurfer2 attempts to improve performance in parallel situations, where PHP showed to be impractical. Furthermore, it attempts to integrate a personal image collection into the experience.
NOTE: Still very much work in progress
### Dependencies
- C++14 compiler
- Poco with Crypto/NetSSL
- jansson
- tidy-html5
- sqlite3
- libpng
- sass (and therefore Ruby)