├── .gitignore ├── Blender └── V_2-83 │ ├── DenoLogo-02.blend │ ├── Images │ ├── Anim │ │ ├── DenoLogo3D-Anim-x256.gif │ │ └── DenoLogo3D-Anim.gif │ ├── DenoLogo3D-cmp-001.jpg │ ├── DenoLogo3D-cmp-001.png │ ├── DenoLogo3D-cmp-001_12p.png │ ├── DenoLogo3D-cmp-001_25p.png │ └── DenoLogo3D-cmp-001_50p.png │ └── Textures │ └── Frozen_Waterfall_Ref.hdr ├── README.md ├── deno_hr.png ├── deno_hr.svg ├── deno_hr_circle.png ├── deno_hr_circle.svg └── index.html /.gitignore: -------------------------------------------------------------------------------- 1 | Blender/V_2-82a.zip 2 | Blender/V_2-83.zip 3 | *.blend1 4 | *.blend2 5 | -------------------------------------------------------------------------------- /Blender/V_2-83/DenoLogo-02.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterJames/high-res-deno-logo/e5d6d8d008b43ea9fcafd9c6f081851cda1e2de5/Blender/V_2-83/DenoLogo-02.blend -------------------------------------------------------------------------------- /Blender/V_2-83/Images/Anim/DenoLogo3D-Anim-x256.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterJames/high-res-deno-logo/e5d6d8d008b43ea9fcafd9c6f081851cda1e2de5/Blender/V_2-83/Images/Anim/DenoLogo3D-Anim-x256.gif -------------------------------------------------------------------------------- /Blender/V_2-83/Images/Anim/DenoLogo3D-Anim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterJames/high-res-deno-logo/e5d6d8d008b43ea9fcafd9c6f081851cda1e2de5/Blender/V_2-83/Images/Anim/DenoLogo3D-Anim.gif -------------------------------------------------------------------------------- /Blender/V_2-83/Images/DenoLogo3D-cmp-001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterJames/high-res-deno-logo/e5d6d8d008b43ea9fcafd9c6f081851cda1e2de5/Blender/V_2-83/Images/DenoLogo3D-cmp-001.jpg -------------------------------------------------------------------------------- /Blender/V_2-83/Images/DenoLogo3D-cmp-001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterJames/high-res-deno-logo/e5d6d8d008b43ea9fcafd9c6f081851cda1e2de5/Blender/V_2-83/Images/DenoLogo3D-cmp-001.png -------------------------------------------------------------------------------- /Blender/V_2-83/Images/DenoLogo3D-cmp-001_12p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterJames/high-res-deno-logo/e5d6d8d008b43ea9fcafd9c6f081851cda1e2de5/Blender/V_2-83/Images/DenoLogo3D-cmp-001_12p.png -------------------------------------------------------------------------------- /Blender/V_2-83/Images/DenoLogo3D-cmp-001_25p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterJames/high-res-deno-logo/e5d6d8d008b43ea9fcafd9c6f081851cda1e2de5/Blender/V_2-83/Images/DenoLogo3D-cmp-001_25p.png -------------------------------------------------------------------------------- /Blender/V_2-83/Images/DenoLogo3D-cmp-001_50p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterJames/high-res-deno-logo/e5d6d8d008b43ea9fcafd9c6f081851cda1e2de5/Blender/V_2-83/Images/DenoLogo3D-cmp-001_50p.png -------------------------------------------------------------------------------- /Blender/V_2-83/Textures/Frozen_Waterfall_Ref.hdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterJames/high-res-deno-logo/e5d6d8d008b43ea9fcafd9c6f081851cda1e2de5/Blender/V_2-83/Textures/Frozen_Waterfall_Ref.hdr -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # High Resolution Logo for Deno 2 | 3 | "Deno in the Rain" Logo 3D (2020): 4 | 5 | Deno Logo 3D ~ 1024px 6 | 7 | "Deno in the Rain" Logo 3D ~ Animated GIF (2020): 8 | 9 | Deno Logo 3D Animated ~ 512px 10 | 11 | Deno Logo in 3D generated with Blender version 2.83 (by [@MasterJames](https://github.com/MasterJames)) 12 | 13 | "Deno in the Rain" Logo: 14 | 15 | logo 16 | 17 | High resolution logo (remastering of the old logo) (by [@kevinkassimo](https://github.com/kevinkassimo)): 18 | 19 | logo 20 | 21 | Also comes with `svg` version (`deno_hr.svg`). 22 | 23 | Comparing to the original Deno logo by [@ry](https://github.com/ry): 24 | 25 | logo 26 | -------------------------------------------------------------------------------- /deno_hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterJames/high-res-deno-logo/e5d6d8d008b43ea9fcafd9c6f081851cda1e2de5/deno_hr.png -------------------------------------------------------------------------------- /deno_hr.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 8 | Created by potrace 1.15, written by Peter Selinger 2001-2017 9 | 10 | 12 | 97 | 99 | 100 | 101 | -------------------------------------------------------------------------------- /deno_hr_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterJames/high-res-deno-logo/e5d6d8d008b43ea9fcafd9c6f081851cda1e2de5/deno_hr_circle.png -------------------------------------------------------------------------------- /deno_hr_circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 8 | Created by potrace 1.15, written by Peter Selinger 2001-2017 9 | 10 | 12 | 87 | 89 | 91 | 92 | 93 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | 20 |

21 | High Resolution Deno Logo 22 |

23 |

24 | 25 |

26 |

27 | 28 |

29 |

30 | 31 |

32 |

33 | 34 |

35 | 36 | 37 | --------------------------------------------------------------------------------