All Projects â†’ SimonHoiberg â†’ Hue Debugger Ui

SimonHoiberg / Hue Debugger Ui

Licence: mit
💡 Graphical interface for observing and interacting directly with Hue API

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Hue Debugger Ui

Macroid
A modular functional UI language for Android
Stars: ✭ 537 (+188.71%)
Mutual labels:  gui, user-interface
Pywinauto
Windows GUI Automation with Python (based on text properties)
Stars: ✭ 3,175 (+1606.99%)
Mutual labels:  gui, user-interface
Geonbit.ui
UI system for MonoGame projects.
Stars: ✭ 310 (+66.67%)
Mutual labels:  gui, user-interface
Flaui
UI automation library for .Net
Stars: ✭ 892 (+379.57%)
Mutual labels:  gui, user-interface
Patternfly Design
Use this repo to file all new feature or design change requests for the PatternFly project
Stars: ✭ 82 (-55.91%)
Mutual labels:  gui, user-interface
Horus ui
HorusUI Immediate Mode Graphical User Interface
Stars: ✭ 106 (-43.01%)
Mutual labels:  gui, user-interface
Iced
A cross-platform GUI library for Rust, inspired by Elm
Stars: ✭ 12,176 (+6446.24%)
Mutual labels:  gui, user-interface
Avalonia
A cross platform XAML framework for .NET
Stars: ✭ 12,588 (+6667.74%)
Mutual labels:  gui, user-interface
Webgui
An example demo of IMGUI (Immediate Mode GUI) on the web. Using only WebGL, GLFW and ImGui. Suitable for being compiled to web assembly (WASM).
Stars: ✭ 180 (-3.23%)
Mutual labels:  gui
Migrate Windowsuserprofile
Migrate Windows user profile to a new machine using Microsoft USMT with a PowerShell GUI.
Stars: ✭ 182 (-2.15%)
Mutual labels:  gui
Uivonim
Fork of the Veonim Neovim GUI
Stars: ✭ 172 (-7.53%)
Mutual labels:  gui
Gbt Player
A music player library for Game Boy.
Stars: ✭ 180 (-3.23%)
Mutual labels:  developer-tools
Nake
Magic script-based C# task runner for .NET Core
Stars: ✭ 183 (-1.61%)
Mutual labels:  developer-tools
Garden
Automation for Kubernetes development and testing. Spin up production-like environments for development, testing, and CI on demand. Use the same configuration and workflows at every step of the process. Speed up your builds and test runs via shared result caching.
Stars: ✭ 2,289 (+1130.65%)
Mutual labels:  developer-tools
Nibbler
Nibbler - Leela Chess Zero (Lc0) interface
Stars: ✭ 185 (-0.54%)
Mutual labels:  gui
Gwork
Skinnable GUI with useful widget collection. Fork of GWEN.
Stars: ✭ 179 (-3.76%)
Mutual labels:  gui
Generative And Discriminative Voxel Modeling
Voxel-Based Variational Autoencoders, VAE GUI, and Convnets for Classification
Stars: ✭ 179 (-3.76%)
Mutual labels:  gui
Comiccrawler
An image crawler written in Python.
Stars: ✭ 185 (-0.54%)
Mutual labels:  gui
Clog
CLOG - The Common Lisp Omnificent GUI
Stars: ✭ 181 (-2.69%)
Mutual labels:  gui
Phantomstyle
Cross-platform QStyle for traditionalists
Stars: ✭ 179 (-3.76%)
Mutual labels:  gui

Hue Debugger UI Tweet

Github License Build Status React Version Electron Version

example

Graphical interface for observing and interacting directly with Hue API

Table of content

Getting Started

You can get up and running with Hue Debugger UI quickly in three ways

  • Download and install for Windows, macOS or Linux
  • Start in your browser using Docker
  • Clone repository and run with Node

Download executable

Download for Windows (x64)

Download for macOS (x64)

Download for Linux (x64)

Run with Docker

Use the following command:

docker run -p 5000:80 silind/hue-debugger-ui:2.0.0

Hue Debugger UI will now be available in your browser on http://localhost:5000

Run with Node

Clone this repository, and run Hue Debugger UI from a local server using Node.

Prerequisites

You need to have Node installed on your computer.

Installing

  • Clone this repository
  • Extract the files and navigate to folder from command prompt or terminal.
  • Use the command
npm install
  • After installing, start the local server by using the command
npm start

Hue Debugger UI should prompt in your browser on localhost:3000

Built With

React

A JavaScript library for building user interfaces

Electron

Build cross platform desktop apps with JavaScript, HTML, and CSS

Contributing

Issues

In the case of a bug report, bugfix or a suggestions, please feel very free to open an issue.

Pull request

Pull requests are always welcome, and I'll do my best to do reviews as fast as I can.

License

This project is licensed under the MIT License

Get Help

Motivation

An enhanced substitute for the API Debug Tool
Every Hue bridge comes with a simple web app built into it, the API Debug Tool, which you can use to learn how the Hue REST API works 'under the hood' and which can be useful to debug your app during development.

However, the API Debug Tool quickly becomes tedious to use, and especially when doing continuous debugging of larger and more complex projects, debugging with this tool will feel cumbersome.

This is the main motivation for building an enhanced graphical user interface to interact with the Hue REST API in a much more convenient way.

Acknowledgements

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].