casey/pxl

Imgui integration

Open

#30 ouverte le 23 juin 2018

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Rust (2 forks)github user discovery
enhancementgood first issue

Métriques du dépôt

Stars
 (32 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

Allow programs to set an imgui overlay, for simple UI creation. This will necessarily expose the imgui-rs API, so we should make very explicit that this part of the API is unstable, and we may bump the imgui-rs version to a non-backwards compatible version without changing the pxl major version.

The alternative is to bump the pxl major version whenever imgui-rs releases a non-backwards compatible change, which may be preferable.

Guide contributeur