dotrix icon indicating copy to clipboard operation
dotrix copied to clipboard

UI Crate

Open voxelias opened this issue 5 years ago • 2 comments

Branch: feature/ui

  • [x] Establish a new crate in crates/dotrix_ui
  • [ ] Add Widget structure, representing renderable area with some basic parameters: backgroundColor, backgroundTexture, size, position etc
  • [ ] Add Overlay service, which will be a World analog but for the UI Widgets
  • [ ] Add overlay rendering system, that will draw Widgets on the screen
  • [ ] Implement bindings between widgets and mouse actions
  • [ ] Implement text rendering
  • [ ] Prototype a UI library module with buttons etc

voxelias avatar Dec 09 '20 07:12 voxelias

Blocked by #33 and #34

voxelias avatar Dec 21 '20 22:12 voxelias

Postponed, because the egui does the job for now and there are other important things to do.

voxelias avatar Feb 20 '21 15:02 voxelias