{"id":23226373,"url":"https://github.com/jenjinengine/toasty","last_synced_at":"2025-10-16T03:17:07.089Z","repository":{"id":258727420,"uuid":"874493119","full_name":"JenjinEngine/Toasty","owner":"JenjinEngine","description":"A Dear ImGui notification system for Jenjin","archived":false,"fork":false,"pushed_at":"2024-10-17T23:45:40.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-05T17:37:38.104Z","etag":null,"topics":["dear-imgui","notifications"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JenjinEngine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-17T23:42:38.000Z","updated_at":"2024-10-17T23:46:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"63afe07a-f838-41ef-8f54-ba42ddc961d2","html_url":"https://github.com/JenjinEngine/Toasty","commit_stats":null,"previous_names":["jenjinengine/toasty"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JenjinEngine/Toasty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JenjinEngine%2FToasty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JenjinEngine%2FToasty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JenjinEngine%2FToasty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JenjinEngine%2FToasty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JenjinEngine","download_url":"https://codeload.github.com/JenjinEngine/Toasty/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JenjinEngine%2FToasty/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259293098,"owners_count":22835539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dear-imgui","notifications"],"created_at":"2024-12-19T00:17:24.684Z","updated_at":"2025-10-16T03:17:07.003Z","avatar_url":"https://github.com/JenjinEngine.png","language":"C++","readme":"# Toasty\n\nA Dear ImGui notification system.\n\n## Usage\n\n```cpp\nwhile (!glfwWindowShouldClose(window)) {\n    glfwPollEvents();\n\n    ImGui_ImplGlfw_NewFrame();\n    ImGui_ImplOpenGL3_NewFrame();\n    ImGui::NewFrame();\n\n    ImGui::ShowDemoWindow();\n\n    ImGui::Begin(\"Toasted demo\");\n\n    if (ImGui::Button(\"Show toast\")) {\n        ImGui::NewToast(Toasty::ToastType::Info, \"Hello, world!\");\n    }\n\n    ImGui::End();\n\n    // Render notifications\n    ImGui::ToastedRender();\n\n    ImGui::Render();\n    ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData());\n    glfwSwapBuffers(window);\n}\n```\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenjinengine%2Ftoasty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenjinengine%2Ftoasty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenjinengine%2Ftoasty/lists"}