Open
Conversation
as we need to know the floatsize to get the linker flags on Windows
they are nowhere used (it's all in GEM_RTE_CFLAGS), which breeds confusion as to where preprocessor flags and the like should go
rather than hardcoding Gem.dll
this is mainly useful for the windows builds (otherwise both use .dll)
but only for macOS and Windows. On Linux, this would pull in the whole world, among them the openGL-, X11-, wayland-, and SDL-(including pulse-) stacks.
e.g. "gem_imageSTB.so" -> "gem_imageSTB.amd64.so" the plugin-loader doesn't care about the actual extension, so we can use this to make plugins-coinstallable.
nicer names than the gnutriplet
the plugins need to dylink against Gem (encoding its full name), so we cannot use the same gem_imageFOO plugin linking against Gem.m_amd64 with the Pd64 Gem.windows-amd64-64.so sigh!
it's "--with-floatsize=..." rather than "--floatsize=..."
by default, the object is not silent (e.g. in initFBO())
also, i think creating a window on load is rude.
- image width/height were swapped - final ROI height was wrongly calculated (x2-x1 in place of y2-y1)
Closes: #514 Co-authored-by: Ben Wesch <benjamin.wesch@gmail.com> Co-authored-by: IOhannes m zmölnig <zmoelnig@iem.at>
[mode RGBA( replaces the [RGBA( message
for old-style .list files, do not fail on errors handle new-style .sources files
do not trust dependencies.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.