Getting data from an internet API in TouchDesigner, plus: working with Table DATs

Mark Tutorial Completed! In this video, I show how you can get weather data from a National Weather Service API, parse the JSON that it gives you, and work with that data once it’s in a Table DAT.

[ Touchdesigner 基礎教學 ] 抓取API資料製作抽籤遊戲

Mark Tutorial Completed! 範例檔案與更多的教學可以到我的Patreon觀看: https://www.patreon.com/SIAOLICHI

NYC's MTA Train Time Realtime in TouchDesigner!

Mark Tutorial Completed! In this video, I walk through a project that I have built to display real time train updates for any line or station in New York City’s subway system, using a publicly available API! We will walk though all the steps from API setup to textual display, and along the way touch […]

Install tutorial touchdesigner compiler for standalone api

Mark Tutorial Completed! Install tutorial touchdesigner compiler for standalone api. Download the zip file under www.patreon.com/videsizer

Unreal Engine Immersive Experience Tips: API Data from TouchDesigner

Mark Tutorial Completed! Get access to 200+ hours of TouchDesigner video training, a private Facebook group where Elburz Sorkhabi and Matthew Ragan answer all your questions, and twice-monthly group coaching/mastermind calls here: http://iihq.tv/Trial Get project files here: https://interactiveimmersive.ac-page.com/unreal-engine-immersive-experience-tricks A common feature of interactive and immersive installations is the visualization of data retrieved from a web […]

Bikeshare API Visualization in TouchDesigner: Part 2

Mark Tutorial Completed! In this tutorial we use some simple Python (assisted by ChatGPT) to access and import real time bikeshare data from anywhere in the world via API. In Part 1 we will use jupyter notebooks, create a stand-alone python program that runs as its own process, and then in Part 2 we will […]

Bikeshare API Visualization in TouchDesigner

Mark Tutorial Completed! In this tutorial we use some simple Python (assisted by ChatGPT) to access and import real time bikeshare data from anywhere in the world via API. In Part 1 we will use jupyter notebooks, create a stand-alone python program that runs as its own process, and then in Part 2 we will […]

Real Time Weather API in TouchDesigner

Mark Tutorial Completed! In this video we implement a weather API ( https://www.visualcrossing.com/) in TouchDesigner and explore how one can use real-time weather data to control visual effects. Example of usage in a full project: https://lakeheckaman.com/Malformed-1 Links: – https://www.visualcrossing.com/resources/blog/how-to-load-historical-weather-data-using-python-without-scraping/ – https://docs.python.org/3/library/json.html#module-json – https://docs.python.org/3/library/urllib.request.html#module-urllib.request

Real Time Weather API in TouchDesigner

Mark Tutorial Completed! In this video we implement a weather API ( https://www.visualcrossing.com/) in TouchDesigner and explore how one can use real-time weather data to control visual effects. Example of usage in a full project: https://lakeheckaman.com/Malformed-1 Links: – https://www.visualcrossing.com/resources/blog/how-to-load-historical-weather-data-using-python-without-scraping/ – https://docs.python.org/3/library/json.html#module-json – https://docs.python.org/3/library/urllib.request.html#module-urllib.request