Commit 39fff52a authored by David Reid's avatar David Reid

Early work on a basic signal visualization tool.

parent 40141191
...@@ -12,6 +12,7 @@ tests/res/output/ ...@@ -12,6 +12,7 @@ tests/res/output/
!/tests/res/output/DO_NOT_DELETE !/tests/res/output/DO_NOT_DELETE
/tests/SDL2.dll /tests/SDL2.dll
tests/res/private/ tests/res/private/
tests/private/
examples/bin/ examples/bin/
examples/res/private/ examples/res/private/
/examples/SDL2.dll /examples/SDL2.dll
......
[submodule "tools/external/dred"]
path = tools/external/dred
url = https://github.com/dr-soft/dred
Subproject commit f18b0c5d9245560d529af9ba6fc9691ec7cad34e
This is a simple library for visualizing signals. You have a screen, which is made up of any number of channels. Each
channel has a sample rate. The screen has an update rate.
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment