Map Systems with Mappa, Leaflet, P5
This example uses the libraries Mappa.js and Leaflet.js together with a GeoJSON data file to construct an interactive map implemented in P5.js. Full code on GitHub GeoJSON GeoJSON is a format for encoding a variety of geographic data structures, as the following example,
Visualizing the Database
This tutorial demonstrates how to setup a communication with a Node.js server and a Mongo database that stored in mlab, and in addition, how its elements can be extracted and visualized on a client using P5.js. Introduction This project demonstrates how to
Location Data and Remote Servers
Tutorial on establishing communication with an Arduino MKR 1400 and a Node.js server using the MQTT protocol. Detailed instructions are given with full source code and 3D models.
Automatik – Workshop
17th December 2018, University of Plymouth (UK) This workshop, organised by i-DAT, included talks, presentations, and practical sessions related to the topic of automation, exploring key aspects of the UK’s Industrial Strategy. The aim of the workshop was to enlighten participants
Bio-Robotics Workshop
Co-delivered with Professor Laura Beloff, IT University of Copenhagen Roy Ascott Studio
Image Cropping in Processing
This article provides a Processing sketch that performs image cropping. In addition, you may find a thorough explanation related to aspect ratio, resolution, and image digital signal processing.
Motion Tracking in Processing
In this example, you will be able to develop a basic computer vision application that uses a live camera feed to track created motion using Processing.