Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikesart/gpuvis

GPU Trace Visualizer
https://github.com/mikesart/gpuvis

Last synced: about 1 month ago
JSON representation

GPU Trace Visualizer

Awesome Lists containing this project

README

        

GPUVis
======

Documentation
-------------
https://github.com/mikesart/gpuvis/wiki

Screenshot
----------
![Alt text](images/gpuvis.jpg?raw=true "gpuvis")

Credits
-------
gpuvis code is [MIT](http://opensource.org/licenses/MIT) licensed.

```
Copyright 2019 Valve Software

All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```

Simple DirectMedia Layer is [zlib licensed](https://www.libsdl.org/license.php)

gl3w is [public domain](https://github.com/skaslev/gl3w)

Dear 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).

Dear ImGui is licensed under the [MIT License](https://github.com/ocornut/imgui/blob/master/LICENSE)

Uses [imgui_freetype](https://github.com/Vuhdo/imgui_freetype.git) by Vuhdo (Aleksei Skriabin)

Embeds [ProggyClean.ttf and ProggyTiny.ttf](http://upperbounds.net) font by Tristan Grimmer (MIT license).

Embeds [Roboto-Regular.ttf](https://fonts.google.com/specimen/Roboto) font by Christian Robertson (Apache License 2.0).
Embeds [RobotoCondensed-Regular.ttf](https://fonts.google.com/specimen/Roboto+Condensed) font by Christian Robertson (Apache License 2.0).

Embeds [DroidSans.ttf](http://www.google.com/fonts/specimen/Droid+Sans) font by Steve Matteson (Apache License 2.0).

Uses [stb_textedit.h, stb_truetype.h, stb_rectpack.h](https://github.com/nothings/stb/) by Sean Barrett (public domain).

trace-cmd is [GNU GPL v2](https://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git)

miniz is MIT licensed: [miniz](https://github.com/richgel999/miniz)

stlini has e-mail author & credit license: [stlini](http://source.robertk.com/)

ya_getopt is 2-clause BSD-style licensed: [ya_getopt](https://github.com/kubo/ya_getopt/blob/master/README.md)

noc_file_dialog.h is MIT licensed: [noc](https://github.com/guillaumechereau/noc)

ucm cmake macros are MIT licensed: [ucm](https://github.com/onqtam/ucm)

SMHasher is MIT licensed: [SMHasher](https://github.com/aappleby/smhasher)

{fmt} is 2-clause BSD licensed small, safe and fast formatting library: [fmt](http://fmtlib.net/latest/index.html)

RapidJSON is MIT licensed: [RapidJSON](https://github.com/Tencent/rapidjson)