-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images component, background image component #642
Open
nadenislamarre
wants to merge
8
commits into
flightlessmango:master
Choose a base branch
from
nadenislamarre:images
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jun 15, 2024
-
Add stb_image.h and stb_image_resize2.h
These libs (as single file) are used to load textures from files. Signed-off-by: Nicolas Adenis-Lamarre <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82fc69b - Browse repository at this point
Copy the full SHA 82fc69bView commit details -
for the moment, this file includes only textures loading for opengl. imgui lacks a working vulkan addImage function. Signed-off-by: Nicolas Adenis-Lamarre <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88d34c3 - Browse repository at this point
Copy the full SHA 88d34c3View commit details -
images textures need rgba (to load alpha for example for decorations). thus, this commit globally convert gl textures in rgba Signed-off-by: Nicolas Adenis-Lamarre <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44917b7 - Browse repository at this point
Copy the full SHA 44917b7View commit details -
Implement drawing (background) image.
options: image <path> / image_max_width (int) / image_background (path) image : to display an image component (only one component of type image can be rendered) note that the texture is never cleared, nor reloaded (in case of configuration modification). image_max_width: by default, the width of the image is the one of the pannel (value is 0). with this option, you can reduce it. image_background: global background image to display Signed-off-by: Nicolas Adenis-Lamarre <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12620c9 - Browse repository at this point
Copy the full SHA 12620c9View commit details
Commits on Jun 24, 2024
-
avoid image() and background_image() from mingw
Signed-off-by: Nicolas Adenis-Lamarre <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b72e36 - Browse repository at this point
Copy the full SHA 6b72e36View commit details -
Signed-off-by: Nicolas Adenis-Lamarre <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86b4a2c - Browse repository at this point
Copy the full SHA 86b4a2cView commit details
Commits on Jun 25, 2024
-
fix image with legacy parameter
Signed-off-by: Nicolas Adenis-Lamarre <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8073212 - Browse repository at this point
Copy the full SHA 8073212View commit details
Commits on Jul 2, 2024
-
Signed-off-by: Nicolas Adenis-Lamarre <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f48df52 - Browse repository at this point
Copy the full SHA f48df52View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.