Skip to content

A program that uses the Fourier series to draw things

License

Notifications You must be signed in to change notification settings

Gusgo99/Fourier_drawing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fourier_drawing

A program that uses a complex Fourier series to draw things.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

To compile the project, the only external dependency is wxWidgets. It can be installed by following the tutorial for your specific platform.

Installing

In order to compile it the first time, run the following commands on the project directory:

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug

This will generate the environment necessary to compile the project. If the generator you're using uses a makefile, you can just run make and it will generate the executable.

It's also possible to build the program with optimizations:

mkdir release
cd release
cmake .. -DCMAKE_BUILD_TYPE=Release

It can be compiled the same way as the debug version

Created using

Authors

  • Gustavo Pacola Gonçalves - Gusgo99

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A program that uses the Fourier series to draw things

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published