{"id":20139477,"url":"https://github.com/v3ssel/simple3dviewer","last_synced_at":"2026-04-11T03:33:11.238Z","repository":{"id":154139778,"uuid":"552046339","full_name":"v3ssel/Simple3DViewer","owner":"v3ssel","description":"A simple program for viewing wireframe models from .obj files","archived":false,"fork":false,"pushed_at":"2022-11-24T18:49:07.000Z","size":1077,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T08:46:45.874Z","etag":null,"topics":["3d-graphics","c","cmake","cpp","macos","opengl","qt"],"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/v3ssel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-10-15T17:38:12.000Z","updated_at":"2022-10-15T17:43:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"eadfe619-32c2-4c8d-9f81-03dade6b6258","html_url":"https://github.com/v3ssel/Simple3DViewer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/v3ssel/Simple3DViewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v3ssel%2FSimple3DViewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v3ssel%2FSimple3DViewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v3ssel%2FSimple3DViewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v3ssel%2FSimple3DViewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/v3ssel","download_url":"https://codeload.github.com/v3ssel/Simple3DViewer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v3ssel%2FSimple3DViewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["3d-graphics","c","cmake","cpp","macos","opengl","qt"],"created_at":"2024-11-13T21:45:46.146Z","updated_at":"2026-04-11T03:33:11.217Z","avatar_url":"https://github.com/v3ssel.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple 3DViewer\n\n## Info\nA simple program for viewing wireframe models from .obj files\n\nCreated with Qt + OpenGL, QtGifImage is taken from [here](https://github.com/dbzhang800/QtGifImage)\n\n## Dependencies\n1. Qt6.2 + QtOpenGLWidgets + OpenGL\n2. gcc + g++\n3. Make and CMake\n\n\n## Install\n1. Download the repository\n2. cd to src folder\n3. Type `make install`\n4. Go to Desktop and run program **3DViewer**\n\n## Uninstall\nGo to src folder and type `make uninstall` or just delete app icon\n\n## Usage\n* To open a *.obj file, go to File -\u003e Open or Press **⌘1** and open the desired file.\n* To close a file, go to the tab File -\u003e Close or Press **⌘2** and the object will be deleted.\n* To see information about the object, you need to go to the tab File -\u003e Info or Press **I**, after which the information about the current object will be displayed.\n* To hide the side window, go to Settings -\u003e Hide/Show or Press **⌘3**, then the side window will be closed or opened if it was closed.\n* To change the projection type, go to Settings -\u003e (Press **O**)Orthographic/Perspective(Press **P**), then the projection type will be changed.\n* To make a screenshot, go to the Create -\u003e Image tab, then select the format of the screenshot and save it.\n* To make a gif-animation, you need to go to the tab Create -\u003e GIF, after which the main window shows a red frame, indicating that the recording is in progress. After 5 seconds, the recording will be saved(10fps).\n* To set the color of the lines, click the **Set Lines Color** button and select the desired color.\n* To change the thickness of the lines, move the **Line Width** slider to the right to increase and to the left to decrease.\n* To draw a line with dashed lines, click the **Dashed** button, and to draw a solid line, click the **Solid** button.\n* To change the color of the vertices, click the **Set Vertex Color** button and select the desired color.\n* To change the size of the vertices, slide the **Vertex Size** slider to the right to increase and to the left to decrease.\n* To remove the display of vertices, click the **None** button.\n* To draw the vertices as a circle, click the **Circle** button.\n* To draw the vertices as a square, click the **Square** button.\n* To rotate the figure relative to the X, Y, Z axes, hover over the desired coordinate in the **Rotate** section and change it with the mouse wheel.\n* To move the figure relative to the X, Y, Z axes, hover over the desired coordinate in the **Move** section and change it with the mouse wheel.\n* To resize the shape, move the **Scale** slider to the right to zoom in, or hover the mouse over the spinbox to zoom out.\n* To change the background color, click the **Set Background Color** button, select the desired color, and then the background will change.\n\n![3DViewer](misc/image.png)\n\n## Created and tested on MacOS by v3ssel and crackedg in 2022\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv3ssel%2Fsimple3dviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv3ssel%2Fsimple3dviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv3ssel%2Fsimple3dviewer/lists"}