Skip to content

elements-custom-controls/controls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elements_custom_controls

Custom controls made with Elements GUI library.

In order to build these projects, you need to first git clone the Elements repository and use the artist_port branch. Please refer also to Elements setup guide.

In a terminal, from one of these projects directory:

mkdir build && cd build
cmake -DELEMENTS_ROOT="/your/path/to/elements" ..
cmake --build .

Curve Editor

A 2D time curve editor, allowing user to write and display the following curves:

  • Linear
  • Log Exp
  • Cubic Bezier
  • Quadratic Bezier
  • Cubic Spline

Oscilloscope

A 2D XY Oscilloscope in development.

About

Custom controls made with Elements GUI library

Resources

License

Stars

Watchers

Forks

Releases

No releases published