DISTRHO Plugin Framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
falkTX 2e94757471
Handle deprecated functions in core code
4 years ago
..
demo_res Add files to be used for demo test 4 years ago
images_res Add files to be used for demo test 4 years ago
widgets Implement core cairo support (shapes and images) 4 years ago
Application.cpp Add the needed bits to make window visible, setting size 4 years ago
Circle.cpp Add placeholder files for tests 4 years ago
Color.cpp Add color tests, WIP 4 years ago
Demo.cpp Fix Demo test rebuilds 4 years ago
Line.cpp Add placeholder files for tests 4 years ago
Makefile Handle deprecated functions in core code 4 years ago
Point.cpp Start Window related tests; comment out all code 4 years ago
README.txt Start of DPF tests 4 years ago
Rectangle.cpp Add placeholder files for tests 4 years ago
Triangle.cpp Add placeholder files for tests 4 years ago
Window.cpp Fix getGraphicsContext, fix nanovg linkage, cleanup 4 years ago
tests.hpp Add SubWidget area calls, rename some vars, cleanup repaint 4 years ago

README.txt

This directory contains several tests for DPF related things, from graphics to plugin stuff to utilities.
Each *.cpp file is meant to be its own test.

In order to test DPF components individually, these tests do not link against DGL directly,
but will directly import the needed source code.
All files must be self-contained, in order to prevent surprises in regards global state and initialization stuff.