Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion py5_jar/src/main/java/py5/core/PrintUtils.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/******************************************************************************
/* ****************************************************************************

Part of the py5 library
Copyright (C) 2020-2025 Jim Schmitz
Expand Down
2 changes: 1 addition & 1 deletion py5_jar/src/main/java/py5/core/Py5Bridge.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/******************************************************************************
/* ****************************************************************************

Part of the py5 library
Copyright (C) 2020-2025 Jim Schmitz
Expand Down
2 changes: 1 addition & 1 deletion py5_jar/src/main/java/py5/core/Py5ColorHelper.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/******************************************************************************
/* ****************************************************************************

Part of the py5 library
Copyright (C) 2020-2025 Jim Schmitz
Expand Down
3 changes: 1 addition & 2 deletions py5_jar/src/main/java/py5/core/Py5Graphics.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/******************************************************************************
/* ****************************************************************************

Part of the py5 library
Copyright (C) 2020-2025 Jim Schmitz
Expand Down Expand Up @@ -35,7 +35,6 @@
* that would end up being a lot of work and hard to maintain. A better approach
* is to add functions to Py5GraphicsHelper.
*/

public class Py5Graphics extends PGraphics {

public static final char CODED = PGraphics.CODED;
Expand Down
2 changes: 1 addition & 1 deletion py5_jar/src/main/java/py5/core/Py5GraphicsHelper.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/******************************************************************************
/* ****************************************************************************

Part of the py5 library
Copyright (C) 2020-2025 Jim Schmitz
Expand Down
2 changes: 1 addition & 1 deletion py5_jar/src/main/java/py5/core/Py5ShapeHelper.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/******************************************************************************
/* ****************************************************************************

Part of the py5 library
Copyright (C) 2020-2025 Jim Schmitz
Expand Down
2 changes: 1 addition & 1 deletion py5_jar/src/main/java/py5/core/Py5SurfaceDummy.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/******************************************************************************
/* ****************************************************************************

Part of the py5 library
Copyright (C) 2020-2025 Jim Schmitz
Expand Down
2 changes: 1 addition & 1 deletion py5_jar/src/main/java/py5/core/Sketch.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/******************************************************************************
/* ****************************************************************************

Part of the py5 library
Copyright (C) 2020-2025 Jim Schmitz
Expand Down
2 changes: 1 addition & 1 deletion py5_jar/src/main/java/py5/core/SketchBase.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/******************************************************************************
/* ****************************************************************************

Part of the py5 library
Copyright (C) 2020-2025 Jim Schmitz
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/******************************************************************************
/* ****************************************************************************

Part of the py5 library
Copyright (C) 2020-2025 Jim Schmitz
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/******************************************************************************
/* ****************************************************************************

Part of the py5 library
Copyright (C) 2020-2025 Jim Schmitz
Expand Down
2 changes: 1 addition & 1 deletion py5_jar/src/main/java/py5/util/CheckHeadless.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/******************************************************************************
/* ****************************************************************************

Part of the py5 library
Copyright (C) 2020-2025 Jim Schmitz
Expand Down
2 changes: 1 addition & 1 deletion py5_jar/src/main/java/py5/util/KeyEventUtilities.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/******************************************************************************
/* ****************************************************************************

Part of the py5 library
Copyright (C) 2020-2025 Jim Schmitz
Expand Down
4 changes: 2 additions & 2 deletions py5_jar/src/main/java/py5/util/OpenSimplex2S.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package py5.util;

/**
/*
* The below code is a copy of K.jpg's OpenSimplex 2 code. It was released into
* the public domain with the hope that others would use it to "make cool
* things, rather than to make patents!" Many thanks to K.jpg for their
Expand All @@ -11,7 +11,7 @@
*
*/

/**
/*
* K.jpg's OpenSimplex 2, smooth variant ("SuperSimplex")
*/

Expand Down