veloren/veloren

Create a proper UI using Conrod

zesterer opened this issue · 3 comments

Example Conrod code: https://github.com/PistonDevelopers/conrod/blob/master/examples/all_winit_gfx.rs

The UI should be able to:

  • Show player attributes

  • Show incoming and outgoing chat messages

  • Show a menu when pausing

For completeness: This depends on #12

@Kekker-git we should create a new branch and work on that