mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #598] [MERGED] Dear ImGui Implementation #1659
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1659
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/598
Author: @viniciuslrangel
Created: 8/26/2024
Status: ✅ Merged
Merged: 9/8/2024
Merged by: @raphaelthegreat
Base:
main← Head:imgui_dream📝 Commits (7)
c7cd18aadded imgui as dependencyde08bbcimgui renderer/basic input implementation60d8f41imgui: add layers system752e403imgui: add custom imgui configd6c0943imgui: gamepad capture, stopping propagation7c7b85eimgui: changed config & log file path to use portable dircb5f8e7videoout: render blank frame when video output is closed📊 Changes
23 files changed (+2386 additions, -8 deletions)
View changed files
📝
.gitmodules(+5 -0)📝
CMakeLists.txt(+18 -1)📝
externals/CMakeLists.txt(+11 -0)➕
externals/dear_imgui(+1 -0)📝
src/common/assert.cpp(+5 -0)📝
src/common/logging/filter.cpp(+1 -0)📝
src/common/logging/types.h(+1 -0)📝
src/core/libraries/videoout/driver.cpp(+13 -5)📝
src/core/libraries/videoout/driver.h(+1 -0)➕
src/imgui/imgui_config.h(+29 -0)➕
src/imgui/imgui_layer.h(+21 -0)➕
src/imgui/layer/video_info.cpp(+16 -0)➕
src/imgui/layer/video_info.h(+23 -0)➕
src/imgui/renderer/imgui_core.cpp(+213 -0)➕
src/imgui/renderer/imgui_core.h(+31 -0)➕
src/imgui/renderer/imgui_impl_sdl3.cpp(+789 -0)➕
src/imgui/renderer/imgui_impl_sdl3.h(+31 -0)➕
src/imgui/renderer/imgui_impl_vulkan.cpp(+1107 -0)➕
src/imgui/renderer/imgui_impl_vulkan.h(+43 -0)📝
src/sdl_window.cpp(+6 -0)...and 3 more files
📄 Description
Press F10 to show FPS 😄
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.