Skip to content

Commit

Permalink
release version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Dec 15, 2020
1 parent 77e05fb commit 3d94cab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## [Unreleased]

## [1.0.0] - 2020-12-15

- Initial release with Dear ImGui v1.77 backend

[unreleased]: https://github.com/ggerganov/hnterm/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/ggerganov/hnterm/releases/tag/v1.0.0
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
imtui
imtui
=====
[![Actions Status](https://github.com/ggerganov/imtui/workflows/CI/badge.svg)](https://github.com/ggerganov/imtui/actions)
[![ImTui v1.0.0 badge][changelog-badge]][changelog]
[![Dear ImGui version badge][imgui-version-badge]](https://github.com/ocornut/imgui)

ImTui is an immediate mode text-based user interface library. Supports 256 ANSI colors and mouse/keyboard input.
ImTui is an immediate mode text-based user interface library. Supports 256 ANSI colors and mouse/keyboard input.

[![imtui-sample](https://media.giphy.com/media/AcKDr9ZyW3RWyNZRg1/giphy.gif)](https://asciinema.org/a/JsUQsJyCchqlsQzm1P0CN4OJU)

Expand All @@ -17,7 +18,7 @@ ImTui is an immediate mode text-based user interface library. Supports 256 ANSI

Eventhough this library is supposed to be used in the terminal, for convenience here is an [Emscripten](https://emscripten.org) build to demonstrate what it looks like, by simulating a console in the browser:

- Demo 0: [imtui.ggerganov.com](https://imtui.ggerganov.com/)
- Demo 0: [imtui.ggerganov.com](https://imtui.ggerganov.com/)
- Demo 1: [hnterm.ggerganov.com](https://hnterm.ggerganov.com/)
- Demo 2: [wtf-tui.ggerganov.com](https://wtf-tui.ggerganov.com/)

Expand All @@ -34,8 +35,6 @@ For basic usage of ImTui, check one of the available samples:
- [hnterm](https://github.com/ggerganov/hnterm) - a simple tool to browse Hacker News in the terminal
- [wtf-tui](https://github.com/ggerganov/wtf-tui) - text-based UI for configuring the WTF terminal dashboard

*Note: the current implementation is experimental, so don't expect all things to work.*

## Building

ImTui depends only on `libncurses`
Expand All @@ -62,4 +61,6 @@ emconfigure cmake ..
make
```

[changelog]: ./CHANGELOG.md
[changelog-badge]: https://img.shields.io/badge/changelog-ImTui%20v1.0.0-dummy
[imgui-version-badge]: https://img.shields.io/badge/Powered%20by%20Dear%20ImGui-v1.77-blue.svg

0 comments on commit 3d94cab

Please sign in to comment.