diff --git a/quin_kennedy/recode_v1n4_Generative_Drawings_by_Manfred_Mohr/recode_v1n4_Generative_Drawings_by_Manfred_Mohr.pde b/quin_kennedy/recode_v1n4_Generative_Drawings_by_Manfred_Mohr/recode_v1n4_Generative_Drawings_by_Manfred_Mohr.pde index bfab96e..91701d1 100644 --- a/quin_kennedy/recode_v1n4_Generative_Drawings_by_Manfred_Mohr/recode_v1n4_Generative_Drawings_by_Manfred_Mohr.pde +++ b/quin_kennedy/recode_v1n4_Generative_Drawings_by_Manfred_Mohr/recode_v1n4_Generative_Drawings_by_Manfred_Mohr.pde @@ -1,11 +1,36 @@ -// This sketch is part of the ReCode Project - http://recodeproject.com -// From Computer Graphics and Art vol1 no4 pg 6 -// Generative Drawings -// by Manfred Mohr -// -// Quin Kennedy -// 2012 -// Creative Commons license CC BY-SA 3.0 +/** + * This sketch is part of the ReCode Project - http://recodeproject.com + * Computer Graphics and Art – Nov, 1976 – Vol. 1, No. 4 – Pg 6 + * + * "Generative Drawings" + * by Manfred Mohr + * + * direct recode by Quin Kennedy 2012 + * + * Copyright (c) 2012 Quin Kennedy + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, + * copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following + * conditions: + + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES + * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + */ + static final int cellWidth = 30; static final int boxSize = 7; static int numEdges = 9; diff --git a/quin_kennedy/recode_v3n1_P196A_by_Manfred_Mohr/recode_v3n1_P196A_by_Manfred_Mohr.pde b/quin_kennedy/recode_v3n1_P196A_by_Manfred_Mohr/recode_v3n1_P196A_by_Manfred_Mohr.pde index 5600436..3d9710f 100644 --- a/quin_kennedy/recode_v3n1_P196A_by_Manfred_Mohr/recode_v3n1_P196A_by_Manfred_Mohr.pde +++ b/quin_kennedy/recode_v3n1_P196A_by_Manfred_Mohr/recode_v3n1_P196A_by_Manfred_Mohr.pde @@ -1,11 +1,36 @@ -// This sketch is part of the ReCode Project - http://recodeproject.com -// From Computer Graphics and Art vol3 no1 pg 9 -// P-196A -// by Manfred Mohr -// -// Quin Kennedy -// 2012 -// Creative Commons license CC BY-SA 3.0 +/** + * This sketch is part of the ReCode Project - http://recodeproject.com + * Computer Graphics and Art – Feb, 1978 – Vol. 3, No. 1 – Pg 9 + * + * "P-196A" + * by Manfred Mohr + * + * direct recode by Quin Kennedy 2012 + * + * Copyright (c) 2012 Quin Kennedy + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, + * copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following + * conditions: + + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES + * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + */ + static final int boxSize = 300; static final int canvasSize = 600; diff --git a/quin_kennedy/recode_v3n2_Untitled_1_by_Aaron_Marcus/recode_v3n2_Untitled_1_by_Aaron_Marcus.pde b/quin_kennedy/recode_v3n2_Untitled_1_by_Aaron_Marcus/recode_v3n2_Untitled_1_by_Aaron_Marcus.pde index 398bfda..7e0bcc3 100644 --- a/quin_kennedy/recode_v3n2_Untitled_1_by_Aaron_Marcus/recode_v3n2_Untitled_1_by_Aaron_Marcus.pde +++ b/quin_kennedy/recode_v3n2_Untitled_1_by_Aaron_Marcus/recode_v3n2_Untitled_1_by_Aaron_Marcus.pde @@ -1,11 +1,36 @@ -// This sketch is part of the ReCode Project - http://recodeproject.com -// From Computer Graphics and Art vol3 no2 pg 16 -// Untitled 1 -// by Aaron Marcus -// -// Quin Kennedy -// 2012 -// Creative Commons license CC BY-SA 3.0 +/** + * This sketch is part of the ReCode Project - http://recodeproject.com + * Computer Graphics and Art – May, 1978 – Vol. 3, No. 2 – Pg 16 + * + * "Untitled 1" + * by Aaron Marcus + * + * direct recode by Quin Kennedy 2012 + * + * Copyright (c) 2012 Quin Kennedy + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, + * copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following + * conditions: + + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES + * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + */ + char[] carat = Character.toChars(unhex("0302"));//carat char[] filledSquare = Character.toChars(unhex("25FC"));//Black medium square char[] emptySquare = Character.toChars(unhex("25FB"));//White medium square diff --git a/quin_kennedy/recode_v3n2_Untitled_3_by_Aaron_Marcus/recode_v3n2_Untitled_3_by_Aaron_Marcus.pde b/quin_kennedy/recode_v3n2_Untitled_3_by_Aaron_Marcus/recode_v3n2_Untitled_3_by_Aaron_Marcus.pde index 1dec664..e281cbd 100644 --- a/quin_kennedy/recode_v3n2_Untitled_3_by_Aaron_Marcus/recode_v3n2_Untitled_3_by_Aaron_Marcus.pde +++ b/quin_kennedy/recode_v3n2_Untitled_3_by_Aaron_Marcus/recode_v3n2_Untitled_3_by_Aaron_Marcus.pde @@ -1,11 +1,36 @@ -// This sketch is part of the ReCode Project - http://recodeproject.com -// From Computer Graphics and Art vol3 no2 pg 17 -// Untitled 3 (from "Hieroglyphs Series") -// by Aaron Marcus -// -// Quin Kennedy -// 2012 -// Creative Commons license CC BY-SA 3.0 +/** + * This sketch is part of the ReCode Project - http://recodeproject.com + * Computer Graphics and Art – May, 1978 – Vol. 3, No. 2 – Pg 17 + * + * "Untitled 3" from "Hieroglyphs Series" + * by Aaron Marcus + * + * direct recode by Quin Kennedy 2012 + * + * Copyright (c) 2012 Quin Kennedy + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, + * copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following + * conditions: + + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES + * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + */ + static final int numLines = 21; static final int numShapes = 7; static final int lineHalfHeight = 16;