From a1f4f69655fa43aaa3656881bb9ee85a7f03e867 Mon Sep 17 00:00:00 2001 From: Lesley van Hoek Date: Sat, 12 Apr 2025 01:42:52 +0200 Subject: [PATCH] Add NAP to Tools (#205) * add nap framework * update nap framework --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 793fda6..e3e104d 100644 --- a/readme.md +++ b/readme.md @@ -119,6 +119,7 @@ _Please read the [contribution guidelines](contributing.md) before contributing. - [py5](https://py5coding.org) [Cross-platform] - A library that integrates Processing into the Python 3 ecosystem. - [Cinder](https://libcinder.org/) [Cross-platform] - Open source library for professional-quality creative coding in C++. - [openFrameworks](http://openframeworks.cc/) [Cross-platform] - Open source C++ toolkit for creative coding. +- [NAP](https://nap-framework.tech/) [Cross-platform] - Open source data-driven real-time control & visualization platform suited for professional installations in C++, incl. Vulkan renderer. - [C4](http://www.c4ios.com) [iOS] - Open-source creative coding framework for iOS. - [Unity](https://unity3d.com/) [Mac, Win] - Game engine, but useful for creative coding and installations. - [Godot](https://godotengine.org) [Cross-platform] - Open source game engine, that can also be used for all sorts of things.