thebluepandabear

thebluepandabear pushed to master at thebluepandabear/DTui

  • 5efc1498cd Add some `enforce` blocks for safety reasons.

1 year ago

thebluepandabear pushed to master at thebluepandabear/DTui

  • f4cd8bf61b Add constructor to `Vector` which takes one parameter called `size`. This will construct a vector with `x` and `y` values of `size`. This can be efficient in scenarios in which the user would want to define a `Vector` with an equal `x` and `y`.

1 year ago

thebluepandabear pushed to master at thebluepandabear/DTui

1 year ago

thebluepandabear pushed to master at thebluepandabear/DTui

1 year ago

thebluepandabear pushed to master at thebluepandabear/DTui

  • 4dd268c2bc Rename `Coordinate` and `Dimension` to `Vector` with `x` and `y`.

1 year ago

thebluepandabear pushed to master at thebluepandabear/DTui

  • f4c4c0a9aa `Color` now uses `ubyte` for `r`, `g`, and `b` values.

1 year ago

thebluepandabear pushed to master at thebluepandabear/DTui

1 year ago

thebluepandabear pushed to master at thebluepandabear/DTui

  • 5501214ac4 Fix wrong dimension for `StackLayout`. Rename `Coordinates` to `Coordinate` and `Dimensions` to `Dimension`. Make `StackLayout`'s `children` field public as it may be useful for those who wish to use this library.

1 year ago

thebluepandabear pushed to master at thebluepandabear/DTui

  • 9a13a61dfb Fix wrong dimension for `StackLayout`. Rename `Coordinates` to `Coordinate` and `Dimensions` to `Dimension`. Make `StackLayout`'s `children` field public as it may be useful for those who wish to use this library.
  • 3da66a54b0 Create README.md
  • View comparison for these 2 commits »

1 year ago

thebluepandabear pushed to master at thebluepandabear/DTui

  • 9a13a61dfb Fix wrong dimension for `StackLayout`. Rename `Coordinates` to `Coordinate` and `Dimensions` to `Dimension`. Make `StackLayout`'s `children` field public as it may be useful for those who wish to use this library.

1 year ago

thebluepandabear pushed to master at thebluepandabear/DTui

  • 96f6adf3f7 (Forgot to mention in last commit...) Add another `add` function to `StackLayout` which accepts a single `Renderable` as well as an `int` indicating how many times the `Renderable` should be added to the `StackLayout`.

1 year ago

thebluepandabear pushed to master at thebluepandabear/DTui

1 year ago

thebluepandabear pushed to master at thebluepandabear/DTui

  • dda176583b Fix bug where `Rect.empty` had a black fill color instead of the default terminal fill color.

1 year ago

thebluepandabear pushed to master at thebluepandabear/DTui

  • c6e6c90fbc Add another `add` function to `StackLayout` which accepts an array of `Renderable` instead of an individual `Renderable`.

1 year ago

thebluepandabear pushed to master at thebluepandabear/DTui

1 year ago

thebluepandabear closed issue thebluepandabear/DTui#2

Add `Tree` widget

1 year ago

thebluepandabear pushed to master at thebluepandabear/DTui

1 year ago

thebluepandabear pushed to master at thebluepandabear/DTui

  • 51fccbabee Add `Tree` control; some constructor updates.

1 year ago

thebluepandabear opened issue thebluepandabear/DTui#2

Add `Tree` widget

2 years ago

thebluepandabear pushed to master at thebluepandabear/DTui

2 years ago