Skip to content

FIX: MIT-License #1

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

Closed
wants to merge 1 commit into from
Closed
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
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down