Git Product home page Git Product logo

fft-ocean's Introduction

Project : FFT-Ocean

Author : DEISS Olivier

Last update : 02/01/2015

This project is a basic implementation of J. Tessendorf's paper : http://graphics.ucsd.edu/courses/rendering/2005/jdewall/tessendorf.pdf

Language : C++
Libraries : OpenGL, Glut


Youtube video :

http://youtu.be/JSNyfPAvYbg

Images :

Screenshot 1 Screenshot 2


The project is only available for MacOS and Linux users AT THE MOMENT. Some changes will come to make it also run on Windows platforms.

I wrote the project in french, so you may not understand some directories names or file names. I'm working on the translation of the whole sourcecode. All the files in the directory Ocean are now translated, excepted the functions that belongs to other files. Translation still in progress.


You can find the following directories :

  • Affichage : GUI of the project, creates a window, deals with the keyboard etc
  • FFT : my own implementation of the Cooley-Tuckey algorithm, for scientific purposes. This can be replaced by using CUDA library.
  • Ocean : classes that are specific to the project

You can find both the classes Camera (to move over the water with the Z, Q, S, D keys) and Affichage (to provide the GUI) in my repositories.

Feel free to leave any comment about the project, or if you want to improve it.


Compilation :

  • MacOS : add GLUT, OpenGL and ApplicationServices frameworks
  • Linux : $ make && make clean

To close the application :

  • MacOS : cmd+Q
  • Linux : alt+f4 or escape key

To do :

  • comment files in Affichage and FFT directories
  • add Windows version and information to compile the project (libs etc)
  • use another library instead of GLUT which is deprecated
  • add Perlin noise to compute further waves at a lower cost
  • add textures to the waves
  • keyboard control to switch parameters while running the program

fft-ocean's People

Contributors

cswest avatar deiss avatar michalspondr avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

usr007

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.