aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2023-06-06BarChart, Wayland.Samuel Fadel
* Makefile: Added some Wayland stuff to cflags/libs in pkg-config * barchart: Rendering works, no interactivity * main.cpp: Reposition some components for a more compact view * manifest.scm: glfw-wayland: Added GLFW variant with Wayland * scatterplot.cpp and voronoisplat.cpp: Cleanup
2023-06-05Proper libs flags from pkg-config and CFLAGS for release.Samuel Fadel
* Makefile: Removed -g; added gl to pkg-config and -O2
2023-06-04Further advances in nuklear port.Samuel Fadel
Rendering now looks similar to Qt version, needs a few tweaks: * Proper multisampling * Background Missing features: * Barcharts * Interactivity (e.g. brushing/linking in all objects) * History view of interactions
2023-05-23Massive changes in initial port away from Qt.Samuel Fadel