Git Product home page Git Product logo

lcdhardwaremonitor's People

Contributors

akbyrd avatar danec020 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

lcdhardwaremonitor's Issues

Implement configurable update rate

Should be able to set how often the sources, widgets, and/or LCD updates

Ideas:

  • Global update rate for the application. e.g. sources and screen are updated 10x a second
  • Independent update rates for sources. Some may be heavier to check than others
  • Independent update rates for widgets. Some things probably don't need to be updated as frequently. This could be set either directly or as a multiple of the global update rate

Implement view for widget settings

  • Selecting a widget should show it's settings (and the widget settings)
  • Selecting multiple widgets should show the most derived settings type they all share

Investigate support for Rainmeter

Would it be possible to display a Rainmeter skin as-is on the LCD? If they expose/are willing to expose a texture or D3D surface, it should be pretty easy.

Loading icon when opening application

Starting up OHM takes a few seconds. Should load application, show spinner while loading drawables from file, then show spinner on sensors if shown before OHM is done loading. If OHM isn't loaded on another thread, show a spinner on the main window before loading any layouts.

Implement sensor hiding

  • Right-click a sensor in any source list and hide it
  • Hidden sensors are collapsed under a parent item in lists
  • Right clicking a hidden sensors shows "Unhide"
  • Right-clicking the parent shows "Unhide all"

Create sensor list

  • When a widget is selected, the drawables list should disappear and the sensor list should take it's place.
  • Dragging and dropping a sensor onto a widget should assign that sensor

Fix animation bug

When triggering an animation while one is already in progress, no animation is played (e.g. click between pages quickly).

Implement element styles

Styles contain a set of common properties such as color, font, text size, etc. Multiple styles will be able to be on each element. The styles will apply in a specified order with subsequent styles simply overwriting values from previous styles. This will allow a great way to create 'themes' and change multiple elements at once.

Potentially show a 'final style' preview where the final resulting values after combining multiple styles is shown. This could just be a few text fields following or preceding the style list.

Decide on native DLL export pattern

The D3D example uses a 'dllmain.cpp' and module definition file to export the interface, but the VS project auto-generated a file using a fancy macro and __declspec(dllexport). Seems like the second approach is cleaner. Already have to replicate the interface on the native side, don't want to have in a third place with the module def.

Create API for loading visuals at runtime

It should be possible for other people to compile visuals to be displayed on the LCD into a DLL. Those DLLs should be able to be shared and placed in a folder and loaded at runtime. There should be a way to force reloading of these while the application is running, for convenience.

Implement 'named colors'

Should be able to assign a named color (e.g. Dark Red) to an element. If the named color changes, all elements using it should automatically change as well. Named colors will probably be edited on another page.

Implement multi-select for elements

Should be able to highlight multiple displayable elements and move them together.

Multi-select should be possible by ctrl-clicking multiple items or dragging a selection rectangle.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.