{"id":24555926,"url":"https://github.com/defini7/vjgui","last_synced_at":"2025-07-09T01:36:40.587Z","repository":{"id":255678882,"uuid":"851179314","full_name":"defini7/VjGUI","owner":"defini7","description":"Simple GUI framework that's easy to use","archived":false,"fork":false,"pushed_at":"2025-03-16T11:36:27.000Z","size":261,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T12:28:41.490Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/defini7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-09-02T15:15:59.000Z","updated_at":"2025-03-16T11:36:30.000Z","dependencies_parsed_at":"2025-03-16T12:26:23.263Z","dependency_job_id":"d9318e55-519f-4026-91e2-3dee7409cdf3","html_url":"https://github.com/defini7/VjGUI","commit_stats":null,"previous_names":["defini7/defgui","defini7/vjgui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defini7%2FVjGUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defini7%2FVjGUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defini7%2FVjGUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defini7%2FVjGUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/defini7","download_url":"https://codeload.github.com/defini7/VjGUI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910713,"owners_count":20367538,"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":[],"created_at":"2025-01-23T04:33:09.986Z","updated_at":"2025-07-09T01:36:40.469Z","avatar_url":"https://github.com/defini7.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VjGUI\n\nThat's very simple standalone GUI framework written purely in C++.\n\n\"Vj\" stands for \"Versatile justified\".\n\n# Documentation\n\n## Setup\n\nThis framework is standalone so if you want to use a particular graphics API\nyou must create a class that inherits from an abstract class **Platform** and implement the following methods:\n\n- DrawRect - draws a rectangle on a screen\n- FillRect - draws a filled rectangle on a screen\n- DrawText - draws a text on a screen\n- DrawLine - draw a line between 2 points on the screen\n- GetMousePos - returns a mouse position\n- GetMouseButton - returns a current state of a mouse button\n- GetKey - returns a state of a key\n- IsCaps - checks whether caps is enabled or not\n- GetDeltaTime - returns difference between last and current frames\n\nOr if you use [defGameEngine](https://github.com/defGameEngine) there is **Platform_defGameEngine** class\n\nCheck **Example.cpp** to see how you integrate platform in your code\n\n## Abilities\n\nThere are 6 types of components:\n\n- Panel \\\n\tBehaves like a window where you put all your GUI components\n\n- Label \\\n\tA box with a multi-lined text\n\n- Button \\\n\tA text label that you can press on and attach some event handlers\n\n- Text entry \\\n\tA text label where you have an ability to input some text\n\n- List \\\n\tA list of text labels that you can scroll around\n\n- Slider \\\n\tA numeric value multi-directional slider (e.g. used in a list component)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefini7%2Fvjgui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefini7%2Fvjgui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefini7%2Fvjgui/lists"}