Metadata-Version: 2.1
Name: fourier_drawing
Version: 0.0.9
Summary: Use fourier transform to draw epicycles with your drawings.
Home-page: https://github.com/MarcPartensky/Fourier
Author: Mazex
Author-email: marc.partensky@gmail.com
License: UNKNOWN
Description: # Use fourier transform to draw epicycles with your drawings.
        
        Draw a picture or sample one, press space, then watch an epic simulation of epicycles being drawned identically as your picture. Thanks the the fourier transform your drawing will be reproduced in a real-time simulation only using epicycles.
        
        # Demo
        
        [![Fourier Demonstration](https://j.gifs.com/jZmnWP.gif)](https://www.youtube.com/watch?v=86bYtJCwQ_o)
        
        # Install
        
        ```bash
        #Clone the repository
        git clone git@github.com:MarcPartensky/Fourier.git
        cd Fourier
        
        #Install requirements
        pip install -r requirements.txt
        
        #Go to source folder [Do NOT forget this step]
        cd src
        ```
        
        # Start
        
        Put your model image `image.png` in the `FourierImages` folder.
        
        * Option 1: Give image at launch.
        
        ```bash
        python fourier.py image.png
        ```
        
        * Option 2: Launch then give the image.
        
        ```bash
        python fourier.py
        > image name:
        ```
        
        Then give your image:
        
        ```bash
        > image name:image.png
        ```
        
        # Description
        
        There are 3 modes in this program:
        
        * Mode 1: Sampling
        Sample or draw a picture.
        
        * Mode 2: Drawing
        Watch the epicycles simulation which uses fourier transform.
        
        * Mode 3: Display
        Get the output image directly without waiting for the simulation.
        
        # Controls
        
        * Space: Switch to next mode.
        * Enter: Go back to the center.
        * Up/Down/Right/Left Arrow: Move arround.
        * Right/Left Shift: Zoom in or out.
        * Quit/Escape: Quit.
        * Z: Cancel last sample.
        * R: Remove all samples.
        * S: Save the fourier-coefficients.
        
        # Enjoy!
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
