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

https://github.com/xo-3670/tablet-visualizer-configurator

Graphical configurator for my program Tablet-Visualizer. Made in go and fyne gui framework
https://github.com/xo-3670/tablet-visualizer-configurator

configurator fully-customizable go

Last synced: about 1 year ago
JSON representation

Graphical configurator for my program Tablet-Visualizer. Made in go and fyne gui framework

Awesome Lists containing this project

README

          

# Configurator for **Tablet Visualizer** (version >= 1.3.0)

A graphical configurator for **Tablet Visualizer**, built in Go and **Fyne** GUI framework. This tool allows users to easily modify the `Settings.json` file without manual editing.

**Tablet Visualizer is a lightweight application designed to function as an overlay for OBS. It simulates a graphics tablet's surface and shows real-time input based on your mouse or tablet stylus movements. You can get it from here [Tablet-Visualizer](https://github.com/xO-3670/Tablet-Visualizer)**

[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://choosealicense.com/licenses/gpl-3.0/)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/bc8dd4a9d59146b5b7eb37fd0bb5e52e)](https://app.codacy.com/gh/xO-3670/Tablet-Visualizer-Configurator/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Release](https://img.shields.io/github/v/release/xO-3670/Tablet-Visualizer-Configurator?include_prereleases)](https://github.com/xO-3670/Tablet-Visualizer-Configurator/releases/tag/0.1.0)

# Installation
#### 1. Download the latest version from [Releases](https://github.com/xO-3670/Tablet-Visualizer-Configurator/releases).
#### 2. Move executable to **Tablet Visualizer** folder (same directory as `Settings.json` file)

## Screenshots

![App Screenshot](Screenshot1.png)

## Build from Source
- Firstly download source
```sh
git clone https://github.com/xO-3670/Tablet-Visualizer-Configurator.git
```

- Secondly build
```sh
cd Tablet-Visualizer-Configurator
make
```