Pinned Repositories
build
Build system scripts based on GENie (https://github.com/bkaradzic/genie) project generator tool
DIA
Microsoft's Debug Interface Access SDK
MTuner
MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
rapp
Cross-platform entry point library
rapp_template
Project template for apps/games
rbase
Platform abstraction and utility library
rdebug
Debug symbol resolution library (PDB, addr2line)
rmem
MTuner SDK - Memory profiling library
rprof
CPU scope based profiling library and browser based profile inspector with ImGui visualization
rqt
Custom widgets and other shared code for tools (Qt based)
Rudji Games's Repositories
RudjiGames/MTuner
MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
RudjiGames/rprof
CPU scope based profiling library and browser based profile inspector with ImGui visualization
RudjiGames/rapp
Cross-platform entry point library
RudjiGames/build
Build system scripts based on GENie (https://github.com/bkaradzic/genie) project generator tool
RudjiGames/rmem
MTuner SDK - Memory profiling library
RudjiGames/rdebug
Debug symbol resolution library (PDB, addr2line)
RudjiGames/DIA
Microsoft's Debug Interface Access SDK
RudjiGames/rbase
Platform abstraction and utility library
RudjiGames/rqt
Custom widgets and other shared code for tools (Qt based)
RudjiGames/MTunerInject
MTunerInject is a command line tool used by MTuner to start a process with an injected memory profiling DLL.
RudjiGames/MTunerDLL
Process injection DLL, part of MTuner
RudjiGames/bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
RudjiGames/MTunerCmd
Command line redirection utility for MTuner (Windows)
RudjiGames/vg_renderer
A vector graphics renderer for bgfx, based on ideas from NanoVG and ImDrawList (Dear ImGUI)
RudjiGames/rapp_template
Project template for apps/games
RudjiGames/.github
RudjiGames/bimg
Image library.
RudjiGames/bx
Base library used across multiple projects
RudjiGames/nanosvg2
nanosvg with improvements and bug fixes
RudjiGames/openssl
OpenSSL ripped from Node to avoid hassle building that mess
RudjiGames/simple_svg2
SVG parser, writer and helper functions