https://github.com/diegovsky/imgui-date
A simple CRUD program with ImGUI
https://github.com/diegovsky/imgui-date
Last synced: 3 months 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 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T21:53:34.000Z (over 2 years ago)
- Last Synced: 2025-01-29T19:14:09.852Z (5 months 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):

## 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;