File size: 30,097 Bytes
744fe78
6b402a5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7555e19
6b402a5
 
7555e19
 
 
6b402a5
 
 
 
 
 
 
7555e19
 
 
 
 
6b402a5
 
 
 
 
 
7555e19
 
 
 
 
 
 
6b402a5
 
 
 
 
 
 
 
 
 
 
7555e19
 
 
 
 
 
 
 
6b402a5
 
 
 
 
 
 
 
7555e19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6b402a5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
<html>
<head>
<title>TOOLS</title>
    <!-- Bootstrap core CSS -->
    <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
    <link href="css/home.css" rel="stylesheet">
<meta charset="UTF-8">
<style>
  body { 
/*	background-image:url('img/ub-wallp.jpg'); 
	background-color: #0033cc;
*/

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(-127deg, rgba(6,227,250,1) 23%, rgba(80, 119, 144,1) 77.37%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-127deg, rgba(6,227,250,1) 23%,rgba(80, 119, 144,1) 77.37%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(127deg, rgba(6, 227, 250,1) 23%,rgba(80, 119, 144,1) 77.37%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  }
  a, a:visited {  color: #ffffff; }
  h3, h4 {  color: #002244; }
  .container{ text-align:left; border:1px solid #666; }
  ._img{ display:inline-block; margin:5px 20px; padding:5px; border:1px solid #CCC; }
  ._text{ display:inline-block; margin:5px 20px; padding:5px; border:1px solid #CCC; top: 0px; }
  ._exa{ display:inline-block; margin:5px 6px; padding:5px; border:1px solid #CCC; top: 0px; vertical-align: text-top;}
</style>
<script type="text/javascript" src="index-gifs.js"></script>

</head>
<body>
<div class="container-fluid">

  <div class="_exa">
    <script type="text/javascript">
         document.write(getImageTag());
    </script>
  <br />
          <h4>TOOLS</h4>
          <ul>
            <li> <a href="https://github.com/ellisonleao/magictools/commits/master" target="_blank">MAGIC TOOLS ★★</a></li>
            <li> <a href="https://www.notion.so/" target="_blank"><b>Notion ★★</b></a> </li>
            <li> <a href="http://www.taskade.com/spaces/H1316-R3M" target="_blank">taskade</a> </li>
            <li> <a href='https://www.devpen.io/editor' target="_blank">github MD ★</a> </li>
            <li> <a href='/training'>training</a> <a href="https://www.masayume.it/training" target="_blank">(remote)</a></li>
            <li> <a href='https://threejs.org/' target="_blank">threejs</a></li>
            </ul>
  </div>

  <div class="_exa">

    <h4>SHADERS</h4>
          <ul>
            <li> <a href="https://thebookofshaders.com/" target="_blank">book of shaders</a></li> 
            <li> <a href="https://github.com/patriciogonzalezvivo/thebookofshaders" target="_blank">github</a> - <a href="http://editor.thebookofshaders.com/">editor</a> </li>
            <li> <a href="/html5/threejs-dithershader/imagec64shader.html" target="_blank"><b>threejs C64</b></a>, <a href="https://github.com/mnmxmx/toon-shading">js toon shading</a></li> 
            <li> <a href="https://www.shadertoy.com/results?query=tag%3Dcrosshatch" target="_blank">shadertoy xhatch</a></li> 
            <li> <a href="https://www.clicktorelease.com/code/cross-hatching/" target="_blank">crosshatching</a></li> 

          </ul>


    <h4>GENERATIVE</h4>
          <ul>
            <li> <a href="https://github.com/topics/generative-art?o=desc&s=stars" target="_blank">repos ★★★</a></li> 
            <li> <a href="https://github.com/marian42/wavefunctioncollapse" target="_blank">wave fn collapse ★</a> </li>
            <li> <a href="https://thisxdoesnotexist.com/" target="_blank">this does not exist ★</a> </li>
            <li> <a href="https://waifulabs.com/" target="_blank">waifulabs ★</a> </li>
            <li> <a href="/html5/gengrid/dist/" target="_blank">generative grid ★</a> </li>
            <li> <a href="https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/r2/tutorials/sequences/text_generation.ipynb" target="_blank">TF2 textgen ★★★</a> </li>
            <li> <a href="https://twitter.com/ma5ayume/lists/generative" target="_blank">twitter list</a> </li>
          </ul>



    <h4>LEVEL DESIGN</h4>
    <ul>
      <li> <a href="https://www.masayume.it/blog/content/ldtk-level-designer-toolkit" target="_blank"><b>LDtk LVL Design ★</b></a> <a href="https://www.masayume.it/blog/content/ldtk-level-designer-toolkit" target="_blank">my</a></li>
    </ul>

    <h4>3D GRAPH</h4>  <!-- also in UNITY -->
    <ul>
      <li> <a href="">blender LMX</a> - <a href="blender.keyboard.reference.htm" target="_blank">keyboard</a></li>
      <li> <a href="https://www.masayume.it/blog/content/3d-con-pochi-click-mixamo" target="_blank"><b>mixamo ★</b>  </a> <a href="https://www.youtube.com/watch?v=-FhvQDqmgmU">course ★ </a></li>
      <li> <a href="https://www.youtube.com/watch?v=PVmDgrr75nE" target="_blank"><b>MIXAMO proc-anim</b></a></li>
      <li> <a href="https://threejs.org/examples/#webgl_animation_skinning_additive_blending" target="_blank"><b>3js virtual model</b> ★★</a></li>
      <li> <a href="https://www.masayume.it/blog/content/plask" target="_blank"><b>Plask ★</b></a></li>
      <li> <a href="https://metahuman.unrealengine.com/" target="_blank"><b>metahuman ★</b> </a></li>
      <li> <a href="https://www.masayume.it/blog/content/dalla-fotografia-al-3d-pifuhd" target="_blank">pifu 2D->3D ★</a>
      <li> <a href="https://www.masayume.it/blog/content/blockbench" target="_blank">blockbench ★</a> </li>  
    </ul>

  </div>

  <div class="_exa">
      
    <h4>GRAPH 4PIXATOOL</h4> <!-- also in INSPIRE, UNITY -->
    <ul>
      <li> <a href="https://artbreeder.com/" target="_blank"><b>artbreeder</b></a> <a href="https://www.artbreeder.com/gturk1#genes"><b>#1</b></a> <a href="https://www.artbreeder.com/i?k=9ef6c53e3f452bb1d28ec62f32b9"><b>#2</b></a> <a href="https://www.artbreeder.com/i?k=807d792b6f2d3e5d6573a33d176c"><b>#3</b></a></li>
      <li> <a href="https://colab.research.google.com/drive/1ySrqJOzPXQG1oNgllfN5ARJcXGYf35xm#scrollTo=yzYVMxTPTdmw" target="_blank"><b>ArcaneGAN ★</b></a></li>
      <li> <a href="https://toonify.justinpinkney.com/" target="_blank"><b>toonify</b></a>, <a href="https://twitter.com/Buntworthy">via★</a>  <a href="https://toonme.com/"><b>toonme★</b></a> </li>
      <li> <a href="https://colab.research.google.com/github/yuval-alaluf/restyle-encoder/blob/master/notebooks/inference_playground.ipynb#scrollTo=qaB7RN7cOSDN" target="_blank"><b>colab★</b></a> <a href="https://twitter.com/ak92501/status/1379602670848241666" target="_blank"><b>via★</b></a> <a href="https://www.masayume.it/blog/content/twigl" target="_blank"><b>twigl</b></a> </li>
      <li> <a href="https://colab.research.google.com/drive/1O5XbpMRU9i83mLAiTrMufCqmImgTRI7A?usp=sharing#scrollTo=PtOVza7H9z3Y" target="_blank"><b>google colab</b></a></li>
      <li> <a href="https://petalica-paint.pixiv.dev/index_en.html" target="_blank">petalica paint</a></li>
      <li> <a href="https://deepdreamgenerator.com" target="_blank"><b>deepdreamgen</b></a></li>
      <li> <a href="https://gradio.app/g/AK391/Anime2Sketch#3" target="_blank"><b>sketch simpl</b></a> <a href="http://hi.cs.waseda.ac.jp:8081/" target="_blank"><b>#2</b></a> <a href="https://sketch.esslab.jp/"><b>#3</b></a> <a href="https://www.masayume.it/blog/content/sketch-simplification"><b>my</b></a></li>
      <li> <a href="https://www.remove.bg/" target="_blank"><b>RMV BCK ★</b></a>, 
           <a href="https://www.remove.bg/" target="_blank"><b>C.A.Fill ★</b></a></li>
      <li> <a href="https://bigjpg.com/" target="_blank">bigjpg scale</a></li>
      <li> <a href="https://squoosh.app/" target="_blank">squoosh compress</a></li>
      <li> <a href="https://distill.pub/selforg/2021/textures/" target="_blank"><b>texture generator ★</b></a></li>
      <li> <a href="https://jasonwebb.github.io/reaction-diffusion-playground/" target="_blank"><b>reaction-diffusion ★</b></a> <a href="https://www.masayume.it/blog/content/reaction-diffusion" target="_blank"><b>my</b></a>  </li>
      <li> <a href="https://doodad.dev/pattern-generator/" target="_blank">pattern generator</a></li>
      <li> <a href="https://observablehq.com/@rreusser/multiscale-turing-patterns-in-webgl" target="_blank">turing patterns ★</a></li>
      <li> <a href="https://observablehq.com/@makio135/creative-coding" target="_blank">creative patterns ★</a></li>
      <li> <a href="https://www.masayume.it/blog/content/p5js" target="_blank"><b>P5.js</b></a></li>
      <li> <a href="https://anvaka.github.io/streamlines/" target="_blank">streamlines</a></li>
      <li> <a href="https://roughjs.com/" target="_blank">roughjs</a></li>
      <li> <a href="https://photomosh.com/" target="_blank"><b>photomosh ★</b></a></li>
      <li> <a href="https://www.clicktorelease.com/code/cross-hatching/" target="_blank">GLSL</a></li>
      <li> <a href="https://developer.deeparteffects.com/dashboard/index" target="_blank">online</a> - <a href='https://github.com/deeparteffects/deepart-api-html-js-example' target="_blank">git</a> </li>
  </ul>


</div>

  <div class="_exa">

  <h4>Pixels</h4> <!-- also in UNITY -->
  <ul>
    <li><a href="https://www.masayume.it/blog/content/pixel-art-tutorials-resourcesp"><b>my tutorials ★</b></a></li>
    <li><a href="https://lospec.com/pixel-editor/app">lospec editor ★</a></li>
    <li><a href="https://charlesstover.com/spritesheet2gif">spritesheet2gif</a></li>
    <li><a href="https://mugenarchive.com/forums/downloads.php?do=cat&id=261-sprite-packs&__cf_chl_jschl_tk__=d08760070c9f7c6e2676da94317ecdd11f6ca7a0-1604924843-0-Aa4lAc5iwBGhMVaElV3PdE3ybykr-fKu5HkTAktXk7YIL71M1TRs04f4N8fZQLa7tPJ8DRYxyHLPTEDuVrrBwKsUuE5fgnIQkk8eLNaxJdhriCaYFx8eUdCa1TeJ19k8IVAVhWDuYDEJPpYfofTQqaUpBsHkYSiDYJxeliX6n9mtJWtxy4UfmZl6xoeuW_VZzxxtpW1sD8rbuE7uSXL2LWTfZMojNFSWkFm7w8XvfCHvoyQ6ucxzuTOgoU7LXNTPplkoutbNersc9HE-rH39bZaPdVjt5SVcCkXkYCJlvVMyMwmfLbXjb9aEIlX53sutwjpNuWVVd1xg-yIBDJ_osN8">mugen sprites</a></li>    
    <li><a href="https://www.masayume.it/blog/content/sprite-editing-con-aseprite"><b>aseprite</b></a></li>
    <li><a href="https://app.monopro.org/pixel/"><b>monopro ★★</b></a></li>

    <li><a href="https://ditherit.com/"><b>dither it ★</b></a></li>
    <li><a href="https://doodad.dev/dither-me-this/"><b>dither me this ★</b></a></li>
    <li><a href="https://github.com/makeworld-the-better-one/didder">didder</a>, <a href="https://simulacroix.github.io/dithering/">pattern maker</a></li>

    <li><a href="https://www4.lunapic.com/editor/?action=pixels"><b>lunapic pixels ★</b></a></li>
    <li><a href="https://pinetools.com/pixelate-effect-image"><b>pixelate ★</b></a></li>
    <li><a href="https://pixel-me.tokyo/"><b>pixel-me ★</b></a></li>
    <li> <a href="https://morgan3d.github.io/quadplay/tools/scalepix.html"><b>scalepix★</b></a></li>
    <li><a href="https://www.masayume.it/blog/content/bitmapflow-procedural-inbetweening-animated-sprites"><b>bitmapflow ★</b></a></li> 
    <li><a href="http://twittervideodownloader.com/">twitter-to-video</a></li> 
    <li><a href="https://ezgif.com/video-to-gif">video-to-gif</a></li>
    <li><a href="https://www.airtightinteractive.com/demos/js/imageglitcher/">scanline IG ★</a>
      <a href="https://www11.lunapic.com/editor/?action=line-effect">lunapic</a>
    </li>
    <li><a href="http://deathgenerator.com/#minit">foone pixel gen</a></li>
    <li><a href="http://arcade.photonstorm.com/">arcade text</a></li>
    <li><a href="http://lvllvl.com/">lvllvl.com</a></li>
    <li><a href="https://twitter.com/search?q=%E3%83%89%E3%83%83%E3%83%88%E7%B5%B5%20min_faves%3A1500&src=typed_query"><b>Twitter A Query ★</b> </a></li>    
    <li><a href="https://www.masayume.it/blog/content/il-workflow-blender-pixelart">my blender to pixelart</a></li>
  </ul>

  <h4>PALETTE</h4> <!-- also in pixelart -->
  <ul>
    <li><a href="https://lospec.com/palette-list"><b>LoSPEC ★</b></a>, 
      <a href="https://lospec.com/palette-list/dawnbringer-32"><b>DB32 ★</b></a></li>
    <li><a href="https://lospec.com/palettes/dawnbringer-palette-analyser">palette analyzer</a></li>
    <li><a href="https://codepen.io/meodai/pen/GRyjQoZ">color scaler</a></li>
  	<li>palettes <a href="https://sites.google.com/view/rejected-palettes/palette-list/page_1">#1</a></li>
  </ul>

  </div>


  <div class="_exa">

  <h4>Sounds</h4> <!-- also in UNITY -->
  <ul>
    <li><a href="https://www.masayume.it/blog/content/essential-game-audio-toolkit"><b>Essential Tools</b></a></li>
    <li><a href="https://github.com/masayume/DigitalGarden/tree/main/resources/foley"><b>DigiGarden ★★</b></a></li>
    <li><a href="/home/masayume/DATA/E/LOCALE/sonniss/sounds.txt"><b>SONNISS ★★</b></a></li>
    <li><a href="https://freesound.org/browse/"><b>freesound ★</b></a>,<a href="https://freesound.org/search/?q=car&fbclid=IwAR2RYIcbws5MJihzo1IG8sCck8Awe-x9rcNpe1lqtGGxa_lR_msNlvYZ0qc">src</a></li>
    <li><a href="https://www.shockwave-sound.com/">shockwavesound</a></li>
    <li><a href="/demon/soundboard/">soundboard</a></li>
    <li><a href="https://www.101soundboards.com/">101 soundboards</a></li>    
    <li><a href="http://bbcsfx.acropolis.org.uk/">BBC 16k</a></li>
    <li><a href="https://elements.envato.com/sound-effects">envato sound fx</a></li>
    <li><a href="">BFXR WIN</a></li>
    <li><a href="https://synapse.cephasteom.co.uk/">ambient sounds</a></li>
    <li><a href="https://soundcloud.com/soundsuigood" target="_blank"><b><i>sounds ui good</i></b></a></li>
  </ul>

    <h4>Text 2 Speech</h4>
  <ul>
    <li><a href="https://watson-speech.mybluemix.net/text-to-speech-custom-voice.html">text2speech js</a></li>
    <li><a href="https://discordier.github.io/sam/">S.A.M (js)</a></li>
  </ul>

  <h4>Teropa +</h4>
  <ul>
    <li><a href="https://codepen.io/teropa/pen/JLjXGK">Neural Drums</a></li>
    <li><a href="https://codepen.io/teropa/pen/zpbLOj">Deep Roll</a></li>
    <li><a href="https://codepen.io/teropa/pen/rdoPbG">Latent Cycles</a></li>
    <li><a href="https://codepen.io/teropa/pen/ddqEwj">N. Arpeggiator</a></li>
    <li><a href="https://experiments.withgoogle.com/ai/beat-blender/view/">AI beatblender</a></li>
  </ul>

  <h4>MIDI</h4>
  <ul>
    <li><a href="https://bitmidi.com/">BitMIDI</a></li>
    <li><a href="">SID2MIDI WIN ★</a></li>
  </ul>

  </div>
  
  <div class="_exa">
    <h4>MUSIC</h4>
  <ul>
    <li><a href="http://everynoise.com/">everysound ★</a></li>
    <li><a href="/demon/OSS/oss.php">OSS ★</a></li>
    <li><a href="https://incompetech.com/music">incompetech</a></li>
    <li><a href="https://openai.com/blog/musenet/#try">musenet ★</a></li>
    <li><a href="https://musescore.com/user/2891181/sheetmusic">musescore ★</a></li>
    <li><a href="https://www.noteflight.com/home">noteflight ★</a></li>
    <li><a href="https://boscaceoil.net/linux-info.html">Bosca Ceoil</a></li>
    <li><a href="tenori-off.glitch.me">Tenori Off</a></li>
    <li><a href="/jsSID">jsSID</a> - <a href='https://github.com/jhohertz/jsSID'>github</a></li>
    <li><a href="/3dpiano">piano 3D</a> - <a href='https://github.com/reality3d/3d-piano-player'>github</a></li>
    <li><a href="https://www.youtube.com/c/8bitMusicTheory/playlists" target="_blank"><b>8bitMusicTheory ★</b></a></li>
    <li><a href="https://icons8.com/music/?ref=masayume.it" target="_blank"><b><i>Fugue</i></b></a></li>
    <li><a href="https://no-lick.com/?ref=masayume.it" target="_blank"><b><i>No Lick</i></b></a></li>
    <li><a href="https://soundcloud.com/soundsuigood" target="_blank"><b><i>sounds ui good</i></b></a></li>
    <li><a href="https://musicformakers.com/?ref=masayume.it" target="_blank"><b><i>music for makers</i></b></a></li>
    <li><a href="http://stampede.it/?ref=masayume.it" target="_blank"><b><i>stampede</i></b></a></li>
    <li><a href="https://musicmaker.site/?ref=masayume.it" target="_blank"><b><i>music maker</i></b></a></li>
    <li><a href="https://www.tunepocket.com/?ref=masayume.it" target="_blank"><b><i>tune pocket</i></b></a></li>
    <li><a href="">SID2MIDI WIN ★</a></li>
    <li><a href="https://www.tony-b.org/">Tony-B 機</a> <a href="https://teropa.info/musicmouse/"><b>music鼠</b></a></li>
    <li><a href="https://openmusicarchive">O.M.A.</a> <a href="https://musopen.org/">musopen</a></li>
    <li><a href="https://freepd.com">freepd</a></li>
    <li><a href="https://imslp.org/wiki/Main_Page">imslp</a></li>
    <li><a href="https://www.cpdl.org/wiki/index.php/Main_Page">cpdl</a></li>
    <li><a href="https://ccmixter.org">ccmixter</a></li>
    <li><a href="https://www.freemusicpublicdomain.com/">freemusic PD</a></li>
    <li><a href="https://www.freesoundtrackmusic.com/">free ST music</a></li>
    <li><a href="https://www.youtube.com/c/audiolibrary-channel/videos">youtube</a></li>
    <li><a href="https://publicdomain4u.com/music/">publicdomain4u</a></li>
    <li><a href="https://www.vitling.xyz/toys/autotracker/"><b>Autotracker ★</b></a></li>
        </ul>

  </div>

  <div class="_exa">
    <h4>ML GAN</h4>
      <ul>
        <li> <a href="https://weirdwonderfulai.art/"><b>Weird Wonderful AI</b></a> </li>
        <li> <a href="https://www.masayume.it/blog/content/disco-diffusion-google-colab"><b>Disco Diffusion ★</b></a> </li>
        <li> <a href="https://huggingface.co/spaces/akhaliq/Real-ESRGAN"><b>Real ERSGAN ★</b></a> </li>
        <li> <a href="https://github.com/xinntao/Real-ESRGAN"><b>ERSGAN upscale ★</b></a> </li>
        <li> <a href="https://github.com/CompVis/taming-transformers">HD transformers</a></li>
        <li> <a href="https://huggingface.co/spaces/akhaliq/GFPGAN"><b>GFPGAN face ★</b></a> </li>
        <li> <a href="https://colab.research.google.com/drive/1ZAus_gn2RhTZWzOWUpPERNC0Q8OhZRTZ"><b>VQGAN+CLIP</b></a>
             <a href="https://huggingface.co/spaces/akhaliq/VQGAN_CLIP"><b>online</b></a>  
        <li> <a href="https://huggingface.co/spaces/akhaliq/Robustvideomatting">GuidedD</a> 
             <a href="https://colab.research.google.com/drive/12a_Wrfi2_gwwAuN3VvMTwVMz9TfqctNj">colab</a>  </li>
        <li> <a href="https://www.masayume.it/blog/content/ebsynth"><b>EbSynth (wine) ★</b></a> </li>
        <li> <a href="https://www.reddit.com/r/MachineLearning/"><b>ML reddit</b></a> </li>
        <li> <a href="https://twitter.com/EErratica"><b>tw: EErratica ★</b></a> </li>
        <li> <a href="https://github.com/megvii-research/NAFNet"><b>Denoise/Deblur ★</b></a> </li>
      </ul>

    <h4>ANIMATION</h4>
      <ul>
        <li><a href="https://cascadeur.com/tutorial">Cascadeur</a> <a href="https://www.masayume.it/blog/content/cascadeur-entra-open-beta">(my)</a></li>
      </ul>
    
    <h4>VIDEO EDIT</h4>
      <ul>
        <li> <a href="http://www.masayume.it/blog/content/kdenlive-non-linear-video-editor">kdenlive LMX</a> </li> 
      </ul>

    <h4>TEXTGEN</h4>
      <ul>
        <li> <a href="https://talktotransformer.com/" target="_blank"><b>GPT-2 online &nbsp;</b></a> </li>
        <li> <a href="https://github.com/minimaxir/textgenrnn" target="_blank"><b>textgenrnn</b></a> <a href="https://colab.research.google.com/drive/1e2yJMxW6co10yh_9wXZp5UoijsXSsiMi">CO</a> <a href="https://www.youtube.com/watch?v=RW7mP6BfZuY">V ★</a> </li> 
      </ul>      

      
    </div>

  <div class="_exa">
    <ul>
      <li><small>3d Model (Simple) - Sketchup</small>
      <li><small>(Digital Clay Sculpting) - Sculptris</small>
      <li><small>(in VR) - Google Blocks</small>
      <li><small>Photo Editing/Maniputaion - GIMP</small>
      <li><small>Digital Painting/ Comics - Krita</small>
      <li><small>Vector Art (like illustrator) - Inkscape</small>
      <li><small>Storyboarding - Storyboarder</small>
      <li><small>Visual Novel Maker: Fungus + Unity</small>
      <li><small>Text Based Game - Twine (Twinery.org)</small>
      <li><small>Screen & webcam recording - OBS Studio</small>
      <li><small>Live Streaming twitch/youtube: OBS</small>
      <li><small>Video and Audio Converter - Handbrake</small>
      <li><small>2DAnim (Cutout), Dragonbones Pro, Synfig</small>
      <li><small>2DAnim (drawn), Blender 2.8, Opentoonz</small>
      <li><small>Stick Figure Animation - Pivot Animator</small>
      <li><small>Disraction Free Writer (bighugelabs)</small>
      <li><small>Script/Playwriting - Amazon Storywriter</small>
      <li><small>Textures and HDRIs for 3D- Hdri Haven</small>
      <li><small>Fonts - Google Fonts, 1001freefonts.com</small>
      <li><small>Color Palette Generator - coolors.co</small>
      <li><small>Rhyme Dictionary - rhymezone.com</small>
    </ul>

  </div>

<div class="_exa">

  <h4>HTML5</h4>
  <ul>
    <li><a href="http://codepen.io/patterns"><b>codepen patterns</b></a></li>
    <li><a >C64 shader:</a> <a href="/c64/C64Shader.htm" title="Cyberpunk 2077">1</a>, <a href="/c64/C64Shader2.htm" title="Gangnam Style">2</a>, <a href="/c64/C64Shader3.htm" title="ATARI TEMPEST">3</a>, <a href="/c64/C64Shader4.htm" title="DRAGON's LAIR">4</a>, <a href="/c64/C64Shader5.htm"  title="BAYONETTA">5</a>, <a href="/c64/C64Shader6.htm"  title="Ju Ju">6</a></li>
    <li><a href="/HTML5/full-loader/gui.neocities.org.htm">full loader</a> (not working yet)</li>
    <li><a href="http://www.turnjs.com"><b>Turn.js book</b></a></li>
    <li><a href="https://codepen.io/erinesullivan/full/gxdbzp"><b>book layout</b></a></li>
    <li> <a href="/HTML5/pageflipbook-01/">Skyrim Flipbook</a> </li>
  </ul>

</div>

  <div class="_exa">
 
        <h4>WEB TOOLS</h4> <!-- also in INSPIRE -->
        <ul>
          <li><a href="http://www.colorzilla.com/gradient-editor/"><b>gradient</b></a> - <a href="http://ourownthing.co.uk/gradpad.html#">gradpad</a></li>
          <li><a href="https://openmoji.org/library/#group=smileys-emotion">openmoji</a></li>
          <li><a href="https://webgems.io"><b>webgems</b></a>
              <a href="http://webtoolkitonline.com">webtools</a></li>
          <li><a href="/HTML5/SVGbackgrounds">SVG backgrounds</a></li>
          <li><a href="https://nerdfonts.com/#cheat-sheet">nerdfonts</a> <a href="https://fontawesome.com/icons?d=gallery">fontawesome</a></li>
          <li><a href="http://mathew-kurian.github.io/CharacterMap/"><b>Font Char Map</b></a></li>
	        <li><a href="/HTML5/graphviz/">graphviz </a> - <a href="/HTML5/cytoscape/">cytoscape</a></li>
	        <li><a href="/HTML5/dagre/">dagre</a> - <a href="https://github.com/dagrejs/dagre-d3/wiki">wiki</a></li>
	        <li><a href="http://jupyter.org/">jupyter</a></li>
          <li><a href="http://jsoneditoronline.org/">JSONEdit</a> (<a href="https://github.com/josdejong/jsoneditor">git</a>) <a href="https://jsonformatter.org/json-editor">JSONF</a></li>
        </ul>

  </div>  

  <div class="_exa">

    <h4>RANDOM GENs</h4> <!-- also in INSPIRE -->
    <ul>
      <li><a href="/mersenne/mersenne.php?seed=100&page=1&results=1&atype=uchida"><b>uchida mersenne ★</b></a> </li>
      <li><a href="/keplerion/mersenne-01.php">mersenne-01</a> <a href="/keplerion/mersenne-02.php?seed=100&page=20&results=3&dir=./img/demons/">m-02-demon</a> </li>
      <li><a href="/keplerion/bouletmaton.php">bouletmaton</a> </li>
      <li><a href="/keplerion/layerizer.php">layerizer</a> </li>
      <li> <a href="https://talktotransformer.com/" target="_blank"><b>GPT-2 online &nbsp;</b></a> </li>
      <li> <a href="https://books.google.com/talktobooks/" target="_blank"><b>talk to books</b></a> </li>
      <li><a href="/html5/RiTaJS/examples/">RiTaJS</a>, <a href="http://www.rednoise.org/rita/tutorial/index.php">tut</a>, <a href="html5/gamedefinitions.htm">game defs</a>, <a href="http://www.rednoise.org/rita/reference/index.php">ref</a> </li>
      <li><a href="/html5/tracery/">tracery</a> - <a href="/html5/tracery/readme.md">readme</a> </li>
      <li><a href="http://orteil.dashnet.org/randomgen/?gen=cKeB4v4J" target="_blank">Randomgen</a> (online) </li>
      <li><a href="http://instagrammar.surge.sh" target="_blank">Instagrammar</a> (online) </li>
      <li><a href="https://ml5js.org/docs/lstm-example.html" target="_blank">LSTM by ml5.js</a> (online) </li>
      <li><a href="https://watabou.itch.io/medieval-fantasy-city-generator" target="_blank">fantasy-city-gen</a> (onl.) </li>
    </ul>

  </div>  

  <div class="_exa">
	<h4>js graph</h4>
	<ul>
    <li><a href="http://localhost:8989/three.js/examples/">Three.js examples</a></li>
    <li><a href="https://www.babylonjs.com/">babylonjs</a> - <a href="http://www.babylonjs-playground.com/#BCU1XR#0">examples</a></li>
    <li><a href="https://pixijs.io/examples">pixi.js</a> examples</li>
    <li><a href="/c64/crayon.js%20-%20example.htm">Crayon.js</a></li>
    <li> <a href="/demon/DART/mazes.htm">mazes (DART)</a></li>
	  <li> <a href="/netart/netart.htm">netart</a></li>
	  <li> <a href="/netart/neurogram.htm?gallery=b0e7ffcb9fe9c1c2c743623d67008515">neurogram</a></li>
	  <li> <a href="/freewall/">freewall JS</a></li>
	  <li> <a href="/paper.js/examples/Paperjs.org/DivisionRaster.html">Division Raster (paperjs)</a></li>
	  <li> <a href="/workflow/Jit/Examples/AreaChart/example1.html">AreaChart</a></li>
	  <li> <a href="/workflow/Jit/Examples/BarChart/example1.html">BarChart</a></li>
	  <li> <a href="/workflow/Jit/Examples/ForceDirected/example1.html">ForceDirected</a></li>
	  <li> <a href="/workflow/Jit/Examples/Hypertree/example1.html">Hypertree</a></li>
	  <li> <a href="/workflow/Jit/Examples/Icicle/example1.html">Icicle</a></li>
	  <li> <a href="/workflow/Jit/Examples/Other/example1.html">Other</a></li>
	  <li> <a href="/workflow/Jit/Examples/PieChart/example1.html">PieChart</a></li>
	  <li> <a href="/workflow/Jit/Examples/Treemap/example1.html">Treemap</a></li>
	</ul>
  </div>

  <div class="_exa">
    <h4>SERVICES</h4>
    <ul>
    <li><a href="/phpmyadmin">phpmyadmin - mysql</a>
    <li><a href="/phppgadmin">phppgadmin - postgres</a>
    <li><a href="/matomo">matomo</a> 
    <li><a href="http://cpanel.2freehosting.com/website/auto-installer">2fh</a> (2freehosting)
    </ul>

	<ul>
	<li><a href="/cgi-bin/phpinfo.php">phpinfo</a>
	<li><a href="/projects/genre-table.htm">periodic table of videogame innovations</a>
	<li><a href="/rt">request tracker</a>
	<li><a href="/jtype/ztype/index.html">j-type</a> <pre><small> j-type </small></pre> <a href="https://github.com/masayume/k-type">GIT REPO</a>  <a href="http://b.lesseverything.com/2008/3/25/got-git-howto-git-and-github">howto</a>
	</ul>
  </div>

  <div class="_exa">

    <h4>DEV</h4>
    <ul>
      <li> <a href="/demon/lightgallery.js/demo/NMS.htm">masayume@PS4</a> (music)
    </ul>

    <h4>BASH</h4>
    <ul>
      <li><a href="https://github.com/dylanaraps/pure-bash-bible"><b>pure bash bible ★</b></a></li>    
    </ul>

    <h4>DRUPAL</h4>
    <ul>
    <li><a href="/drupal8">drupal8-01</a></li>
    </ul>
    <h4>BOOTSTRAP</h4>
    <ul>
      <li><a href="https://uxplanet.org/how-the-bootstrap-4-grid-works-a1b04703a3b7">grid system</a> - <a href="https://www.codeply.com/go/6rPBFWFNPS">codeply</a></li>
      <li><a href="http://bootsnipp.com">bootsnipp</a> - <a href="https://bootswatch.com">bootswatch</a></li>
      <li><a href="https://bootstrapbay.com/blog/bootstrap-resources/">bootstrapbay</a> - <a href="https://bootstrap.build">btstrp.build</a></li>
      <li><a href="/bootstrap-examples">examples</a> - <a href="https://startbootstrap.com/bootstrap-resources/">resources</a></li>
      <li><a href="/HTML5/3DButtons/buttons.htm">3D Buttons</a></li>
    </ul>

  </div>

  <div class="_exa">
	<h4>PHASER</h4>
	<ul>
	<li><a href="/phaser/v2/docs/">PHASER</a> - <a href="https://phaser.io/examples">PHASER examples</a>
	<li><a href="/PHASER.my/myexamples">my examples</a> - <a href="/PHASER.my/myexamples/02-invader/index.html">invaders</a> - <a href="http://pgl.ilinov.eu/">game list</a> -  <a href="http://createdineden.com/blog/2014/may/01/multi-platform-games-with-phaserjs/">introduction</a>
	<li><a href="http://www.html5gamedevs.com/forum/14-phaser/">forum</a> - <a href="http://examples.phaser.io/_site/view_full.html?d=loader&f=load+events.js&t=load%20events">ex. loader</a> - <a href="http://gamedev.stackexchange.com/questions/76048/phaser-preload-future-states-in-create">stack exchange</a>
	<li>coding tips
	<a href="/phaser-coding-tips/issue-001/tanks.html">tanks 1</a>,
	<a href="/phaser-coding-tips/issue-002/tanks.html">tanks 2</a>,
	<a href="/phaser-coding-tips/issue-003/jumpup.html">jumpup</a>,
	<a href="/phaser-coding-tips/issue-004/clouds.html">clouds</a>,
	<a href="/phaser-coding-tips/issue-005/car.html">car</a>,
	<a href="/phaser-coding-tips/issue-005/pacman.html">pacman</a>,
	</ul>
  </div>

  <div class="_exa">
	<h4>GAMES</h4>
	<ul>
	<li><a href="http://www.progettoemma.net/mess/random.php" target="_blank">EPIC game juxtapose</a>
	</ul>
  </div>

  <div class="_exa">
	<!-- ABANDONWARE -->
	<h4>cardrogue</h4>
	<ul>
	<li><a href="/cardrogue/prototype-01">cardrogue pt01</a> <a href="/cardrogue/prototype-02">cardrogue pt02</a>
	<li><a href="/cgi-bin/maze2.pl?cards=1">maze prototype 0.1</a>
	</ul>
  </div>

  <div class="_exa">
	<h4>No Man's Sky</h4>

	<ul>
	<li> <a href="/demon/lightgallery.js/demo/NMS.htm">masayume@PS4</a>


	</ul>
  </div>

  <div class="_exa">
	<h4>VIVUS</h4>
	<ul>
	<li><a href="/vivus/index.html">example</a>
	<li><a href="/vivus/index2.htm">my example</a>
	<li><a href="http://www.autotracer.org/">autotracer.org</a>
	<li><a href="http://vectormagic.com/home">vectormagic</a>
	</ul>
  </div>

  <div class="_exa">
	<h4>1001 fables (1k1f) </h4>
	<ul>
	<li><a href="/cgi-bin/1k1f/1k1f-editor.pl">1k1f character editor (LOCAL)</a> - <a href="http://www.masayume.it/cgi-bin/1k1f-editor.pl">1k1f character editor (ONLINE)</a>
	<li><a href="/1k1f/dnd-div.htm">1k1f scene editor</a>
	<li><a href="https://docs.google.com/spreadsheet/ccc?key=0Av5S34ISFEfrdHZGVVFFQ1RRQktuQmxPQ0lMYVRRbGc#gid=0">google 1001 spreadsheet</a>
	</ul>
  </div>

  <div class="_exa">
	<h4>Five Elements</h4>
	<ul>
	<li><a href="/cgi-bin/5elems/hikiko.pl">hikiko.pl</a>
	</ul>
  </div>


</div> <!-- container -->

<!-- FOOTER -->
</body>
</html>