This repository contains experimental CNA (C++ reimplementation of XNA 4.0) related repositories. Projects are organized here for collaborative development and testing, integrated using Git subtrees to preserve their complete commit history.
Each subdirectory in this repository corresponds to an experimental CNA-related project, integrated as a Git subtree from its original repository. This approach allows:
- Complete history preservation: All commits from the original repositories are maintained
- Centralized access: Related projects are organized in a single location
- Experimental development: Organized workspace for testing and collaboration
To update a specific subtree from its upstream repository, use:
git subtree pull --prefix=<subtree-path> <remote-url> <branch>To view the history of a specific subtree:
git log <subtree-path>For more information about managing Git subtrees, refer to the Git documentation on subtrees.
Last updated: 2026-09-01