Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegovsky/imgui-date
A simple CRUD program with ImGUI
https://github.com/diegovsky/imgui-date
Last synced: 23 days ago
JSON representation
A simple CRUD program with ImGUI
- Host: GitHub
- URL: https://github.com/diegovsky/imgui-date
- Owner: Diegovsky
- Created: 2023-03-10T21:53:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-10T21:53:34.000Z (over 1 year ago)
- Last Synced: 2023-08-07T08:21:06.206Z (about 1 year ago)
- Language: C++
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Exercício ImGui
Criar o seguinte CRUD, usando somente ImGui e as dependências já disponíveis na [main](/src/core/main.cpp):
![](/imgs/create.png)
![](/imgs/list.png)## Requisitos funcionais
- Os inputs de hora devem aceitar apenas strings no formato HH:MM;
- Deve ser possível excluir entradas criadas utilizando o botão 'X' na tela de listagem;