{"id":13525354,"url":"https://github.com/mikesart/gpuvis","last_synced_at":"2025-04-01T04:31:56.032Z","repository":{"id":39614560,"uuid":"84498060","full_name":"mikesart/gpuvis","owner":"mikesart","description":"GPU Trace Visualizer","archived":false,"fork":false,"pushed_at":"2025-03-31T22:47:23.000Z","size":13481,"stargazers_count":855,"open_issues_count":6,"forks_count":93,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-03-31T23:29:04.789Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikesart.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":"2017-03-09T23:23:38.000Z","updated_at":"2025-03-31T22:47:28.000Z","dependencies_parsed_at":"2024-11-02T09:31:34.647Z","dependency_job_id":"2d23670a-8e5a-44ad-a7a6-5483317ac0d9","html_url":"https://github.com/mikesart/gpuvis","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikesart%2Fgpuvis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikesart%2Fgpuvis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikesart%2Fgpuvis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikesart%2Fgpuvis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikesart","download_url":"https://codeload.github.com/mikesart/gpuvis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246586087,"owners_count":20801025,"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":"2024-08-01T06:01:17.960Z","updated_at":"2025-04-01T04:31:55.237Z","avatar_url":"https://github.com/mikesart.png","language":"C++","readme":"GPUVis\n======\n\nDocumentation\n-------------\nhttps://github.com/mikesart/gpuvis/wiki\n\nScreenshot\n----------\n![Alt text](images/gpuvis.jpg?raw=true \"gpuvis\")\n\nCredits\n-------\ngpuvis code is [MIT](http://opensource.org/licenses/MIT) licensed.\n\n```\nCopyright 2019 Valve Software\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n```\n\nSimple DirectMedia Layer is [zlib licensed](https://www.libsdl.org/license.php)\n\ngl3w is [public domain](https://github.com/skaslev/gl3w)\n\nDear ImGui was developed by [Omar Cornut](http://www.miracleworld.net) and every direct or indirect contributors to the GitHub. The early version of this library was developed with the support of [Media Molecule](http://www.mediamolecule.com) and first used internally on the game [Tearaway](http://tearaway.mediamolecule.com).\n\nDear ImGui is licensed under the [MIT License](https://github.com/ocornut/imgui/blob/master/LICENSE)\n\nUses [imgui_freetype](https://github.com/Vuhdo/imgui_freetype.git) by Vuhdo (Aleksei Skriabin)\n\nEmbeds [ProggyClean.ttf and ProggyTiny.ttf](http://upperbounds.net) font by Tristan Grimmer (MIT license).\n\nEmbeds [Roboto-Regular.ttf](https://fonts.google.com/specimen/Roboto) font by Christian Robertson (Apache License 2.0).\nEmbeds [RobotoCondensed-Regular.ttf](https://fonts.google.com/specimen/Roboto+Condensed) font by Christian Robertson (Apache License 2.0).\n\nEmbeds [DroidSans.ttf](http://www.google.com/fonts/specimen/Droid+Sans) font by Steve Matteson (Apache License 2.0).\n\nUses [stb_textedit.h, stb_truetype.h, stb_rectpack.h](https://github.com/nothings/stb/) by Sean Barrett (public domain).\n\ntrace-cmd is [GNU GPL v2](https://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git)\n\nminiz is MIT licensed: [miniz](https://github.com/richgel999/miniz)\n\nstlini has e-mail author \u0026 credit license: [stlini](http://source.robertk.com/)\n\nya_getopt is 2-clause BSD-style licensed: [ya_getopt](https://github.com/kubo/ya_getopt/blob/master/README.md)\n\nnoc_file_dialog.h is MIT licensed: [noc](https://github.com/guillaumechereau/noc)\n\nucm cmake macros are MIT licensed: [ucm](https://github.com/onqtam/ucm)\n\nSMHasher is MIT licensed: [SMHasher](https://github.com/aappleby/smhasher)\n\n{fmt} is 2-clause BSD licensed small, safe and fast formatting library: [fmt](http://fmtlib.net/latest/index.html)\n\nRapidJSON is MIT licensed: [RapidJSON](https://github.com/Tencent/rapidjson)\n","funding_links":[],"categories":["C++","Development Environment","System"],"sub_categories":["Debugging and Tracing"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikesart%2Fgpuvis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikesart%2Fgpuvis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikesart%2Fgpuvis/lists"}