Coder Social home page Coder Social logo

echus-old's Introduction

Echus

An exploration of real-time sound synthesis.

Note that this was just a personal project made for fun. It is certainly not production worthy, but perhaps it can serve as inspiration or provide some educational value. I have stopped working on this project in favor of a different sound synthesis project.

Building and running

All commands given must be run from the repository's root folder, i.e. the folder that contains this README file, unless otherwise specified. Depending on your platform and shell you may also have to substitute any / in paths with \.

Prerequisites

  • CMake
  • A C++ build environment, like g++ and GNU Make or Visual Studio.

Building

Run these commands once the first time you're building the project:

git submodule update --init --recursive
mkdir build

Then, run the following two commands whenever you build the project:

cmake -G [generator] -S . -B build
cmake --build build

Here, [generator] corresponds to the build environment you wish to use, for example "MinGW Makefiles" or "Visual Studio 16 2019". Run cmake --help to see which generators are available to you. See the CMake documentation for more information if you're unsure.

Running

Run the following command after building:

./build/echus-exe

echus-old's People

Contributors

kumodatsu avatar

Stargazers

Zenahr Barzani avatar

Watchers

James Cloos avatar  avatar

echus-old's Issues

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.