{"id":24496351,"url":"https://github.com/ufo-010/qopenglplot","last_synced_at":"2026-05-04T23:37:31.155Z","repository":{"id":262800589,"uuid":"864021768","full_name":"UFO-010/qopenglplot","owner":"UFO-010","description":"Qt plotting widget ","archived":false,"fork":false,"pushed_at":"2025-01-20T12:15:40.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T05:44:16.443Z","etag":null,"topics":["cpp","opengl","qt5","widget"],"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/UFO-010.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-09-27T10:50:50.000Z","updated_at":"2025-01-20T12:15:41.000Z","dependencies_parsed_at":"2024-11-14T11:26:39.330Z","dependency_job_id":"7769406e-e46e-4bd5-bceb-6c608c475ed4","html_url":"https://github.com/UFO-010/qopenglplot","commit_stats":null,"previous_names":["ufo-010/qopenglplot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UFO-010%2Fqopenglplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UFO-010%2Fqopenglplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UFO-010%2Fqopenglplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UFO-010%2Fqopenglplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UFO-010","download_url":"https://codeload.github.com/UFO-010/qopenglplot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243690147,"owners_count":20331729,"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":["cpp","opengl","qt5","widget"],"created_at":"2025-01-21T21:17:02.496Z","updated_at":"2026-05-04T23:37:31.115Z","avatar_url":"https://github.com/UFO-010.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Description \n\nThis is just a plain plotter made for real-time plotting with Qt, using OpenGL\n\n## Requirements \n\nC++11\n\nQt, version higher than 4\n\nHardware support for OpenGL version 3.3 or higher\n\n## Usage \n\nCheck if you have supported OpenGL version\n\n```\nglxinfo | grep OpenGL\n```\n\nIf you don't have it installed, install OpenGL dev files and tools\n\n```\nsudo apt-get install libgl1-mesa-dev mesa-utils \n```\n\nWhen you use qmake, you have to link OpenGL manually, for example\n\n```QMake\nQT += opengl\nCONFIG += opengl\n\nwin32: LIBS += -lopengl32\n```\n\nYou can find example .pro file in folder qmake\n\nWhen you use cmake (which is recommended), add directory with this library, for example,\n\n```CMake\nadd_subdirectory(${CMAKE_CURRENT_LIST_DIR}/sources/openglplot)\n```\n\nThen, you have link this library to your project\n\n```CMake\nfind_library(OPENGLPLOT openglplot PATH_SUFFIXES openglplot)\ntarget_link_libraries(${PROJECT_NAME} PRIVATE openglplot)\n```\n\n## TODO \n\n- Add the ability to put two graphs in one widget\n- Improve text rendering\n- Improve text characters loading perfomance\n- Improve smoothing\n- Add power sybols to render numbers with more than 7 characters\n- Eliminate text and axis jitter \n- Add framebuffer copy if possible \n- Add custom graph signatures\n- Add captions support on the graph\n- Add support for saving graph\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fufo-010%2Fqopenglplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fufo-010%2Fqopenglplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fufo-010%2Fqopenglplot/lists"}