Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.19 KB

README.md

File metadata and controls

22 lines (19 loc) · 1.19 KB

reactjs-graphics

This repository contains a vast assortment of code samples that illustrate how to create SVG-based graphics effects using ReactJS. This "swatch-like" collection contains many code samples with minor variations of colors or shapes, included for your convenience, and feel free to tweak them with more aesthetically appealing color values (typically in a "colors" array that is used throughout the code samples).

The code samples in the subdirectories are based on various polar equations, such as Archimedean spirals, Cissoids, Cochleoids, Conchoids, Lissajous curves, and Lituus curves.

Additional (often similar) graphics code samples involving CSS3, HTML5 Canvas, D3, and jQuery/CSS3 are here:

https://github.com/ocampesato/css3-graphics 
https://github.com/ocampesato/d3-graphics 
https://github.com/ocampesato/html5-graphics 
https://github.com/ocampesato/jquery-css3-graphics

If you've looked at the preceding repos and you still want more, take a look at these repos:

https://github.com/ocampesato/angular-graphics
https://github.com/ocampesato/threejs-graphics
https://github.com/ocampesato/twojs-graphics
https://github.com/ocampesato/web-animations

Enjoy!