punks 1.0.1 → 2024.1.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c7565ab563d45083bfb4e27289000c46d364550822b86c2500c35f729ecfde4
4
- data.tar.gz: a74cc5faaf9abd41bc2332d6f748fae880822568ddbafa721d82ebee53a86f27
3
+ metadata.gz: fa12f7739cdf719bd193267cbb60360ebac192ee23676421e583e7661b1dc4a1
4
+ data.tar.gz: 6a024e7c5791214ee950be161e8173f71fe9d25af3663e1b535cb0cf1d7c4d81
5
5
  SHA512:
6
- metadata.gz: 0f77ac27154ef99c391c351df78a82d0f4b37a93d61fe00fb108cfe01165d8c8038798509e8bc7c158f00ded89a83ac9b038487d5982b38eb7379fa50a177ed0
7
- data.tar.gz: 10c09505c1204eee0c02a64f87c68b2a16ef43cb43155194be8ac69528594323c989dc5f944b2aa1f96363b29198671cdbba401cdcd6d4ccce8444190901c869
6
+ metadata.gz: 939ea5b393eb3d83f1624d8588484f28e5a64db97ee25e18c778a8457f96ca8422d5f8cfc37822c5411a3934e53d8b263a1f2fa4e1f28c0bb5c93a1b69660703
7
+ data.tar.gz: 56b93b64a4171a368a6c940609baf7bb648a51846c7628dcdd7d7d9c070ae3cf99cb2bb1b7547f34434952b9c95391e67992b91ff9f02d7563947e348c733bf5
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ### 1.0.1
1
+ ### 2024.1.26
2
2
  ### 0.0.1 / 2022-06-10
3
3
 
4
4
  * Everything is new. First release
data/Manifest.txt CHANGED
@@ -4,6 +4,8 @@ README.md
4
4
  Rakefile
5
5
  config/marcs-24x24.csv
6
6
  config/marcs-24x24.png
7
+ config/nodepunks-24x24.csv
8
+ config/nodepunks-24x24.png
7
9
  config/philip-24x24.png
8
10
  config/punks-12x12.csv
9
11
  config/punks-12x12.png
@@ -22,6 +24,7 @@ lib/punks/bodies_32.rb
22
24
  lib/punks/bodies_40.rb
23
25
  lib/punks/marcs.rb
24
26
  lib/punks/marilyns.rb
27
+ lib/punks/nodepunks.rb
25
28
  lib/punks/philips.rb
26
29
  lib/punks/phunks.rb
27
30
  lib/punks/pixelart/generator.rb
data/README.md CHANGED
@@ -32,11 +32,11 @@ punk.zoom(4).save( "./alien@4x.png" )
32
32
 
33
33
  resulting in:
34
34
 
35
- ![](i/alien.png)
35
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/alien.png)
36
36
 
37
37
  4x:
38
38
 
39
- ![](i/alien@4x.png)
39
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/alien@4x.png)
40
40
 
41
41
 
42
42
  or try a batch:
@@ -93,28 +93,28 @@ end
93
93
 
94
94
  resulting in:
95
95
 
96
- ![](i/punk0.png)
97
- ![](i/punk1.png)
98
- ![](i/punk2.png)
99
- ![](i/punk3.png)
100
- ![](i/punk4.png)
101
- ![](i/punk5.png)
102
- ![](i/punk6.png)
103
- ![](i/punk7.png)
104
- ![](i/punk8.png)
96
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk0.png)
97
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk1.png)
98
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk2.png)
99
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk3.png)
100
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk4.png)
101
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk5.png)
102
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk6.png)
103
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk7.png)
104
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk8.png)
105
105
  ...
106
106
 
107
107
  4x:
108
108
 
109
- ![](i/punk0@4x.png)
110
- ![](i/punk1@4x.png)
111
- ![](i/punk2@4x.png)
112
- ![](i/punk3@4x.png)
113
- ![](i/punk4@4x.png)
114
- ![](i/punk5@4x.png)
115
- ![](i/punk6@4x.png)
116
- ![](i/punk7@4x.png)
117
- ![](i/punk8@4x.png)
109
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk0@4x.png)
110
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk1@4x.png)
111
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk2@4x.png)
112
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk3@4x.png)
113
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk4@4x.png)
114
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk5@4x.png)
115
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk6@4x.png)
116
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk7@4x.png)
117
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk8@4x.png)
118
118
  ...
119
119
 
120
120
 
@@ -133,13 +133,46 @@ punk.zoom(10).save( "./punk12_alien_green@10x.png" )
133
133
 
134
134
  resulting in:
135
135
 
136
- ![](i/punk12_pink_female@10x.png)
137
- ![](i/punk12_alien_green@10x.png)
136
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk12_pink_female@10x.png)
137
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/punk12_alien_green@10x.png)
138
138
 
139
139
 
140
140
  and so on and so forth.
141
141
 
142
142
 
143
+
144
+
145
+ ## Bonus - Factory of Modern Originals (FoMO)
146
+
147
+ Do-it-yourself (DIY) - yes, you can! - fab(criate) your own unique punks w/ text attributes (via built-in spritesheets) incl. 2x/4x/8x zoom for bigger sizes and more.
148
+
149
+
150
+ Let's try to fab(ricate) a node punk (24×24):
151
+
152
+ ```
153
+ $ fab node maxibiz chinstrap tophat goldchain --zoom=4
154
+ ```
155
+
156
+ resulting in:
157
+
158
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/nodepunk_maxibiz@4x.png)
159
+
160
+ or an ultra-rare (green monster) orc:
161
+
162
+ ```
163
+ $ fab node orc chinstrap_light wildhair_red classicshades --zoom=4
164
+ ```
165
+
166
+ resulting in:
167
+
168
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/punks/i/nodepunk_orc@4x.png)
169
+
170
+
171
+
172
+ More [**Factory of Modern Originals (FoMO) »**](https://github.com/profilepic/originals)
173
+
174
+
175
+
143
176
  ## Questions? Comments?
144
177
 
145
178
  Join us in the [Punk Art discord (chat server)]( https://discord.gg/FE3HeXNKRa). Yes you can.
@@ -0,0 +1,78 @@
1
+ id, category, name, more_names
2
+ 0, base, maxibiz,
3
+ 1, base, black,
4
+ 2, base, default,
5
+ 3, base, dark,
6
+ 4, base, light,
7
+ 5, base, albino,
8
+ 6, base, orange,
9
+ 7, base, pink,
10
+ 8, base, zombie,
11
+ 9, base, orc,
12
+ 10, base, alien,
13
+ 11, accessories, mohawk,
14
+ 12, accessories, mohawk2,
15
+ 13, accessories, mohawk-purple,
16
+ 14, accessories, mohawk2-purple,
17
+ 15, accessories, mohawk-red,
18
+ 16, accessories, mohawk2-red,
19
+ 17, accessories, mohawk-blonde,
20
+ 18, accessories, mohawk2-blonde,
21
+ 19, accessories, wildhair,
22
+ 20, accessories, wildhair-blonde,
23
+ 21, accessories, wildhair-red,
24
+ 22, accessories, wildhair-purple,
25
+ 23, accessories, peakspike,
26
+ 24, accessories, peakspike-blonde,
27
+ 25, accessories, bob,
28
+ 26, accessories, bob-blonde,
29
+ 27, accessories, tophat,
30
+ 28, accessories, knittedcap,
31
+ 29, accessories, beanie,
32
+ 30, accessories, cap,
33
+ 31, accessories, capforward,
34
+ 32, accessories, headband,
35
+ 33, accessories, hoodie,
36
+ 34, accessories, goldchain,
37
+ 35, accessories, earring,
38
+ 36, accessories, clownnose,
39
+ 37, accessories, clowneyes,
40
+ 38, accessories, clowneyes-blue,
41
+ 39, accessories, eyemask,
42
+ 40, accessories, 3dglasses,
43
+ 41, accessories, polarizedshades,
44
+ 42, accessories, classicshades,
45
+ 43, accessories, bigshades,
46
+ 44, accessories, coolshades,
47
+ 45, accessories, eyepatch,
48
+ 46, accessories, vr,
49
+ 47, accessories, goat,
50
+ 48, accessories, luxuriousbeard,
51
+ 49, accessories, luxuriousbeard-light,
52
+ 50, accessories, beard,
53
+ 51, accessories, beard-light,
54
+ 52, accessories, chinstrap,
55
+ 53, accessories, chinstrap-light,
56
+ 54, accessories, pipe,
57
+ 55, accessories, cap-small,
58
+ 56, accessories, cap-mcb,
59
+ 57, accessories, cowboyhat,
60
+ 58, accessories, wizardhat,
61
+ 59, accessories, jesterhat,
62
+ 60, accessories, bubblegum,
63
+ 61, accessories, bandana,
64
+ 62, accessories, bandana2,
65
+ 63, accessories, frenchcap,
66
+ 64, accessories, crown,
67
+ 65, accessories, lasereyes-red,
68
+ 66, accessories, lasereyes2-red,
69
+ 67, accessories, lasereyes3-red,
70
+ 68, accessories, lasereyes-green,
71
+ 69, accessories, lasereyes2-green,
72
+ 70, accessories, lasereyes3-green,
73
+ 71, accessories, lasereyes-blue,
74
+ 72, accessories, lasereyes2-blue,
75
+ 73, accessories, lasereyes3-blue,
76
+ 74, accessories, lasereyes-gold,
77
+ 75, accessories, lasereyes2-gold,
78
+ 76, accessories, lasereyes3-gold,
Binary file
@@ -11,187 +11,301 @@ id, category, name, more_names
11
11
  9, base, zombie female,
12
12
  10, base, zombie orange,
13
13
  11, base, ape,
14
- 12, base, ape blue,
15
- 13, base, ape orange,
16
- 14, base, ape gold,
17
- 15, base, ape alien,
18
- 16, base, ape zombie,
19
- 17, base, ape female,
20
- 18, base, alien,
21
- 19, base, alien orange,
22
- 20, base, alien lime,
23
- 21, base, alien green,
24
- 22, base, alien gold,
25
- 23, base, alien blue,
26
- 24, base, alien purple,
27
- 25, base, alien magenta,
28
- 26, base, alien red,
29
- 27, base, alien female,
30
- 28, base, alien orange female,
31
- 29, base, alien lime female,
32
- 30, base, alien green female,
33
- 31, base, alien gold female,
34
- 32, base, alien blue female,
35
- 33, base, alien purple female,
36
- 34, base, alien magenta female,
37
- 35, base, alien red female,
38
- 36, base, orc,
39
- 37, base, orc female,
40
- 38, base, orc orange,
41
- 39, base, demon,
42
- 40, base, demon female,
43
- 41, base, demon orange,
44
- 42, base, bot,
45
- 43, base, bot orange,
46
- 44, base, skeleton,
47
- 45, base, skeleton female,
48
- 46, base, skeleton orange,
49
- 47, base, pink female,
50
- 48, base, pepe,
51
- 49, base, gold,
52
- 50, base, orange,
53
- 51, base, blue,
54
- 52, base, blue female,
55
- 53, base, blue female (a),
56
- 54, base, green,
57
- 55, base, green female,
58
- 56, base, red,
59
- 57, base, red female,
60
- 58, base, purple,
61
- 59, base, purple female,
62
- 60, base, aqua,
63
- 61, base, vampire,
64
- 62, base, vampire female,
65
- 63, base, vampire orange,
66
- 64, base, mummy,
67
- 65, base, mummy orange,
68
- 66, hair, blonde bob,
69
- 67, hair, crazy hair (f),
70
- 68, hair, crazy hair (m),
71
- 69, hair, mohawk dark,
72
- 70, hair, peak spike,
73
- 71, hair, purple hair,
74
- 72, hair, straight hair blonde,
75
- 73, hair, wild blonde,
76
- 74, hair, wild hair (m),
77
- 75, hair, wild hair (f),
78
- 76, hair, wild white hair,
79
- 77, hair, half shaved,
80
- 78, hair, half shaved blonde,
81
- 79, hair, half shaved purple,
82
- 80, hair, mohawk thin,
83
- 81, hair, mohawk,
84
- 82, hair, red mohawk,
85
- 83, hair, messy hair (m),
86
- 84, hair, messy hair (f),
87
- 85, hair, messy hair green (f),
88
- 86, hair, messy hair blonde (f),
89
- 87, hair, dark hair,
90
- 88, hair, straight hair,
91
- 89, hair, straight hair dark,
92
- 90, hair, shaved head,
93
- 91, hair, blonde short,
94
- 92, hair, pink short,
95
- 93, hair, stringy hair,
96
- 94, hair, frumpy hair (f),
97
- 95, hair, frumpy hair (m),
98
- 96, hair, orange side,
99
- 97, hair, blonde side,
100
- 98, hair, white side,
101
- 99, hair, pink with hat,
102
- 100, hair, clown hair green (f),
103
- 101, hair, clown hair green (m),
104
- 102, hair, clown hair blue (m),
105
- 103, hair, vampire hair,
106
- 104, hair, pigtails,
107
- 105, hair, pigtails red,
108
- 106, hair, pigtails blonde,
109
- 107, head, bandana,
110
- 108, head, cap,
111
- 109, head, cap red,
112
- 110, head, cap forward,
113
- 111, head, cowboy hat,
114
- 112, head, headband,
115
- 113, head, knitted cap,
116
- 114, head, top hat,
117
- 115, head, beanie,
118
- 116, head, do-rag,
119
- 117, head, police cap,
120
- 118, head, pilot helmet,
121
- 119, head, tassle hat,
122
- 120, head, fedora,
123
- 121, head, tiara,
124
- 122, head, crown,
125
- 123, head, jester hat,
126
- 124, head, flowers,
127
- 125, head, sombrero,
128
- 126, head, birthday hat,
129
- 127, head, bow,
130
- 128, eyes, 3d glasses,
131
- 129, eyes, big shades,
132
- 130, eyes, classic shades,
133
- 131, eyes, clown eyes green,
134
- 132, eyes, clown eyes blue,
135
- 133, eyes, nerd glasses,
136
- 134, eyes, regular shades,
137
- 135, eyes, vr,
138
- 136, eyes, small shades,
139
- 137, eyes, laser eyes,
140
- 138, eyes, laser eyes gold,
141
- 139, eyes, eye mask,
142
- 140, eyes, eye mask (a),
143
- 141, eyes, horned rim glasses,
144
- 142, eyes, eye patch,
145
- 143, eyes, green eye shadow,
146
- 144, eyes, purple eye shadow,
147
- 145, eyes, blue eye shadow,
148
- 146, eyes, heart shades,
149
- 147, beard, chinstrap,
150
- 148, beard, big beard,
151
- 149, beard, luxurious beard,
152
- 150, beard, luxurious white beard,
153
- 151, beard, goat,
154
- 152, beard, front beard dark,
155
- 153, beard, front beard,
156
- 154, beard, normal beard,
157
- 155, beard, normal beard black,
158
- 156, beard, muttonchops,
159
- 157, beard, handlebars,
160
- 158, beard, shadow beard,
161
- 159, beard, mustache,
162
- 160, more, clown nose,
163
- 161, more, earring,
164
- 162, more, hoodie,
165
- 163, more, choker,
166
- 164, more, pipe,
167
- 165, more, cigarette,
168
- 166, more, cigar,
169
- 167, more, vape,
170
- 168, more, gold chain,
171
- 169, more, silver chain,
172
- 170, more, spots,
173
- 171, more, mole,
174
- 172, more, rosy cheeks,
175
- 173, more, black lipstick,
176
- 174, more, purple lipstick,
177
- 175, more, hot lipstick,
178
- 176, more, pink lipstick,
179
- 177, more, burgundy lipstick,
180
- 178, more, medical mask,
181
- 179, more, buck teeth,
182
- 180, more, demon horns,
183
- 181, more, bubble gum,
184
- 182, more, tears,
185
- 183, more, frown,
186
- 184, saudis, brown shemagh agal,
187
- 185, saudis, red shemagh,
188
- 186, saudis, red shemagh agal,
189
- 187, saudis, white shemagh,
190
- 188, saudis, white shemagh agal,
191
- 189, saudis, white shemagh gold agal,
192
- 190, fastfood, cap mcd,
193
- 191, fastfood, cap mcd flipped,
194
- 192, fastfood, cap mcd white,
195
- 193, fastfood, cap mcd black,
196
- 194, fastfood, cap burgerking,
197
- 195, fastfood, cap subway,
14
+ 12, base, ape (1bit),
15
+ 13, base, ape blue,
16
+ 14, base, ape orange,
17
+ 15, base, ape gold,
18
+ 16, base, ape alien,
19
+ 17, base, ape zombie,
20
+ 18, base, ape female,
21
+ 19, base, alien,
22
+ 20, base, alien orange,
23
+ 21, base, alien lime,
24
+ 22, base, alien green,
25
+ 23, base, alien gold,
26
+ 24, base, alien blue,
27
+ 25, base, alien purple,
28
+ 26, base, alien magenta,
29
+ 27, base, alien red,
30
+ 28, base, alien female,
31
+ 29, base, alien orange female,
32
+ 30, base, alien lime female,
33
+ 31, base, alien green female,
34
+ 32, base, alien gold female,
35
+ 33, base, alien blue female,
36
+ 34, base, alien purple female,
37
+ 35, base, alien magenta female,
38
+ 36, base, alien red female,
39
+ 37, base, orc,
40
+ 38, base, orc female,
41
+ 39, base, orc orange,
42
+ 40, base, demon,
43
+ 41, base, demon female,
44
+ 42, base, demon orange,
45
+ 43, base, bot,
46
+ 44, base, bot orange,
47
+ 45, base, skeleton,
48
+ 46, base, skeleton female,
49
+ 47, base, skeleton orange,
50
+ 48, base, pink female,
51
+ 49, base, pepe,
52
+ 50, base, gold,
53
+ 51, base, orange,
54
+ 52, base, blue,
55
+ 53, base, blue female,
56
+ 54, base, blue female (a),
57
+ 55, base, green,
58
+ 56, base, green female,
59
+ 57, base, red,
60
+ 58, base, red female,
61
+ 59, base, purple,
62
+ 60, base, purple female,
63
+ 61, base, aqua,
64
+ 62, base, vampire,
65
+ 63, base, vampire female,
66
+ 64, base, vampire orange,
67
+ 65, base, mummy,
68
+ 66, base, mummy orange,
69
+ 67, base, davinci,
70
+ 68, base, davinci (a),
71
+ 69, base, shakespeare,
72
+ 70, base, vangogh,
73
+ 71, base, frida,
74
+ 72, base, frida (a),
75
+ 73, base, girlwithpearl,
76
+ 74, base, girlwithpearl pepe,
77
+ 75, base, girlwithpearl bitmap orange,
78
+ 76, base, joe,
79
+ 77, base, joe (a),
80
+ 78, base, donald,
81
+ 79, base, donald (a),
82
+ 80, base, nikki,
83
+ 81, base, nikki (a),
84
+ 82, base, nikki (b),
85
+ 83, base, mundl,
86
+ 84, base, marc,
87
+ 85, base, marc (xl),
88
+ 86, base, bitmap orange,
89
+ 87, base, bitmap pink,
90
+ 88, base, bitmap (1bit),
91
+ 89, base, rock gray,
92
+ 90, base, rock block gray,
93
+ 91, base, rock gold,
94
+ 92, base, rock block gold,
95
+ 93, base, rock pink,
96
+ 94, base, rock pepe,
97
+ 95, base, monke light,
98
+ 96, base, monke orange,
99
+ 97, base, monke pink,
100
+ 98, base, monke orc,
101
+ 99, base, monke alien,
102
+ 100, base, doge,
103
+ 101, base, doge (a),
104
+ 102, base, doge dark,
105
+ 103, base, doge dark (a),
106
+ 104, base, doge zombie,
107
+ 105, base, doge zombie (a),
108
+ 106, base, doge alien,
109
+ 107, base, doge alien (a),
110
+ 108, hair, blonde bob,
111
+ 109, hair, blonde bob (bmp),
112
+ 110, hair, crazy hair (f),
113
+ 111, hair, crazy hair (m),
114
+ 112, hair, mohawk dark,
115
+ 113, hair, peak spike,
116
+ 114, hair, peak spike (rock),
117
+ 115, hair, peak spike red (rock),
118
+ 116, hair, peak spike blonde (rock),
119
+ 117, hair, purple hair,
120
+ 118, hair, purple hair (bmp),
121
+ 119, hair, purple hair (doge),
122
+ 120, hair, straight hair blonde,
123
+ 121, hair, wild blonde,
124
+ 122, hair, wild blonde (bmp),
125
+ 123, hair, wild hair (m),
126
+ 124, hair, wild hair (doge),
127
+ 125, hair, wild hair (f),
128
+ 126, hair, wild white hair,
129
+ 127, hair, wild white hair (doge),
130
+ 128, hair, half shaved,
131
+ 129, hair, half shaved blonde,
132
+ 130, hair, half shaved blonde (bmp),
133
+ 131, hair, half shaved purple,
134
+ 132, hair, mohawk thin,
135
+ 133, hair, mohawk,
136
+ 134, hair, red mohawk,
137
+ 135, hair, red mohawk (bmp),
138
+ 136, hair, red mohawk (doge),
139
+ 137, hair, messy hair (m),
140
+ 138, hair, messy hair (f),
141
+ 139, hair, messy hair green (f),
142
+ 140, hair, messy hair blonde (f),
143
+ 141, hair, dark hair,
144
+ 142, hair, straight hair,
145
+ 143, hair, straight hair dark,
146
+ 144, hair, shaved head,
147
+ 145, hair, blonde short,
148
+ 146, hair, pink short,
149
+ 147, hair, stringy hair,
150
+ 148, hair, frumpy hair (f),
151
+ 149, hair, frumpy hair (m),
152
+ 150, hair, orange side,
153
+ 151, hair, blonde side,
154
+ 152, hair, white side,
155
+ 153, hair, pink with hat,
156
+ 154, hair, clown hair green (f),
157
+ 155, hair, clown hair green (m),
158
+ 156, hair, clown hair blue (m),
159
+ 157, hair, vampire hair,
160
+ 158, hair, pigtails,
161
+ 159, hair, pigtails red,
162
+ 160, hair, pigtails blonde,
163
+ 161, head, bandana,
164
+ 162, head, bandana (xl),
165
+ 163, head, cap,
166
+ 164, head, cap (1bit),
167
+ 165, head, cap red,
168
+ 166, head, cap red (rock),
169
+ 167, head, cap blue,
170
+ 168, head, cap forward,
171
+ 169, head, cowboy hat,
172
+ 170, head, cowboy hat (xl),
173
+ 171, head, headband,
174
+ 172, head, knitted cap,
175
+ 173, head, knitted cap (rock),
176
+ 174, head, top hat,
177
+ 175, head, top hat (rock),
178
+ 176, head, beanie,
179
+ 177, head, do-rag,
180
+ 178, head, police cap,
181
+ 179, head, pilot helmet,
182
+ 180, head, tassle hat,
183
+ 181, head, fedora,
184
+ 182, head, tiara,
185
+ 183, head, crown,
186
+ 184, head, jester hat,
187
+ 185, head, flowers,
188
+ 186, head, sombrero,
189
+ 187, head, birthday hat,
190
+ 188, head, bow,
191
+ 189, head, sun hat,
192
+ 190, head, sun hat (a),
193
+ 191, eyes, 3d glasses,
194
+ 192, eyes, 3d glasses (rock),
195
+ 193, eyes, big shades,
196
+ 194, eyes, classic shades,
197
+ 195, eyes, classic shades (xl),
198
+ 196, eyes, classic shades green,
199
+ 197, eyes, clown eyes green,
200
+ 198, eyes, clown eyes blue,
201
+ 199, eyes, nerd glasses,
202
+ 200, eyes, regular shades,
203
+ 201, eyes, regular shades (xl),
204
+ 202, eyes, vr,
205
+ 203, eyes, vr pro,
206
+ 204, eyes, small shades,
207
+ 205, eyes, laser eyes,
208
+ 206, eyes, laser eyes (rock),
209
+ 207, eyes, laser eyes gold,
210
+ 208, eyes, laser eyes blue,
211
+ 209, eyes, laser eyes blue (rock),
212
+ 210, eyes, eye mask,
213
+ 211, eyes, eye mask (a),
214
+ 212, eyes, horned rim glasses,
215
+ 213, eyes, horned rim glasses (xl),
216
+ 214, eyes, eye patch,
217
+ 215, eyes, eye patch (xl),
218
+ 216, eyes, green eye shadow,
219
+ 217, eyes, purple eye shadow,
220
+ 218, eyes, blue eye shadow,
221
+ 219, eyes, heart shades,
222
+ 220, eyes, noun glasses,
223
+ 221, eyes, noun glasses pink,
224
+ 222, beard, chinstrap,
225
+ 223, beard, big beard,
226
+ 224, beard, luxurious beard,
227
+ 225, beard, luxurious white beard,
228
+ 226, beard, goat,
229
+ 227, beard, front beard dark,
230
+ 228, beard, front beard,
231
+ 229, beard, normal beard,
232
+ 230, beard, normal beard black,
233
+ 231, beard, muttonchops,
234
+ 232, beard, handlebars,
235
+ 233, beard, shadow beard,
236
+ 234, beard, mustache,
237
+ 235, more, clown nose,
238
+ 236, more, earring,
239
+ 237, more, earring (doge),
240
+ 238, more, earring (xl),
241
+ 239, more, earcross,
242
+ 240, more, choker,
243
+ 241, more, pipe,
244
+ 242, more, pipe (bmp),
245
+ 243, more, cigarette,
246
+ 244, more, cigar,
247
+ 245, more, vape,
248
+ 246, more, gold chain,
249
+ 247, more, silver chain,
250
+ 248, more, spots,
251
+ 249, more, mole,
252
+ 250, more, rosy cheeks,
253
+ 251, more, black lipstick,
254
+ 252, more, purple lipstick,
255
+ 253, more, hot lipstick,
256
+ 254, more, pink lipstick,
257
+ 255, more, burgundy lipstick,
258
+ 256, more, green lipstick,
259
+ 257, more, medical mask,
260
+ 258, more, buck teeth,
261
+ 259, more, demon horns,
262
+ 260, more, bubble gum,
263
+ 261, more, tears,
264
+ 262, more, frown,
265
+ 263, hoodies, hoodie,
266
+ 264, hoodies, hoodie green,
267
+ 265, hoodies, hoodie red,
268
+ 266, hoodies, hoodie white,
269
+ 267, hoodies, hood,
270
+ 268, hoodies, hoodie dark,
271
+ 269, hoodies, hood dark,
272
+ 270, hoodies, hoodie ice,
273
+ 271, hoodies, hoodie light,
274
+ 272, hoodies, hood light,
275
+ 273, hoodies, hoodie pink,
276
+ 274, hoodies, hood pink,
277
+ 275, hoodies, hood pharoah,
278
+ 276, hoodies, hood pharoah purple,
279
+ 277, hoodies, hood pharoah purple (a),
280
+ 278, saudis, brown shemagh agal,
281
+ 279, saudis, red shemagh,
282
+ 280, saudis, red shemagh agal,
283
+ 281, saudis, white shemagh,
284
+ 282, saudis, white shemagh agal,
285
+ 283, saudis, white shemagh gold agal,
286
+ 284, fastfood, cap mcd,
287
+ 285, fastfood, cap mcd flipped,
288
+ 286, fastfood, cap mcd white,
289
+ 287, fastfood, cap mcd black,
290
+ 288, fastfood, cap mcd visor (xl),
291
+ 289, fastfood, cap burgerking,
292
+ 290, fastfood, cap subway,
293
+ 291, rgb, regular shades red,
294
+ 292, rgb, regular shades green,
295
+ 293, rgb, regular shades blue,
296
+ 294, rgb, maxibiz laser eyes red,
297
+ 295, rgb, maxibiz laser eyes green,
298
+ 296, rgb, maxibiz laser eyes blue,
299
+ 297, monkes, mohawk (monke),
300
+ 298, monkes, mohawk blonde (monke),
301
+ 299, monkes, mohawk purple (monke),
302
+ 300, monkes, mohawk red (monke),
303
+ 301, monkes, mohawk2 blonde (monke),
304
+ 302, monkes, mohawk2 purple (monke),
305
+ 303, monkes, peak spike (monke),
306
+ 304, monkes, cap red (monke),
307
+ 305, monkes, 3d glasses (monke),
308
+ 306, monkes, clown eyes green (monke),
309
+ 307, monkes, polarized shades (monke),
310
+ 308, monkes, vr pro (monke),
311
+ 309, monkes, clown nose (monke),
Binary file
@@ -0,0 +1,41 @@
1
+ module Nodepunk
2
+
3
+ class Spritesheet
4
+ def self.builtin
5
+ @builtin ||= Pixelart::Spritesheet.read( "#{Pixelart::Module::Punks.root}/config/nodepunks-24x24.png",
6
+ "#{Pixelart::Module::Punks.root}/config/nodepunks-24x24.csv",
7
+ width: 24,
8
+ height: 24 )
9
+ end
10
+
11
+ ## note: for now class used for "namespace" only
12
+ def self.find_by( name: ) ## return archetype/attribute image by name
13
+ builtin.find_by( name: name )
14
+ end
15
+ end # class Spritesheet
16
+ ## add convenience (alternate spelling) alias - why? why not?
17
+ SpriteSheet = Spritesheet
18
+ Sheet = Spritesheet
19
+ Sprite = Spritesheet
20
+
21
+
22
+ class Image < Pixelart::Image
23
+ def self.generator
24
+ @generator ||= Artfactory.use( Nodepunk::Sheet.builtin,
25
+ image_class: Image )
26
+ end
27
+
28
+
29
+ NAMES = ['node', 'nodes',
30
+ 'nodepunk', 'nodepunks']
31
+ DEFAULT_ATTRIBUTES = ['maxibiz', 'chinstrap', 'tophat', 'goldchain']
32
+
33
+
34
+ def self.generate( *names )
35
+ generator.generate( *names )
36
+ end
37
+ end # class Image
38
+
39
+
40
+ end # module Nodepunk
41
+
data/lib/punks/version.rb CHANGED
@@ -3,9 +3,9 @@ module Pixelart
3
3
  module Module
4
4
  module Punks
5
5
 
6
- MAJOR = 1
7
- MINOR = 0
8
- PATCH = 1
6
+ MAJOR = 2024
7
+ MINOR = 1
8
+ PATCH = 26
9
9
  VERSION = [MAJOR,MINOR,PATCH].join('.')
10
10
 
11
11
  def self.version
data/lib/punks.rb CHANGED
@@ -28,6 +28,9 @@ require_relative 'punks/bodies_40'
28
28
  ## --- 12x12 series
29
29
  require_relative 'punks/punks_12'
30
30
 
31
+ ## more
32
+ require_relative 'punks/nodepunks' # 24x24
33
+
31
34
 
32
35
 
33
36
  ### add some convenience shortcuts
@@ -78,6 +81,13 @@ PunkV2 = YeOldePunkAnno2017
78
81
  Punkv2 = YeOldePunkAnno2017
79
82
 
80
83
 
84
+ ## add Node too as alias - why? why not?
85
+ NodePunk = Nodepunk
86
+ NodePunks = Nodepunk
87
+ Nodepunks = Nodepunk
88
+
89
+
90
+
81
91
  ###
82
92
  # note: for convenience auto include Pixelart namespace!!! - why? why not?
83
93
  include Pixelart
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: punks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 2024.1.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-15 00:00:00.000000000 Z
11
+ date: 2024-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pixelart
@@ -105,6 +105,8 @@ files:
105
105
  - Rakefile
106
106
  - config/marcs-24x24.csv
107
107
  - config/marcs-24x24.png
108
+ - config/nodepunks-24x24.csv
109
+ - config/nodepunks-24x24.png
108
110
  - config/philip-24x24.png
109
111
  - config/punks-12x12.csv
110
112
  - config/punks-12x12.png
@@ -123,6 +125,7 @@ files:
123
125
  - lib/punks/bodies_40.rb
124
126
  - lib/punks/marcs.rb
125
127
  - lib/punks/marilyns.rb
128
+ - lib/punks/nodepunks.rb
126
129
  - lib/punks/philips.rb
127
130
  - lib/punks/phunks.rb
128
131
  - lib/punks/pixelart/generator.rb