Giter VIP home page Giter VIP logo

wave-tool's Introduction

wave-tool

C++/OpenGL tool for realistic ocean wave rendering. Originally developed as a winter 2020 term project for CPSC591 @ University of Calgary.

[WIP]


Aaron Hornby
10176084


based on my other repo...


Supported compilers

Minimum versions:

  • GCC (libstdc++) 7
  • Clang (libc++) 6
  • MSVC (MSVC Standard Library) 19.14 (VS 2017 15.7)
  • Apple Clang 10.0.0
  • note: all C++17 core language features are supported by these compilers, but some library features are unsupported.

Cloning

easiest (preferred) method:

git clone --recursive https://github.com/TexelBox/wave-tool.git

or (if you did a normal clone already (first two lines below)...)

git clone https://github.com/TexelBox/wave-tool.git
cd wave-tool/
git submodule update --init --recursive

Building (currently for developers only)

  • note: the enforced generators by the scripts are "Visual Studio 2017"/"Visual Studio 2017 Win64" and "Unix Makefiles" for their respective platforms. I won't be testing this repository with any other generator (use cmake --help for a list), but anybody can try using cmake manually to see if another generator works.
  • note: cd scripts before running any scripts (i.e. must run scripts from scripts/ directory).

Windows:

  • double-click or use your favourite terminal to run
dev-build-all.bat
  • note: you may have to run ./dev-build-all.bat or .\dev-build-all.bat instead (depending on your shell).

Linux/Mac:

  • use your favourite terminal to run
./dev-build-all.sh
  • note: if for some reason the script is non-executable, then run the script through an interpreter (only bash is tested, but you can try another like sh).
bash dev-build-all.sh

or add executable permissions and then run

chmod +x dev-build-all.sh
./dev-build-all.sh

Running

For users...

Windows:
  • for best performance, double-click/run wave-tool.exe in either x86/Release (32-bit) or x64/Release (64-bit).
Linux/Mac:
  • for best performance, double-click/run wave-tool in build/Release.

For developers...

Windows:
  • if using VS2017, open either x86/wave-tool.sln or x64/wave-tool.sln and click the green arrow (you can also change the build config with the drop-down - use Debug when you need the debugger and Release when testing for performance).
Linux:
make
./wave-tool

Dependencies

Many thanks to the contributors of the following projects! Please check them out!


References


enjoy!
๐Ÿ˜‰


wave-tool's People

Contributors

texelbox avatar

Watchers

James Cloos avatar  avatar

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.