Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: thehuglet/germterm

0.4.0

26 Feb 15:21
@github-actions github-actions

Choose a tag to compare

🍀 Added

  • Added a new Blocktad drawing format. It works similarly to Octads, but uses blocks instead of braille characters

⚒️ Changed

  • Reworked the layer API into a more memory safe form
  • Improved stability and performance of the diffing step (@airblast-dev)
  • Removed unnecessary allocations (@airblast-dev)

💥 Breaking

  • Layer is now reserved for internal use, the new public API uses LayerIndex and the create_layer() factory
  • Changed drawing function first args from &mut Layer to &mut Engine and LayerIndex
  • Removed Color::NO_COLOR in favor of Attributes::NO_FG_COLOR and Attributes::NO_BG_COLOR
Assets 2
Loading

0.3.0

03 Feb 00:08
@github-actions github-actions

Choose a tag to compare

🍀 Added

  • Added support for alpha blending with the default terminal background
  • Added Color::NO_COLOR sentinel constant, which erases the specified fg or bg channel.
  • Added ColorRgb struct, which specifies a color value without the alpha channel
  • Added erase_rect function, which erases the fg and bg channels in the specified rectangular area
  • Added override_blending_color function, which overrides the default auto-detected terminal background color used for alpha blending
  • Added get_fps function

⚒️ Changed

  • Improved performance of alpha blending by switching to a LUT-based approach instead of floating-point arithmetic
  • Terminal line wrapping now gets restored upon calling exit_cleanup

💥 Breaking

  • Moved draw_fps_counter function from the fps_counter module to draw
  • Changed visibility of FpsCounter from pub to pub(crate). Please use the new get_fps function if you need to read the current FPS
Loading

0.2.1

28 Jan 11:51
@github-actions github-actions

Choose a tag to compare

Release 0.2.1
Loading

0.2.0

27 Jan 23:58
@github-actions github-actions

Choose a tag to compare

Release version 0.2.0
Loading

0.1.3

22 Jan 13:31
@github-actions github-actions

Choose a tag to compare

Fixed common panic related to frame timing
Loading

0.1.2

22 Jan 11:14
@github-actions github-actions

Choose a tag to compare

Exposed stdout
Loading

0.1.1

20 Jan 22:21
@github-actions github-actions

Choose a tag to compare

Bump crate version
Loading

0.1.0

20 Jan 13:52
@github-actions github-actions

Choose a tag to compare

Initial release!

Loading

AltStyle によって変換されたページ (->オリジナル) /