Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taenykim/awesome-web-graphics
A collection of WEB Graphics | css | canvas | webgl | library | awesome web pages
https://github.com/taenykim/awesome-web-graphics
List: awesome-web-graphics
canvas css graphics javascript library web web-graphics web-pages webgl website
Last synced: 3 months ago
JSON representation
A collection of WEB Graphics | css | canvas | webgl | library | awesome web pages
- Host: GitHub
- URL: https://github.com/taenykim/awesome-web-graphics
- Owner: taenykim
- License: mit
- Created: 2020-05-31T08:53:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T13:03:36.000Z (over 2 years ago)
- Last Synced: 2024-05-23T02:01:09.515Z (6 months ago)
- Topics: canvas, css, graphics, javascript, library, web, web-graphics, web-pages, webgl, website
- Homepage:
- Size: 193 KB
- Stars: 34
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-web-graphics - A collection of WEB Graphics | css | canvas | webgl | library | awesome web pages. (Other Lists / PowerShell Lists)
README
Awesome Web Graphics
๐จ A collection of WEB Graphics ๐
- [Web Graphics](#-web-graphics)
- [Basic](#basic)
- [Browser](#browser)
- [Font](#font)
- [Color](#color)
- [Image](#image)
- [Video](#video)
- [Articles](#articles)
- [DOM](#-dom)
- [HTML](#html)
- [Animation](#animation)
- [CSS](#-css)
- [Basic](#basic-1)
- [CSS Style](#css-style)
- [CSS Layout](#css-layout)
- [CSS System](#css-system)
- [CSS Animation](#css-animation)
- [SVG](#-svg)
- [Canvas](#-canvas)
- [Basic](#basic-2)
- [Library](#library)
- [Articles](#articles-1)
- [WebGL](#%EF%B8%8F-webgl)
- [Basic](#basic-3)
- [Library](#library-1)
- [Articles](#articles-2)
- [ETC](#-etc)
- [Reference Site](#reference-site)
- [Interactive pages](#interactive-pages)## ๐ Web Graphics
**The World Wide Web (WWW)** is an information system where documents and other web resources are identified by Uniform Resource Locators (URLs, such as `https://www.example.com/`), which may be interlinked by hypertext, and are accessible over the Internet. -[Wikipedia](https://en.wikipedia.org/wiki/World_Wide_Web)
**Web graphics** are visual representations used on a Web site to enhance or enable the representation of an idea or feeling, in order to reach the Web site user. Graphics may entertain, educate, or emotionally impact the user, and are crucial to strength of branding, clarity of illustration, and ease of use for interfaces. - [W3C](https://www.w3.org/standards/webdesign/graphics)
### Basic
- [Graphics | Wikipedia](https://en.wikipedia.org/wiki/Graphics)
- [Graphics | W3C](https://www.w3.org/standards/webdesign/graphics)
- [Web media technologies | MDN](https://developer.mozilla.org/en-US/docs/Web/Media)### Browser
- [ How Browsers Work: Behind the scenes of modern web browsers - Tali Garsiel](https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/)
- [Chromium Blog](https://blog.chromium.org/)
- [Critical Rendering Path | Web Google Developers](https://developers.google.com/web/fundamentals/performance/critical-rendering-path)
- [Fast load times | web.dev](https://web.dev/fast/)
- ๐ฐ๐ท[๋ธ๋ผ์ฐ์ ๋ ์ด๋ป๊ฒ ๋์ํ๋๊ฐ? | naver D2](https://d2.naver.com/helloworld/59361)
- ๐ฐ๐ท[์นํ์ด์ง์ ๋ก๋ฉ๊ณผ ๋ ๋๋ง ์ฑ๋ฅ ์ต์ ํ | TOAST UI](https://ui.toast.com/fe-guide/ko_PERFORMANCE/)### Font
- [CSS Fonts Module Level 3 | W3C](https://www.w3.org/TR/css-fonts-3/)
- ๐ฐ๐ท[TTF? OTF? ์ฐจ์ด์ ์์๋ณด๊ธฐ - ZeddiOS](https://zeddios.tistory.com/198)
- ๐ฐ๐ท[๋ฆฌ์จ์ฐ์ค - ์๋ค์ ์ํด ๋์์ธํ ์ฝ๋๋ก ๋ง๋ ํฐํธ - ์ธํฐ๋ํฐ๋ธ ๋๋ฒจ๋กํผ](https://youtu.be/sb7v-d-R11E)
- ๐[Google Fonts](https://fonts.google.com/)
- ๐[Adobe Font](https://fonts.adobe.com/)
- ๐[DaFont](https://www.dafont.com/)
- ๐๐ฐ๐ท[awesome-hangul](https://github.com/lqez/awesome-hangul)
- ๐๐ฐ๐ท[๋๋](https://noonnu.cc/)### Color
- [Picular - A rocket fast primary color generator using Googleโs image search [picular.co]](https://picular.co/)
### Image
- [What are the different usecases of PNG vs. GIF vs. JPEG vs. SVG? | stack overflow](https://stackoverflow.com/questions/2336522/what-are-the-different-usecases-of-png-vs-gif-vs-jpeg-vs-svg)
### Video
- [Video and audio content | MDN](https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content)
- [Manipulating video using canvas | MDN](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Manipulating_video_using_canvas)### Articles
- [Move over, data visualization. The era of โdata simulationโ is here - Amanda Makulec](https://www.fastcompany.com/90508780/move-over-data-visualization-the-era-of-data-simulation-is-here?fbclid=IwAR2NcDdhYZV68fpsIaJXzmD0u8Lq2vVSFT7434-Qc1bxRxqdwy_ECh6--X0)
## ๐น DOM
The DOM (Document Object Model) is an API that represents and interacts with any HTML or XML document. The DOM is a document model loaded in the browser and representing the document as a node tree, where each node represents part of the document (e.g. an element, text string, or comment). - [MDN](https://developer.mozilla.org/en-US/docs/Glossary/DOM)
### HTML
- [HTML5 | MDN](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5)
- [HTML Standard | html.spec.whatwg.org](https://html.spec.whatwg.org/multipage/)### Animation
- ๐[GSAP (GreenSock Animation Platform)](https://github.com/greensock/GSAP)
- [10+ Best JavaScript Animation Libraries to Use in 2022](https://www.codeinwp.com/blog/best-javascript-animation-libraries/)
- ๐[animejs](https://animejs.com/)## ๐ CSS
**Cascading Style Sheets (CSS)** is a stylesheet language used to describe the presentation of a document written in HTML or XML (including XML dialects such as SVG, MathML or XHTML). CSS describes how elements should be rendered on screen, on paper, in speech, or on other media. - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS)
### Basic
- [CSS: Cascading Style Sheets | MDN](https://developer.mozilla.org/en-US/docs/Web/CSS)
- [CSS Diner](http://flukeout.github.io/)### CSS Style
- [Redesigning your product and website for dark mode - Andy Clarke](https://stuffandnonsense.co.uk/blog/redesigning-your-product-and-website-for-dark-mode)
- ๐[CSS Gradient](https://cssgradient.io/)
- ๐[Transparent Textures](https://www.transparenttextures.com/)### CSS Layout
- [Flexbox playground | CodePen](https://codepen.io/enxaneta/full/adLPwv)
- [A collection of popular layouts and patterns made with CSS - CSS Layout](https://csslayout.io/)
- ๐ฐ๐ท[flexbox๋ก ๋ง๋ค ์ ์๋ 10๊ฐ์ง ๋ ์ด์์ | Naver D2](https://d2.naver.com/helloworld/8540176)
- ๐[Mansory | Cascading grid layout library](https://masonry.desandro.com/)
- ๐[Muuri - Infinite layouts with batteries included](https://muuri.dev/)### CSS System
- ๐[SASS](https://sass-lang.com/)
- ๐[styled-components](https://styled-components.com/)
- ๐[Material-UI](https://material-ui.com/)
- ๐[Ant Design](https://ant.design/)
- ๐[bootstrap](https://getbootstrap.com/)### CSS Animation
- [Performance monitoring in CSS animations - Virendra Singh](https://medium.com/chegg/performance-monitoring-in-css-animations-f11a21d0054f)
- ๐[Ceaser - CSS Easing Animation Tool](https://matthewlein.com/tools/ceaser)
- ๐[Lottie](https://airbnb.io/lottie/#/)
- ๐[Barba.js](https://barba.js.org/)
- ๐[Scene.js](https://daybrush.com/scenejs/)
- ๐ฐ๐ท[CSS ์ ๋๋ฉ์ด์ ์ ์ฑ๋ฅ ์๋ ๋งํผ ์ข์์ ธ์! | WIT๋ธ๋ก๊ทธ](https://wit.nts-corp.com/2020/06/05/6134?fbclid=IwAR147toQIEWLcrZAvkrHmbupRMpqk-AqQuLBGFvh2EWiu_WSnHbz1sEQeKU)
- ๐ฐ๐ท[์ต์ฐ๊ท - 3๋ฌ๊ฐ GitHub ์คํ3K๋ฐ์ Scene js,Moveable ์คํ์์ค ๊ฐ๋ฐ๊ธฐ | FE CONF](https://youtu.be/3HVQhbtALDE)## ๐ SVG
**Scalable Vector Graphics (SVG)** is a 2D vector image format based on an XML syntax. As a vector image format, SVG graphics can scale infinitely, making them invaluable in responsive design, since you can create interface elements and graphics that scale to any screen size. SVG also provides a useful set of tools, such as clipping, masking, filters, and animations. - [MDN](https://developer.mozilla.org/en-US/docs/Glossary/SVG)
- [A Deep Dive Into The Wonderful World Of SVG Displacement Filtering โ Smashing Magazine](https://www.smashingmagazine.com/2021/09/deep-dive-wonderful-world-svg-displacement-filtering/)
## ๐จ Canvas
The **Canvas API** provides a means for drawing graphics via JavaScript and the HTML `` element. Among other things, it can be used for animation, game graphics, data visualization, photo manipulation, and real-time video processing. - [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API)
### Basic
- [canvas API | MDN](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API)
- [Canvas Debugging | WebKit](https://webkit.org/blog/8452/canvas-debugging/)
- [Basic animations | MDN](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Basic_animations)### Library
- ๐[p5.js](https://p5js.org/)
- ๐[Fabric.js](http://fabricjs.com/)
- ๐[Konva.js](https://konvajs.org/)
- ๐[html2canvas](https://github.com/niklasvh/html2canvas)### Articles
- ๐ฐ๐ท[[Track 1-4] ์ ์์ฝ - HTML Canvas ์ด๋๊น์ง ์จ๋ดค๋ | FEConf Korea](https://youtu.be/SmgIcbMQEGw)
- ๐ฐ๐ท[SVG์ CANVAS ์ฌ์ด์ ์ ํ](https://techbug.tistory.com/207)## ๐คนโโ๏ธ WebGL
**WebGL (Web Graphics Library)** is a JavaScript API for rendering high-performance interactive 3D and 2D graphics within any compatible web browser without the use of plug-ins. WebGL does so by introducing an API that closely conforms to OpenGL ES 2.0 that can be used in HTML5 `` elements. This conformance makes it possible for the API to take advantage of hardware graphics acceleration provided by the user's device. - [MDN](https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API)
### Basic
- [WebGL - Web API | MDN](https://developer.mozilla.org/ko/docs/Web/API/WebGL_API)
- [WebGL Fundamentals](https://webglfundamentals.org/)
- [webGL Guide - Maxime Euziรจre](https://xem.github.io/articles/webgl-guide.html?fbclid=IwAR1tjeDBtiTnx1Ul2ysvmWnkQeQ7-HQYVpcVN1Rq3nz-ESs2SwCEHngIve8#1)
- [WebGL Tutorial - Tutorialspoint](https://www.tutorialspoint.com/webgl/index.htm)
- [The OpenGLยฎ ES Shading Language specs](http://www.khronos.org/registry/OpenGL/specs/es/2.0/GLSL_ES_Specification_1.00.pdf)
- [Matrix math for the web | MDN](https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Matrix_math_for_the_web)
- ๐ฐ๐ท[OpenGL - ๋๋ฌด์ํค](https://namu.wiki/w/OpenGL)
- [User Interaction in WebGL - CRAN](https://cran.r-project.org/web/packages/rgl/vignettes/WebGL.html)
- ๐ฐ๐ท[WebGL์ด๋ ๋ฌด์์ธ๊ฐ(+ HTML Canvas, WebGL ๊ธฐ์ด)](https://code-masterjung.tistory.com/110)
- [Three.js Journey โ Learn WebGL with Three.js](https://threejs-journey.com/)### Library
- ๐[PixyJS](https://www.pixijs.com/)
- ๐[three.js](https://threejs.org/)### Articles
- ๐ฐ๐ท[[A3] ์๊ฐ๋ณด๋ค ์ฌ์ด webGL (feat. three.js) - ์ ๊ธฐํ | FEConf Korea](https://youtu.be/b3vP6wfpqWE)
- ๐ฐ๐ท[Canvas & WebGL์ ์ด์ฉํ ์ด๋ฏธ์ง ํํฐ ์ ์ | Naver D2](https://youtu.be/EGk-Q9f0Nqg)
- ๐ฐ๐ท[๋์ ๋ฒ๊ฑด๋ ํ๋ฉด์ฒด : Three.js๋ฅผ ์ฌ์ฉํ 3D ๊ทธ๋ํฝ์ค ์ ๋ฌธ๊ธฐ](https://ahnheejong.name/articles/my-first-octahedron/)## ๐ ETC
### Reference Site
- [codepen.io](https://codepen.io/)
- [awwwards](https://www.awwwards.com/)
- [CSS Design Awards](https://www.cssdesignawards.com/)
- [Interactive Developer - YouTube](https://www.youtube.com/c/cmiscm)### Interactive pages
- [How big is the DMZ? - Washington Post](https://www.washingtonpost.com/graphics/2017/world/mapping-the-dmz/?noredirect=on)
- [apple - AirPods Pro](https://www.apple.com/kr/airpods-pro/)
- [<Yasio/> Portfolio](https://yasio.pl/)
- [TULP interactive](http://tulpinteractive.com/)
- [Google I/O Collaboration of the cosmos](https://events.google.com/io/mission/)
- [30 experimental webgl websites](https://www.awwwards.com/30-experimental-webgl-websites.html)
- [SPACEX - ISS Docking Simulator](https://iss-sim.spacex.com/)
- [The Virtual Economy | L'Atelier](https://atelier.net/virtual-economy/)
- [The A-Z of AI](https://atozofai.withgoogle.com/intl/en-US/)
- [Alan Menken](https://www.alanmenken.com/)
- ๐ฐ๐ท[JSConf Korea 2020 | JSConf Korea](https://jsconfkorea.com/ko)
- ๐ฐ๐ท[์ค์์ผ๋ณด - ๊ทธ ๊ณณ ํ๋ฌธ์ ](https://news.joins.com/digitalspecial/290)
- ๐ฐ๐ท[NC SOFT](https://kr.ncsoft.com/kr/index.do)
- [Arno Di Nunzio โ Freelance creative developer](https://adinunz.io/)
- [bruno-simon](https://bruno-simon.com/)
- [https://www.cassie.codes/](https://www.cassie.codes/)
- ๐ฐ๐ท[์ถ์์ด ๊ด์ฐฐ์ผ๊ธฐ](https://www.choonsikdiary.com/)### ETC...
- https://vimeo.com/showcase/9336062/video/685266929