#sdl2 #opengl #ui #graphics #pushrod

yanked rust-pushrod-render

Pushrod Rendering Library

10 releases

0.1.9 Oct 28, 2019
0.1.8 Oct 27, 2019
0.1.0 Sep 30, 2019

#66 in #sdl2

49 downloads per month

Apache-2.0

54KB
714 lines

rust-pushrod-render

Pushrod Rendering Engine

docs.rs for rust-pushrod-render

Purpose

This is the rendering system that is used by the Pushrod library. This library is intended to be used with the rust-pushrod library, which contains the Widget library and so much more.

Status

  • Create Widget Skeleton library
    • Create BaseWidget that draws a border with a color and fills the background
    • Create WidgetConfig that stores Widget configuration data
    • Create CallbackRegistry to store Widget callback actions on Events
    • Modify widget macro to return CallbackRegistry automatically
  • Create Widget Cache
    • Add draw function to handle drawing of widgets in the cache
    • Implement ability to hide/show widgets
    • Implement ability to enable/disable widgets
    • When Widget is hidden, do not process events for that Widget.
    • When Widget is disabled, do not process mouse events for that Widget, but allow drawing.
    • Modify draw so that it walks the Widget tree
    • Add ability to look up widgets by ID and name
  • Add sample widgets to demo
    • Demo should use BaseWidget with mouse over, exit, move, and click
  • Documentation

Prerequisites for pushrod-render

Library Version
SDL2 0.32

Dependencies

~17MB
~366K SLoC