Skip to content

Commit

Permalink
Version 2.0.7.6
Browse files Browse the repository at this point in the history
After update with Spout Version 2.007.011
Updated with Processing 4.2 core library
Change SpoutLogoMarble3.bmp to SpoutLogoMarble3.jpg
  • Loading branch information
leadedge committed Jul 24, 2023
1 parent e92559b commit ebb3d1e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 5 deletions.
Binary file modified core.jar
Binary file not shown.
Binary file added core_4-2.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/SpoutSender/SpoutSender.pde
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void setup() {
pgr = createGraphics(1280, 720, P3D);

// Load an image
img = loadImage("SpoutLogoMarble3.bmp");
img = loadImage("SpoutLogoMarble3.jpg");

// The dimensions of graphics or image objects
// do not have to be the same as the sketch window
Expand Down
Binary file added examples/SpoutSender/data/SpoutLogoMarble3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions resources/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ source.repository=https://github.com/leadedge/spoutprocessing
# This is used to compare different versions of the same Library, and check if
# an update is available.

library.version = 7
library.version = 8


# The version as the user will see it.

library.prettyVersion = 2.0.7.5
library.prettyVersion = 2.0.7.6


# The min and max revision of Processing compatible with your Library.
Expand Down
Binary file modified resources/core.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions resources/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ paragraph = Find out more about Spout [here](https://spout.zeal.co).
# compare different versions of the same Library, and check if an update is
# available. You should think of it as a counter, counting the total number of
# releases you've had.
version = 7
version = 8

# The version as the user will see it. If blank, the version attribute will be
# used here. This should be a single word, with no spaces.
prettyVersion = 2.0.7.5
prettyVersion = 2.0.7.6

# The min and max revision of Processing compatible with your Library.
# Note that these fields use the revision and not the version of Processing,
Expand Down
3 changes: 3 additions & 0 deletions src/spout/Spout.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
// 20.12.22 Remove SetAdapter from JNI library
// 06.01.23 Update JSpoutLIB with SpoutGL files 2.007.009
// Rebuild Release 2.0.7.5
// 24.07.23 Update JSpoutLIB with SpoutGL files 2.007.011
// Update core.jar to Processing 4.2
// Rebuild Release 2.0.7.6 (Version 8)
//
// ========================================================================================================

Expand Down

0 comments on commit ebb3d1e

Please sign in to comment.