{"id":24483728,"url":"https://github.com/shineiarakawa/simple-object-viewer","last_synced_at":"2026-05-19T17:32:42.966Z","repository":{"id":213992972,"uuid":"673198556","full_name":"ShineiArakawa/Simple-Object-Viewer","owner":"ShineiArakawa","description":"Simple object viewer with GLFW and ImGui","archived":false,"fork":false,"pushed_at":"2024-05-23T07:07:21.000Z","size":11374,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-23T07:37:12.278Z","etag":null,"topics":["assimp","c-plus-plus","cmake","dear-imgui","glfw3"],"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/ShineiArakawa.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":"2023-08-01T05:13:12.000Z","updated_at":"2024-06-14T19:42:35.978Z","dependencies_parsed_at":"2024-02-16T03:26:40.132Z","dependency_job_id":"c8d696af-2a9c-4319-9661-9b05f6ce4323","html_url":"https://github.com/ShineiArakawa/Simple-Object-Viewer","commit_stats":null,"previous_names":["shineiarakawa/opengltemplate"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShineiArakawa%2FSimple-Object-Viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShineiArakawa%2FSimple-Object-Viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShineiArakawa%2FSimple-Object-Viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShineiArakawa%2FSimple-Object-Viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShineiArakawa","download_url":"https://codeload.github.com/ShineiArakawa/Simple-Object-Viewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243641246,"owners_count":20323815,"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":["assimp","c-plus-plus","cmake","dear-imgui","glfw3"],"created_at":"2025-01-21T13:12:13.974Z","updated_at":"2025-12-29T17:41:57.104Z","avatar_url":"https://github.com/ShineiArakawa.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Object Viewer\n\n![Window Example](/assets/example_window.png)\n\n## Features\n\n- Load polygons from Wavefront obj file, STL file, and other format files\n- Has pre-defined primitives (e.g. box, sphere, point cloud, text box)\n- Save screen shots\n- Shadow mapping\n\n## Dependency\nAll these libraries are registered as submodules.\n\n- GLFW\n- GLAD\n- Dear ImGui\n- Assimp\n- FreeType\n\n## Tested Environments\n\n- Ubuntu 22.04 with gcc 11.4.0 compiler\n- Windows 10 with Microsoft Visual Studio Community 2019 (16.11.21)\n\n## Clone and Build\n\n1. Clone\n   ```bash\n   git clone --recursive https://github.com/ShineiArakawa/Simple-Object-Viewer.git \n   ```\n   \n2. Build\n   Run following commands to build source files. The executable binaries will be copied to the `bin` directory.\n\n   ### Windows\n   Please use Visual Studio with CMake.\n  \n   ### Linux\n   ```bash\n   # Build\n   mkdir build \u0026\u0026 cd build\n   cmake ..\n   make\n   ```\n\n   ### Mac\n   Sorry, I don't know the build system on Mac. Maybe, you can use GCC or Clang compiler.\n\n## Known Issues\n\n- Attempting to build Assimp with the GCC 12 compiler will likely fail. This failure is believed to be due to references to features of the std library that were deprecated in version 12. When building with the Clang compiler, there may be instances where it inadvertently references the GCC 12 toolchain. Therefore, if the build with the Clang compiler fails, re-running the CMake configuration with the following commands might resolve the issue.\n  ```bash\n  # Replace '/path/to/your/gcc' with the path to your GCC install dir older than 12,\n  # for example '/usr/lib/gcc/x86_64-linux-gnu/11'.\n  \n  cmake -DCMAKE_CXX_FLAGS=\"--gcc-install-dir=/path/to/your/gcc\" ..\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshineiarakawa%2Fsimple-object-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshineiarakawa%2Fsimple-object-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshineiarakawa%2Fsimple-object-viewer/lists"}