Skip to content

Commit 94b3121

Browse files
travisbreaksclaude
andcommitted
docs: add MIT licenses, badges, and demo links to all public repos
- MIT LICENSE added to all 6 public repos - Shield.io badges for license, live demo, and tech stack - Live demo links added where missing (creative-lab, sovereign-matrix) - Transmissions README header renamed to match GitHub repo name - Sovereign-matrix license section updated from personal to MIT Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 920141f commit 94b3121

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025-2026 Travis Bonnet
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
An interactive 3D visualization of a Sri Yantra mandala that responds to scroll, hover, and click interactions. Built with React Three Fiber and custom WebGL shaders.
44

5-
![kimi-agent-mandala](https://assets.travisbreaks.com/github/kimi-agent-mandala.png)
5+
[![Live Demo](https://img.shields.io/badge/demo-live-brightgreen)](https://travisbreaks.org/research/kimi-agent-mandala/)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
7+
[![React](https://img.shields.io/badge/React-19-61dafb)](https://react.dev)
8+
[![Three.js](https://img.shields.io/badge/Three.js-r182-black)](https://threejs.org)
9+
[![TypeScript](https://img.shields.io/badge/TypeScript-5-3178c6)](https://typescriptlang.org)
610

7-
**[Live Demo](https://travisbreaks.org/research/kimi-agent-mandala/)**
11+
![kimi-agent-mandala](https://assets.travisbreaks.com/github/kimi-agent-mandala.png)
812

913
## Features
1014

0 commit comments

Comments
 (0)