|
Wavelength
Privacy-focused, cross-platform, and open-source communication application
|
#include <QOpenGLBuffer>#include <QOpenGLFunctions>#include <QOpenGLVertexArrayObject>#include <QOpenGLWidget>#include "../blob_config.h"#include "../physics/blob_physics.h"#include "../rendering/blob_renderer.h"#include "dynamics/blob_event_handler.h"#include "dynamics/blob_transition_manager.h"Go to the source code of this file.
Classes | |
| class | BlobAnimation |
| Main widget responsible for rendering and animating the dynamic blob. More... | |