Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 639 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 639 Bytes

PixelUI

Adds GUIs to the Pixel rendering engine by interpreting imgui-go render data into Pixel render calls.

Example

The examples repository contains an example demonstrating PixelUI's functionality.

To run an example, navigate to it's directory, then go run the test.go file. For example:

$ cd example
$ go run test.go

Current Expected state

This is where we are currently... Current State