# vapso **Repository Path**: mirrors_google/vapso ## Basic Information - **Project Name**: vapso - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vapso.js Visualizing Area-Proportional Set Overlaps in JavaScript This project creates visualizations of area-proportional set overlaps in JavaScript. index.html runs the code in a browser window. Notice that there is currently no UI for entering the actual overlap data - you have to enter it by editing the source code. The code requires three libraries to run: - jQuery (called from CDN per default) - jQuery Color (called from CDN per default) - Color Mixer for subtractive color mixing, which is available on GitHub: https://github.com/AndreasSoiron/Color_mixer You have to download color_mixer.js from there and point index.html to the correct place to find it. Contact the authors: - Denny Vrandecic vrandecic@google.com - Laura Sisson laurasisson@google.com