From 547d9278d8416d92dd8e7d7e1e1bf7b84ca6fbb1 Mon Sep 17 00:00:00 2001
From: Charney Kaye <charneykaye@users.noreply.github.com>
Date: Sun, 4 Aug 2024 02:05:59 -0700
Subject: [PATCH] Add XJ music to FTXUI example projects (#909)

We use FTXUI as the frontend for the example C++ application for our adaptive music runtime engine.

https://github.com/xjmusic/xjmusic/tree/main/engine/example
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index a6823b69..9534f554 100644
--- a/README.md
+++ b/README.md
@@ -333,6 +333,7 @@ Feel free to add your projects here:
 - [FTowerX](https://github.com/MhmRhm/FTowerX)
 - [Caravan](https://github.com/r3w0p/caravan)
 - [Step-Writer](https://github.com/BrianAnakPintar/step-writer)
+- [XJ music](https://github.com/xjmusic/xjmusic)
 
 ### [cpp-best-practices/game_jam](https://github.com/cpp-best-practices/game_jam)
 
-- 
GitLab