veloren / veloren

An open world, open source voxel RPG inspired by Dwarf Fortress and Cube World. This repository is a mirror. Please submit all PRs and issues on our GitLab page.

Home Page:https://www.veloren.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a proper UI using Conrod

zesterer opened this issue · 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