An open API service indexing awesome lists of open source software.

https://github.com/johnlk/modmultiplicationcircle

Modular Multiplication around a Circle Demo
https://github.com/johnlk/modmultiplicationcircle

Last synced: 3 months ago
JSON representation

Modular Multiplication around a Circle Demo

Awesome Lists containing this project

README

          

# Modular Multiplication Circle Demo

This project consists of a single HTML file, `index.html`, which creates an interactive animation of patterns given by secant lines within a regular circle. The animation allows users to control the number and arrangement of circles, as well as animate the pattern by changing a modulus number.

Circle screenshot

## Getting Started

To run the project, simply open the `index.html` file in a web browser. The animation will be displayed on the canvas within the browser window.

## Demo Link

Enjoy the quick demo [here](https://johnlk.github.io/modMultiplicationCircle)