Giter Site home page Giter Site logo

labsoundgraphtoy's Introduction

LabSound GraphToy

Copyright 2020 Nick Porcino

License: MIT

The submodules are licensed under their respective terms.

LabSound GraphToy has moved here: https://github.com/LabSound/LabSoundGraphToy

LabSound GraphToy is a workspace for exploring LabSound nodes and their properties.

Example

Right click on the canvas to create new nodes. Drag wires from outputs to inputs. Click the fields to edit the parameters and settings.

Some nodes, such as the Oscillator must be started before they make sound. These nodes will have a "play" icon near their name which can be clicked to activate them.

Click a node's name to reveal a control that allows deleting a node. Click a wire to reveal an option to delete the connection.

Click and drag on an empty area in a node to move it around.

Mouse scroll zooms in and out at the cursor point.

Group nodes can be used to draw boxes around other nodes. They also contain nodes subsequently created. This functionality is a bit rough, because there's no way to go back to adding nodes to the global canvas once you've got a group node.

Getting Started

cd {source-location}
git clone --recursive {this-repo}
cd {build-location}
cmake -G {generator} -DCMAKE_INSTALL_PREFIX={install-location} {source-location}
{run build and install commands}

In Progress

  • Add a delete icon (red circle-x)
  • Replace delete dialog boxes with red-circle-x that appears when the cursor hovers in an appropriate spot
  • Add group selection
  • Make canvas recursive, with left edge ins, and right edge outs
  • Add function to turn group selection into a subgraph node
  • Add expand subgraph canvas, and collapse. Levels of recursion visible as bars with in/out wiring on left and right
  • Add breadcrumb in status bar to indicate canvas recursion level
  • Create a viable save file format
  • Load and parse a saved file
  • Implement File/New

Credits

LabSound https://github.com/LabSound/LabSound

ImGui https://github.com/ocornut/imgui.git

Sokol https://github.com/floooh/sokol.git

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.