atome 0.5.3.4 → 0.5.3.7.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (150) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +8 -3
  3. data/app_builder_helpers/Rakefile +8 -2
  4. data/exe/atome +6 -19
  5. data/lib/atome/atome.rb +29 -19
  6. data/lib/atome/extensions/atome.rb +23 -1
  7. data/lib/atome/extensions/matrix.rb +10 -5
  8. data/lib/atome/genesis/generators/atome.rb +149 -22
  9. data/lib/atome/genesis/generators/effect.rb +8 -3
  10. data/lib/atome/genesis/generators/event.rb +77 -34
  11. data/lib/atome/genesis/generators/geometry.rb +21 -5
  12. data/lib/atome/genesis/generators/identity.rb +110 -57
  13. data/lib/atome/genesis/generators/material.rb +74 -16
  14. data/lib/atome/genesis/generators/spatial.rb +8 -9
  15. data/lib/atome/genesis/generators/time.rb +1 -1
  16. data/lib/atome/genesis/generators/utility.rb +66 -39
  17. data/lib/atome/genesis/genesis.rb +7 -5
  18. data/lib/atome/genesis/sparkle.rb +8 -2
  19. data/lib/atome/helpers/essentials.rb +2 -6
  20. data/lib/atome/helpers/utilities.rb +15 -0
  21. data/lib/atome/kernel/universe.rb +2 -2
  22. data/lib/atome/presets/atome.rb +60 -61
  23. data/lib/atome/renderers/browser/event.rb +6 -3
  24. data/lib/atome/renderers/browser/geometry.rb +18 -10
  25. data/lib/atome/renderers/browser/helpers/browser_helper.rb +9 -0
  26. data/lib/atome/renderers/browser/helpers/color_helper.rb +4 -4
  27. data/lib/atome/renderers/browser/helpers/event_helper.rb +24 -12
  28. data/lib/atome/renderers/browser/helpers/shape_helper.rb +4 -4
  29. data/lib/atome/renderers/browser/helpers/text_helper.rb +4 -4
  30. data/lib/atome/renderers/browser/helpers/video_helper.rb +1 -1
  31. data/lib/atome/renderers/browser/helpers/web_helper.rb +4 -4
  32. data/lib/atome/renderers/browser/identity.rb +4 -0
  33. data/lib/atome/renderers/browser/material.rb +20 -1
  34. data/lib/atome/renderers/browser/spatial.rb +4 -0
  35. data/lib/atome/version.rb +1 -1
  36. data/sig/atome.rbs +12 -0
  37. data/sig/genesis.rbs +3 -0
  38. data/vendor/assets/application/index.rb +2 -0
  39. data/vendor/assets/src/index.html +1 -1
  40. data/vendor/assets/src/js/atome/atome.js +2 -1
  41. data/vendor/assets/src/medias/images/icons/email.svg +13 -0
  42. data/vendor/assets/src/medias/images/icons/mail_gray.svg +6 -0
  43. data/vendor/assets/src/medias/images/icons/mail_green.svg +6 -0
  44. data/vendor/assets/src/medias/images/icons/mail_orange.svg +6 -0
  45. data/vendor/assets/src/medias/images/icons/undo.svg +4 -0
  46. data/vendor/assets/src/medias/images/logos/Orange/Facebook.svg +8 -0
  47. data/vendor/assets/src/medias/images/logos/Orange/TikTok.svg +11 -0
  48. data/vendor/assets/src/medias/images/logos/Orange/Twitter.svg +8 -0
  49. data/vendor/assets/src/medias/images/logos/Orange/instagram.svg +8 -0
  50. data/vendor/assets/src/medias/images/logos/Orange/vimeo.svg +8 -0
  51. data/vendor/assets/src/medias/images/logos/Orange/youtube.svg +7 -0
  52. data/vendor/assets/src/medias/images/logos/freebsd.svg +8 -0
  53. data/vendor/assets/src/medias/images/logos/gray/Facebook.svg +8 -0
  54. data/vendor/assets/src/medias/images/logos/gray/TikTok.svg +11 -0
  55. data/vendor/assets/src/medias/images/logos/gray/Twitter.svg +8 -0
  56. data/vendor/assets/src/medias/images/logos/gray/instagram.svg +8 -0
  57. data/vendor/assets/src/medias/images/logos/gray/vimeo.svg +8 -0
  58. data/vendor/assets/src/medias/images/logos/gray/youtube.svg +7 -0
  59. data/vendor/assets/src/medias/images/logos/gray/youtube2.svg +13 -0
  60. data/vendor/assets/src/medias/images/logos/vimeo.svg +17 -0
  61. data/vendor/assets/src/medias/rubies/examples/_table2.rb +106 -36
  62. data/vendor/assets/src/medias/rubies/examples/add.rb +1 -3
  63. data/vendor/assets/src/medias/rubies/examples/attached.rb +16 -0
  64. data/vendor/assets/src/medias/rubies/examples/class.rb +13 -0
  65. data/vendor/assets/src/medias/rubies/examples/depth.rb +6 -0
  66. data/vendor/assets/src/medias/rubies/examples/detached.rb +13 -0
  67. data/vendor/assets/src/medias/rubies/examples/matrix.rb +1 -1
  68. data/vendor/assets/src/medias/rubies/examples/opacity.rb +5 -0
  69. data/vendor/assets/src/medias/rubies/examples/over.rb +19 -0
  70. data/vendor/assets/src/medias/rubies/examples/read.rb +1 -0
  71. data/vendor/assets/src/medias/rubies/examples/text.rb +12 -11
  72. data/vendor/assets/src/medias/rubies/examples/time.rb +5 -1
  73. metadata +31 -81
  74. data/vendor/assets/src/medias/audios/Binrpilot.mp3 +0 -0
  75. data/vendor/assets/src/medias/fonts/Dancing_Script/DancingScript-VariableFont_wght.ttf +0 -0
  76. data/vendor/assets/src/medias/fonts/Dancing_Script/OFL.txt +0 -93
  77. data/vendor/assets/src/medias/fonts/Dancing_Script/README.txt +0 -66
  78. data/vendor/assets/src/medias/fonts/Dancing_Script/static/DancingScript-Bold.ttf +0 -0
  79. data/vendor/assets/src/medias/fonts/Dancing_Script/static/DancingScript-Medium.ttf +0 -0
  80. data/vendor/assets/src/medias/fonts/Dancing_Script/static/DancingScript-Regular.ttf +0 -0
  81. data/vendor/assets/src/medias/fonts/Dancing_Script/static/DancingScript-SemiBold.ttf +0 -0
  82. data/vendor/assets/src/medias/fonts/Mate_SC/MateSC-Regular.ttf +0 -0
  83. data/vendor/assets/src/medias/fonts/Mate_SC/OFL.txt +0 -94
  84. data/vendor/assets/src/medias/fonts/Raleway/OFL.txt +0 -93
  85. data/vendor/assets/src/medias/fonts/Raleway/README.txt +0 -81
  86. data/vendor/assets/src/medias/fonts/Raleway/Raleway-Italic-VariableFont_wght.ttf +0 -0
  87. data/vendor/assets/src/medias/fonts/Raleway/Raleway-VariableFont_wght.ttf +0 -0
  88. data/vendor/assets/src/medias/fonts/Raleway/static/Raleway-Black.ttf +0 -0
  89. data/vendor/assets/src/medias/fonts/Raleway/static/Raleway-BlackItalic.ttf +0 -0
  90. data/vendor/assets/src/medias/fonts/Raleway/static/Raleway-Bold.ttf +0 -0
  91. data/vendor/assets/src/medias/fonts/Raleway/static/Raleway-BoldItalic.ttf +0 -0
  92. data/vendor/assets/src/medias/fonts/Raleway/static/Raleway-ExtraBold.ttf +0 -0
  93. data/vendor/assets/src/medias/fonts/Raleway/static/Raleway-ExtraBoldItalic.ttf +0 -0
  94. data/vendor/assets/src/medias/fonts/Raleway/static/Raleway-ExtraLight.ttf +0 -0
  95. data/vendor/assets/src/medias/fonts/Raleway/static/Raleway-ExtraLightItalic.ttf +0 -0
  96. data/vendor/assets/src/medias/fonts/Raleway/static/Raleway-Italic.ttf +0 -0
  97. data/vendor/assets/src/medias/fonts/Raleway/static/Raleway-Light.ttf +0 -0
  98. data/vendor/assets/src/medias/fonts/Raleway/static/Raleway-LightItalic.ttf +0 -0
  99. data/vendor/assets/src/medias/fonts/Raleway/static/Raleway-Medium.ttf +0 -0
  100. data/vendor/assets/src/medias/fonts/Raleway/static/Raleway-MediumItalic.ttf +0 -0
  101. data/vendor/assets/src/medias/fonts/Raleway/static/Raleway-Regular.ttf +0 -0
  102. data/vendor/assets/src/medias/fonts/Raleway/static/Raleway-SemiBold.ttf +0 -0
  103. data/vendor/assets/src/medias/fonts/Raleway/static/Raleway-SemiBoldItalic.ttf +0 -0
  104. data/vendor/assets/src/medias/fonts/Raleway/static/Raleway-Thin.ttf +0 -0
  105. data/vendor/assets/src/medias/fonts/Raleway/static/Raleway-ThinItalic.ttf +0 -0
  106. data/vendor/assets/src/medias/fonts/Vollkorn/OFL.txt +0 -93
  107. data/vendor/assets/src/medias/fonts/Vollkorn/README.txt +0 -75
  108. data/vendor/assets/src/medias/fonts/Vollkorn/Vollkorn-Italic-VariableFont_wght.ttf +0 -0
  109. data/vendor/assets/src/medias/fonts/Vollkorn/Vollkorn-VariableFont_wght.ttf +0 -0
  110. data/vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-Black.ttf +0 -0
  111. data/vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-BlackItalic.ttf +0 -0
  112. data/vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-Bold.ttf +0 -0
  113. data/vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-BoldItalic.ttf +0 -0
  114. data/vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-ExtraBold.ttf +0 -0
  115. data/vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-ExtraBoldItalic.ttf +0 -0
  116. data/vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-Italic.ttf +0 -0
  117. data/vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-Medium.ttf +0 -0
  118. data/vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-MediumItalic.ttf +0 -0
  119. data/vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-Regular.ttf +0 -0
  120. data/vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-SemiBold.ttf +0 -0
  121. data/vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-SemiBoldItalic.ttf +0 -0
  122. data/vendor/assets/src/medias/images/Icon_Help.png +0 -0
  123. data/vendor/assets/src/medias/images/avion.jpg +0 -0
  124. data/vendor/assets/src/medias/images/boat.png +0 -0
  125. data/vendor/assets/src/medias/images/cache.svg +0 -10
  126. data/vendor/assets/src/medias/images/dices.png +0 -0
  127. data/vendor/assets/src/medias/images/eVe_back.png +0 -0
  128. data/vendor/assets/src/medias/images/elephant.png +0 -0
  129. data/vendor/assets/src/medias/images/eyes.jpg +0 -0
  130. data/vendor/assets/src/medias/images/freebsd.png +0 -0
  131. data/vendor/assets/src/medias/images/grain_texture.png +0 -0
  132. data/vendor/assets/src/medias/images/green_planet.png +0 -0
  133. data/vendor/assets/src/medias/images/image_missing.svg +0 -9
  134. data/vendor/assets/src/medias/images/jeezs.png +0 -0
  135. data/vendor/assets/src/medias/images/keyboard.png +0 -0
  136. data/vendor/assets/src/medias/images/killer.jpg +0 -0
  137. data/vendor/assets/src/medias/images/living_room.png +0 -0
  138. data/vendor/assets/src/medias/images/logo.svg +0 -14
  139. data/vendor/assets/src/medias/images/logos/GitHub-Mark.eps +0 -7696
  140. data/vendor/assets/src/medias/images/moto.png +0 -0
  141. data/vendor/assets/src/medias/images/piano.png +0 -0
  142. data/vendor/assets/src/medias/images/poisson.jpg +0 -0
  143. data/vendor/assets/src/medias/images/sky.jpg +0 -0
  144. data/vendor/assets/src/medias/images/the_mask.svg +0 -8
  145. data/vendor/assets/src/medias/images/tile_black.png +0 -0
  146. data/vendor/assets/src/medias/images/tile_white.png +0 -0
  147. data/vendor/assets/src/medias/videos/avengers.mp4 +0 -0
  148. data/vendor/assets/src/medias/videos/madmax.mp4 +0 -0
  149. data/vendor/assets/src/medias/videos/starwars.mov +0 -0
  150. data/vendor/assets/src/medias/videos/superman.mp4 +0 -0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atome
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3.4
4
+ version: 0.5.3.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean-Eric Godard
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-01-10 00:00:00.000000000 Z
11
+ date: 2023-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: arduino_firmata
@@ -137,7 +137,7 @@ dependencies:
137
137
  - !ruby/object:Gem::Version
138
138
  version: '1.5'
139
139
  - !ruby/object:Gem::Dependency
140
- name: opal-browser
140
+ name: atome-opal-browser
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
143
  - - "~>"
@@ -479,6 +479,7 @@ files:
479
479
  - lib/atome/version.rb
480
480
  - sig/atome.rbs
481
481
  - sig/atome_js.rbs
482
+ - sig/genesis.rbs
482
483
  - vendor/assets/Guardfile
483
484
  - vendor/assets/Rakefile
484
485
  - vendor/assets/application/index.rb
@@ -532,7 +533,6 @@ files:
532
533
  - vendor/assets/src/js/third_parties/w3color.js
533
534
  - vendor/assets/src/js/third_parties/wad.min.js
534
535
  - vendor/assets/src/js/third_parties/zim.min.js
535
- - vendor/assets/src/medias/audios/Binrpilot.mp3
536
536
  - vendor/assets/src/medias/audios/audio_missing.wav
537
537
  - vendor/assets/src/medias/audios/clap.wav
538
538
  - vendor/assets/src/medias/audios/cowbell.wav
@@ -541,37 +541,6 @@ files:
541
541
  - vendor/assets/src/medias/audios/riff.m4a
542
542
  - vendor/assets/src/medias/audios/snare.wav
543
543
  - vendor/assets/src/medias/audios/tom.wav
544
- - vendor/assets/src/medias/fonts/Dancing_Script/DancingScript-VariableFont_wght.ttf
545
- - vendor/assets/src/medias/fonts/Dancing_Script/OFL.txt
546
- - vendor/assets/src/medias/fonts/Dancing_Script/README.txt
547
- - vendor/assets/src/medias/fonts/Dancing_Script/static/DancingScript-Bold.ttf
548
- - vendor/assets/src/medias/fonts/Dancing_Script/static/DancingScript-Medium.ttf
549
- - vendor/assets/src/medias/fonts/Dancing_Script/static/DancingScript-Regular.ttf
550
- - vendor/assets/src/medias/fonts/Dancing_Script/static/DancingScript-SemiBold.ttf
551
- - vendor/assets/src/medias/fonts/Mate_SC/MateSC-Regular.ttf
552
- - vendor/assets/src/medias/fonts/Mate_SC/OFL.txt
553
- - vendor/assets/src/medias/fonts/Raleway/OFL.txt
554
- - vendor/assets/src/medias/fonts/Raleway/README.txt
555
- - vendor/assets/src/medias/fonts/Raleway/Raleway-Italic-VariableFont_wght.ttf
556
- - vendor/assets/src/medias/fonts/Raleway/Raleway-VariableFont_wght.ttf
557
- - vendor/assets/src/medias/fonts/Raleway/static/Raleway-Black.ttf
558
- - vendor/assets/src/medias/fonts/Raleway/static/Raleway-BlackItalic.ttf
559
- - vendor/assets/src/medias/fonts/Raleway/static/Raleway-Bold.ttf
560
- - vendor/assets/src/medias/fonts/Raleway/static/Raleway-BoldItalic.ttf
561
- - vendor/assets/src/medias/fonts/Raleway/static/Raleway-ExtraBold.ttf
562
- - vendor/assets/src/medias/fonts/Raleway/static/Raleway-ExtraBoldItalic.ttf
563
- - vendor/assets/src/medias/fonts/Raleway/static/Raleway-ExtraLight.ttf
564
- - vendor/assets/src/medias/fonts/Raleway/static/Raleway-ExtraLightItalic.ttf
565
- - vendor/assets/src/medias/fonts/Raleway/static/Raleway-Italic.ttf
566
- - vendor/assets/src/medias/fonts/Raleway/static/Raleway-Light.ttf
567
- - vendor/assets/src/medias/fonts/Raleway/static/Raleway-LightItalic.ttf
568
- - vendor/assets/src/medias/fonts/Raleway/static/Raleway-Medium.ttf
569
- - vendor/assets/src/medias/fonts/Raleway/static/Raleway-MediumItalic.ttf
570
- - vendor/assets/src/medias/fonts/Raleway/static/Raleway-Regular.ttf
571
- - vendor/assets/src/medias/fonts/Raleway/static/Raleway-SemiBold.ttf
572
- - vendor/assets/src/medias/fonts/Raleway/static/Raleway-SemiBoldItalic.ttf
573
- - vendor/assets/src/medias/fonts/Raleway/static/Raleway-Thin.ttf
574
- - vendor/assets/src/medias/fonts/Raleway/static/Raleway-ThinItalic.ttf
575
544
  - vendor/assets/src/medias/fonts/Roboto_Slab/LICENSE.txt
576
545
  - vendor/assets/src/medias/fonts/Roboto_Slab/README.txt
577
546
  - vendor/assets/src/medias/fonts/Roboto_Slab/RobotoSlab-VariableFont_wght.ttf
@@ -584,64 +553,43 @@ files:
584
553
  - vendor/assets/src/medias/fonts/Roboto_Slab/static/RobotoSlab-Regular.ttf
585
554
  - vendor/assets/src/medias/fonts/Roboto_Slab/static/RobotoSlab-SemiBold.ttf
586
555
  - vendor/assets/src/medias/fonts/Roboto_Slab/static/RobotoSlab-Thin.ttf
587
- - vendor/assets/src/medias/fonts/Vollkorn/OFL.txt
588
- - vendor/assets/src/medias/fonts/Vollkorn/README.txt
589
- - vendor/assets/src/medias/fonts/Vollkorn/Vollkorn-Italic-VariableFont_wght.ttf
590
- - vendor/assets/src/medias/fonts/Vollkorn/Vollkorn-VariableFont_wght.ttf
591
- - vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-Black.ttf
592
- - vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-BlackItalic.ttf
593
- - vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-Bold.ttf
594
- - vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-BoldItalic.ttf
595
- - vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-ExtraBold.ttf
596
- - vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-ExtraBoldItalic.ttf
597
- - vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-Italic.ttf
598
- - vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-Medium.ttf
599
- - vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-MediumItalic.ttf
600
- - vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-Regular.ttf
601
- - vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-SemiBold.ttf
602
- - vendor/assets/src/medias/fonts/Vollkorn/static/Vollkorn-SemiBoldItalic.ttf
603
- - vendor/assets/src/medias/images/Icon_Help.png
604
556
  - vendor/assets/src/medias/images/atome.svg
605
- - vendor/assets/src/medias/images/avion.jpg
606
557
  - vendor/assets/src/medias/images/ballanim.png
607
558
  - vendor/assets/src/medias/images/blank.png
608
- - vendor/assets/src/medias/images/boat.png
609
- - vendor/assets/src/medias/images/cache.svg
610
- - vendor/assets/src/medias/images/dices.png
611
- - vendor/assets/src/medias/images/eVe_back.png
612
- - vendor/assets/src/medias/images/elephant.png
613
- - vendor/assets/src/medias/images/eyes.jpg
614
- - vendor/assets/src/medias/images/freebsd.png
615
- - vendor/assets/src/medias/images/grain_texture.png
616
- - vendor/assets/src/medias/images/green_planet.png
617
- - vendor/assets/src/medias/images/image_missing.svg
618
- - vendor/assets/src/medias/images/jeezs.png
619
- - vendor/assets/src/medias/images/keyboard.png
620
- - vendor/assets/src/medias/images/killer.jpg
621
- - vendor/assets/src/medias/images/living_room.png
622
- - vendor/assets/src/medias/images/logo.svg
559
+ - vendor/assets/src/medias/images/icons/email.svg
560
+ - vendor/assets/src/medias/images/icons/mail_gray.svg
561
+ - vendor/assets/src/medias/images/icons/mail_green.svg
562
+ - vendor/assets/src/medias/images/icons/mail_orange.svg
563
+ - vendor/assets/src/medias/images/icons/undo.svg
623
564
  - vendor/assets/src/medias/images/logos/Facebook.svg
624
565
  - vendor/assets/src/medias/images/logos/GitHub Black.svg
625
- - vendor/assets/src/medias/images/logos/GitHub-Mark.eps
626
566
  - vendor/assets/src/medias/images/logos/GitHub.svg
567
+ - vendor/assets/src/medias/images/logos/Orange/Facebook.svg
568
+ - vendor/assets/src/medias/images/logos/Orange/TikTok.svg
569
+ - vendor/assets/src/medias/images/logos/Orange/Twitter.svg
570
+ - vendor/assets/src/medias/images/logos/Orange/instagram.svg
571
+ - vendor/assets/src/medias/images/logos/Orange/vimeo.svg
572
+ - vendor/assets/src/medias/images/logos/Orange/youtube.svg
627
573
  - vendor/assets/src/medias/images/logos/TikTok.svg
628
574
  - vendor/assets/src/medias/images/logos/Twitter.svg
629
575
  - vendor/assets/src/medias/images/logos/YouTube.svg
630
576
  - vendor/assets/src/medias/images/logos/apple.svg
631
577
  - vendor/assets/src/medias/images/logos/atome.svg
632
578
  - vendor/assets/src/medias/images/logos/freebsd.png
579
+ - vendor/assets/src/medias/images/logos/freebsd.svg
580
+ - vendor/assets/src/medias/images/logos/gray/Facebook.svg
581
+ - vendor/assets/src/medias/images/logos/gray/TikTok.svg
582
+ - vendor/assets/src/medias/images/logos/gray/Twitter.svg
583
+ - vendor/assets/src/medias/images/logos/gray/instagram.svg
584
+ - vendor/assets/src/medias/images/logos/gray/vimeo.svg
585
+ - vendor/assets/src/medias/images/logos/gray/youtube.svg
586
+ - vendor/assets/src/medias/images/logos/gray/youtube2.svg
633
587
  - vendor/assets/src/medias/images/logos/instagram.svg
634
588
  - vendor/assets/src/medias/images/logos/tiktok_back.svg
635
- - vendor/assets/src/medias/images/moto.png
589
+ - vendor/assets/src/medias/images/logos/vimeo.svg
636
590
  - vendor/assets/src/medias/images/noise.svg
637
- - vendor/assets/src/medias/images/piano.png
638
- - vendor/assets/src/medias/images/poisson.jpg
639
591
  - vendor/assets/src/medias/images/red_planet.png
640
- - vendor/assets/src/medias/images/sky.jpg
641
- - vendor/assets/src/medias/images/the_mask.svg
642
592
  - vendor/assets/src/medias/images/tile.png
643
- - vendor/assets/src/medias/images/tile_black.png
644
- - vendor/assets/src/medias/images/tile_white.png
645
593
  - vendor/assets/src/medias/javascripts/test.js
646
594
  - vendor/assets/src/medias/rubies/examples/!run.rb
647
595
  - vendor/assets/src/medias/rubies/examples/_2_solve.rb
@@ -655,6 +603,7 @@ files:
655
603
  - vendor/assets/src/medias/rubies/examples/add.rb
656
604
  - vendor/assets/src/medias/rubies/examples/animation.rb
657
605
  - vendor/assets/src/medias/rubies/examples/atome_new.rb
606
+ - vendor/assets/src/medias/rubies/examples/attached.rb
658
607
  - vendor/assets/src/medias/rubies/examples/auto_height.rb
659
608
  - vendor/assets/src/medias/rubies/examples/auto_width.rb
660
609
  - vendor/assets/src/medias/rubies/examples/blur.rb
@@ -662,6 +611,7 @@ files:
662
611
  - vendor/assets/src/medias/rubies/examples/box.rb
663
612
  - vendor/assets/src/medias/rubies/examples/center.rb
664
613
  - vendor/assets/src/medias/rubies/examples/circle.rb
614
+ - vendor/assets/src/medias/rubies/examples/class.rb
665
615
  - vendor/assets/src/medias/rubies/examples/clear.rb
666
616
  - vendor/assets/src/medias/rubies/examples/clone.rb
667
617
  - vendor/assets/src/medias/rubies/examples/code.rb
@@ -669,6 +619,8 @@ files:
669
619
  - vendor/assets/src/medias/rubies/examples/create_atome_in_atome.rb
670
620
  - vendor/assets/src/medias/rubies/examples/cursor.rb
671
621
  - vendor/assets/src/medias/rubies/examples/delete.rb
622
+ - vendor/assets/src/medias/rubies/examples/depth.rb
623
+ - vendor/assets/src/medias/rubies/examples/detached.rb
672
624
  - vendor/assets/src/medias/rubies/examples/drag.rb
673
625
  - vendor/assets/src/medias/rubies/examples/edit.rb
674
626
  - vendor/assets/src/medias/rubies/examples/element.rb
@@ -687,6 +639,8 @@ files:
687
639
  - vendor/assets/src/medias/rubies/examples/monitoring.rb
688
640
  - vendor/assets/src/medias/rubies/examples/mute.rb
689
641
  - vendor/assets/src/medias/rubies/examples/on.rb
642
+ - vendor/assets/src/medias/rubies/examples/opacity.rb
643
+ - vendor/assets/src/medias/rubies/examples/over.rb
690
644
  - vendor/assets/src/medias/rubies/examples/parents.rb
691
645
  - vendor/assets/src/medias/rubies/examples/pause.rb
692
646
  - vendor/assets/src/medias/rubies/examples/play.rb
@@ -718,10 +672,6 @@ files:
718
672
  - vendor/assets/src/medias/texts/lorem.txt
719
673
  - vendor/assets/src/medias/utils/infos/color.rb
720
674
  - vendor/assets/src/medias/utils/infos/width.rb
721
- - vendor/assets/src/medias/videos/avengers.mp4
722
- - vendor/assets/src/medias/videos/madmax.mp4
723
- - vendor/assets/src/medias/videos/starwars.mov
724
- - vendor/assets/src/medias/videos/superman.mp4
725
675
  - vendor/assets/src/medias/videos/video_missing.mp4
726
676
  homepage: https://atome.one
727
677
  licenses:
@@ -746,7 +696,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
746
696
  - !ruby/object:Gem::Version
747
697
  version: '0'
748
698
  requirements: []
749
- rubygems_version: 3.4.2
699
+ rubygems_version: 3.4.1
750
700
  signing_key:
751
701
  specification_version: 4
752
702
  summary: the creative framework
@@ -1,93 +0,0 @@
1
- Copyright 2016 The Dancing Script Project Authors (impallari@gmail.com), with Reserved Font Name 'Dancing Script’.
2
-
3
- This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
- This license is copied below, and is also available with a FAQ at:
5
- http://scripts.sil.org/OFL
6
-
7
-
8
- -----------------------------------------------------------
9
- SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
- -----------------------------------------------------------
11
-
12
- PREAMBLE
13
- The goals of the Open Font License (OFL) are to stimulate worldwide
14
- development of collaborative font projects, to support the font creation
15
- efforts of academic and linguistic communities, and to provide a free and
16
- open framework in which fonts may be shared and improved in partnership
17
- with others.
18
-
19
- The OFL allows the licensed fonts to be used, studied, modified and
20
- redistributed freely as long as they are not sold by themselves. The
21
- fonts, including any derivative works, can be bundled, embedded,
22
- redistributed and/or sold with any software provided that any reserved
23
- names are not used by derivative works. The fonts and derivatives,
24
- however, cannot be released under any other type of license. The
25
- requirement for fonts to remain under this license does not apply
26
- to any document created using the fonts or their derivatives.
27
-
28
- DEFINITIONS
29
- "Font Software" refers to the set of files released by the Copyright
30
- Holder(s) under this license and clearly marked as such. This may
31
- include source files, build scripts and documentation.
32
-
33
- "Reserved Font Name" refers to any names specified as such after the
34
- copyright statement(s).
35
-
36
- "Original Version" refers to the collection of Font Software components as
37
- distributed by the Copyright Holder(s).
38
-
39
- "Modified Version" refers to any derivative made by adding to, deleting,
40
- or substituting -- in part or in whole -- any of the components of the
41
- Original Version, by changing formats or by porting the Font Software to a
42
- new environment.
43
-
44
- "Author" refers to any designer, engineer, programmer, technical
45
- writer or other person who contributed to the Font Software.
46
-
47
- PERMISSION & CONDITIONS
48
- Permission is hereby granted, free of charge, to any person obtaining
49
- a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
- redistribute, and sell modified and unmodified copies of the Font
51
- Software, subject to the following conditions:
52
-
53
- 1) Neither the Font Software nor any of its individual components,
54
- in Original or Modified Versions, may be sold by itself.
55
-
56
- 2) Original or Modified Versions of the Font Software may be bundled,
57
- redistributed and/or sold with any software, provided that each copy
58
- contains the above copyright notice and this license. These can be
59
- included either as stand-alone text files, human-readable headers or
60
- in the appropriate machine-readable metadata fields within text or
61
- binary files as long as those fields can be easily viewed by the user.
62
-
63
- 3) No Modified Version of the Font Software may use the Reserved Font
64
- Name(s) unless explicit written permission is granted by the corresponding
65
- Copyright Holder. This restriction only applies to the primary font name as
66
- presented to the users.
67
-
68
- 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
- Software shall not be used to promote, endorse or advertise any
70
- Modified Version, except to acknowledge the contribution(s) of the
71
- Copyright Holder(s) and the Author(s) or with their explicit written
72
- permission.
73
-
74
- 5) The Font Software, modified or unmodified, in part or in whole,
75
- must be distributed entirely under this license, and must not be
76
- distributed under any other license. The requirement for fonts to
77
- remain under this license does not apply to any document created
78
- using the Font Software.
79
-
80
- TERMINATION
81
- This license becomes null and void if any of the above conditions are
82
- not met.
83
-
84
- DISCLAIMER
85
- THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
- OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
- COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
- INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
- DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
- FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
- OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -1,66 +0,0 @@
1
- Dancing Script Variable Font
2
- ============================
3
-
4
- This download contains Dancing Script as both a variable font and static fonts.
5
-
6
- Dancing Script is a variable font with this axis:
7
- wght
8
-
9
- This means all the styles are contained in a single file:
10
- DancingScript-VariableFont_wght.ttf
11
-
12
- If your app fully supports variable fonts, you can now pick intermediate styles
13
- that aren’t available as static fonts. Not all apps support variable fonts, and
14
- in those cases you can use the static font files for Dancing Script:
15
- static/DancingScript-Regular.ttf
16
- static/DancingScript-Medium.ttf
17
- static/DancingScript-SemiBold.ttf
18
- static/DancingScript-Bold.ttf
19
-
20
- Get started
21
- -----------
22
-
23
- 1. Install the font files you want to use
24
-
25
- 2. Use your app's font picker to view the font family and all the
26
- available styles
27
-
28
- Learn more about variable fonts
29
- -------------------------------
30
-
31
- https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
32
- https://variablefonts.typenetwork.com
33
- https://medium.com/variable-fonts
34
-
35
- In desktop apps
36
-
37
- https://theblog.adobe.com/can-variable-fonts-illustrator-cc
38
- https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
39
-
40
- Online
41
-
42
- https://developers.google.com/fonts/docs/getting_started
43
- https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
44
- https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
45
-
46
- Installing fonts
47
-
48
- MacOS: https://support.apple.com/en-us/HT201749
49
- Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
50
- Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
51
-
52
- Android Apps
53
-
54
- https://developers.google.com/fonts/docs/android
55
- https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
56
-
57
- License
58
- -------
59
- Please read the full license text (OFL.txt) to understand the permissions,
60
- restrictions and requirements for usage, redistribution, and modification.
61
-
62
- You can use them freely in your products & projects - print or digital,
63
- commercial or otherwise. However, you can't sell the fonts on their own.
64
-
65
- This isn't legal advice, please consider consulting a lawyer and see the full
66
- license for all details.
@@ -1,94 +0,0 @@
1
- Copyright (c) 2011, Eduardo Tunni (http://www.tipo.net.ar),
2
- with Reserved Font Name "Mate"
3
-
4
- This Font Software is licensed under the SIL Open Font License, Version 1.1.
5
- This license is copied below, and is also available with a FAQ at:
6
- http://scripts.sil.org/OFL
7
-
8
-
9
- -----------------------------------------------------------
10
- SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
11
- -----------------------------------------------------------
12
-
13
- PREAMBLE
14
- The goals of the Open Font License (OFL) are to stimulate worldwide
15
- development of collaborative font projects, to support the font creation
16
- efforts of academic and linguistic communities, and to provide a free and
17
- open framework in which fonts may be shared and improved in partnership
18
- with others.
19
-
20
- The OFL allows the licensed fonts to be used, studied, modified and
21
- redistributed freely as long as they are not sold by themselves. The
22
- fonts, including any derivative works, can be bundled, embedded,
23
- redistributed and/or sold with any software provided that any reserved
24
- names are not used by derivative works. The fonts and derivatives,
25
- however, cannot be released under any other type of license. The
26
- requirement for fonts to remain under this license does not apply
27
- to any document created using the fonts or their derivatives.
28
-
29
- DEFINITIONS
30
- "Font Software" refers to the set of files released by the Copyright
31
- Holder(s) under this license and clearly marked as such. This may
32
- include source files, build scripts and documentation.
33
-
34
- "Reserved Font Name" refers to any names specified as such after the
35
- copyright statement(s).
36
-
37
- "Original Version" refers to the collection of Font Software components as
38
- distributed by the Copyright Holder(s).
39
-
40
- "Modified Version" refers to any derivative made by adding to, deleting,
41
- or substituting -- in part or in whole -- any of the components of the
42
- Original Version, by changing formats or by porting the Font Software to a
43
- new environment.
44
-
45
- "Author" refers to any designer, engineer, programmer, technical
46
- writer or other person who contributed to the Font Software.
47
-
48
- PERMISSION & CONDITIONS
49
- Permission is hereby granted, free of charge, to any person obtaining
50
- a copy of the Font Software, to use, study, copy, merge, embed, modify,
51
- redistribute, and sell modified and unmodified copies of the Font
52
- Software, subject to the following conditions:
53
-
54
- 1) Neither the Font Software nor any of its individual components,
55
- in Original or Modified Versions, may be sold by itself.
56
-
57
- 2) Original or Modified Versions of the Font Software may be bundled,
58
- redistributed and/or sold with any software, provided that each copy
59
- contains the above copyright notice and this license. These can be
60
- included either as stand-alone text files, human-readable headers or
61
- in the appropriate machine-readable metadata fields within text or
62
- binary files as long as those fields can be easily viewed by the user.
63
-
64
- 3) No Modified Version of the Font Software may use the Reserved Font
65
- Name(s) unless explicit written permission is granted by the corresponding
66
- Copyright Holder. This restriction only applies to the primary font name as
67
- presented to the users.
68
-
69
- 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
70
- Software shall not be used to promote, endorse or advertise any
71
- Modified Version, except to acknowledge the contribution(s) of the
72
- Copyright Holder(s) and the Author(s) or with their explicit written
73
- permission.
74
-
75
- 5) The Font Software, modified or unmodified, in part or in whole,
76
- must be distributed entirely under this license, and must not be
77
- distributed under any other license. The requirement for fonts to
78
- remain under this license does not apply to any document created
79
- using the Font Software.
80
-
81
- TERMINATION
82
- This license becomes null and void if any of the above conditions are
83
- not met.
84
-
85
- DISCLAIMER
86
- THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
87
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
88
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
89
- OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
90
- COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
91
- INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
92
- DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
93
- FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
94
- OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -1,93 +0,0 @@
1
- Copyright 2010 The Raleway Project Authors (impallari@gmail.com), with Reserved Font Name "Raleway".
2
-
3
- This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
- This license is copied below, and is also available with a FAQ at:
5
- http://scripts.sil.org/OFL
6
-
7
-
8
- -----------------------------------------------------------
9
- SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
- -----------------------------------------------------------
11
-
12
- PREAMBLE
13
- The goals of the Open Font License (OFL) are to stimulate worldwide
14
- development of collaborative font projects, to support the font creation
15
- efforts of academic and linguistic communities, and to provide a free and
16
- open framework in which fonts may be shared and improved in partnership
17
- with others.
18
-
19
- The OFL allows the licensed fonts to be used, studied, modified and
20
- redistributed freely as long as they are not sold by themselves. The
21
- fonts, including any derivative works, can be bundled, embedded,
22
- redistributed and/or sold with any software provided that any reserved
23
- names are not used by derivative works. The fonts and derivatives,
24
- however, cannot be released under any other type of license. The
25
- requirement for fonts to remain under this license does not apply
26
- to any document created using the fonts or their derivatives.
27
-
28
- DEFINITIONS
29
- "Font Software" refers to the set of files released by the Copyright
30
- Holder(s) under this license and clearly marked as such. This may
31
- include source files, build scripts and documentation.
32
-
33
- "Reserved Font Name" refers to any names specified as such after the
34
- copyright statement(s).
35
-
36
- "Original Version" refers to the collection of Font Software components as
37
- distributed by the Copyright Holder(s).
38
-
39
- "Modified Version" refers to any derivative made by adding to, deleting,
40
- or substituting -- in part or in whole -- any of the components of the
41
- Original Version, by changing formats or by porting the Font Software to a
42
- new environment.
43
-
44
- "Author" refers to any designer, engineer, programmer, technical
45
- writer or other person who contributed to the Font Software.
46
-
47
- PERMISSION & CONDITIONS
48
- Permission is hereby granted, free of charge, to any person obtaining
49
- a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
- redistribute, and sell modified and unmodified copies of the Font
51
- Software, subject to the following conditions:
52
-
53
- 1) Neither the Font Software nor any of its individual components,
54
- in Original or Modified Versions, may be sold by itself.
55
-
56
- 2) Original or Modified Versions of the Font Software may be bundled,
57
- redistributed and/or sold with any software, provided that each copy
58
- contains the above copyright notice and this license. These can be
59
- included either as stand-alone text files, human-readable headers or
60
- in the appropriate machine-readable metadata fields within text or
61
- binary files as long as those fields can be easily viewed by the user.
62
-
63
- 3) No Modified Version of the Font Software may use the Reserved Font
64
- Name(s) unless explicit written permission is granted by the corresponding
65
- Copyright Holder. This restriction only applies to the primary font name as
66
- presented to the users.
67
-
68
- 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
- Software shall not be used to promote, endorse or advertise any
70
- Modified Version, except to acknowledge the contribution(s) of the
71
- Copyright Holder(s) and the Author(s) or with their explicit written
72
- permission.
73
-
74
- 5) The Font Software, modified or unmodified, in part or in whole,
75
- must be distributed entirely under this license, and must not be
76
- distributed under any other license. The requirement for fonts to
77
- remain under this license does not apply to any document created
78
- using the Font Software.
79
-
80
- TERMINATION
81
- This license becomes null and void if any of the above conditions are
82
- not met.
83
-
84
- DISCLAIMER
85
- THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
- OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
- COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
- INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
- DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
- FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
- OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -1,81 +0,0 @@
1
- Raleway Variable Font
2
- =====================
3
-
4
- This download contains Raleway as both variable fonts and static fonts.
5
-
6
- Raleway is a variable font with this axis:
7
- wght
8
-
9
- This means all the styles are contained in these files:
10
- Raleway-VariableFont_wght.ttf
11
- Raleway-Italic-VariableFont_wght.ttf
12
-
13
- If your app fully supports variable fonts, you can now pick intermediate styles
14
- that aren’t available as static fonts. Not all apps support variable fonts, and
15
- in those cases you can use the static font files for Raleway:
16
- static/Raleway-Thin.ttf
17
- static/Raleway-ExtraLight.ttf
18
- static/Raleway-Light.ttf
19
- static/Raleway-Regular.ttf
20
- static/Raleway-Medium.ttf
21
- static/Raleway-SemiBold.ttf
22
- static/Raleway-Bold.ttf
23
- static/Raleway-ExtraBold.ttf
24
- static/Raleway-Black.ttf
25
- static/Raleway-ThinItalic.ttf
26
- static/Raleway-ExtraLightItalic.ttf
27
- static/Raleway-LightItalic.ttf
28
- static/Raleway-Italic.ttf
29
- static/Raleway-MediumItalic.ttf
30
- static/Raleway-SemiBoldItalic.ttf
31
- static/Raleway-BoldItalic.ttf
32
- static/Raleway-ExtraBoldItalic.ttf
33
- static/Raleway-BlackItalic.ttf
34
-
35
- Get started
36
- -----------
37
-
38
- 1. Install the font files you want to use
39
-
40
- 2. Use your app's font picker to view the font family and all the
41
- available styles
42
-
43
- Learn more about variable fonts
44
- -------------------------------
45
-
46
- https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
47
- https://variablefonts.typenetwork.com
48
- https://medium.com/variable-fonts
49
-
50
- In desktop apps
51
-
52
- https://theblog.adobe.com/can-variable-fonts-illustrator-cc
53
- https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
54
-
55
- Online
56
-
57
- https://developers.google.com/fonts/docs/getting_started
58
- https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
59
- https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
60
-
61
- Installing fonts
62
-
63
- MacOS: https://support.apple.com/en-us/HT201749
64
- Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
65
- Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
66
-
67
- Android Apps
68
-
69
- https://developers.google.com/fonts/docs/android
70
- https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
71
-
72
- License
73
- -------
74
- Please read the full license text (OFL.txt) to understand the permissions,
75
- restrictions and requirements for usage, redistribution, and modification.
76
-
77
- You can use them freely in your products & projects - print or digital,
78
- commercial or otherwise. However, you can't sell the fonts on their own.
79
-
80
- This isn't legal advice, please consider consulting a lawyer and see the full
81
- license for all details.