Skip to content

Commit 7584ae4

Browse files
committed
GitHub owner: koderhack/veltokit
1 parent b50fa15 commit 7584ae4

16 files changed

Lines changed: 35 additions & 35 deletions

.github/PUBLISHING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ gh repo edit \
4848
2. **Settings → Pages → Build and deployment**: Source = **GitHub Actions**.
4949
3. After the workflow succeeds, open the **homepage** (not only `/docs/intro`):
5050

51-
`https://przemyslawsikora.github.io/veltokit/`
51+
`https://koderhack.github.io/veltokit/`
5252

5353
Manual fallback:
5454

@@ -70,7 +70,7 @@ git push origin v0.1.0
7070

7171
Bump `s.version` in `VeltoKit.podspec` and the `from:` version in docs when releasing `v0.2.0`, etc.
7272

73-
Draft release notes: link to [docs intro](https://przemyslawsikora.github.io/veltokit/docs/intro), install via SPM/CocoaPods, list `VeltoKit/` + sample app, disclaimer (unofficial BLE).
73+
Draft release notes: link to [docs intro](https://koderhack.github.io/veltokit/docs/intro), install via SPM/CocoaPods, list `VeltoKit/` + sample app, disclaimer (unofficial BLE).
7474

7575
## 4. What *not* to ship
7676

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VeltoKit
22

3-
[![Docs](https://img.shields.io/badge/docs-GitHub%20Pages-0ea5e9)](https://przemyslawsikora.github.io/veltokit/)
3+
[![Docs](https://img.shields.io/badge/docs-GitHub%20Pages-0ea5e9)](https://koderhack.github.io/veltokit/)
44
[![iOS 16+](https://img.shields.io/badge/iOS-16%2B-black)](./VeltoKit/)
55
[![Swift](https://img.shields.io/badge/Swift-5.9%2B-orange)](./VeltoKit/)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](./LICENSE)
@@ -21,7 +21,7 @@
2121

2222
## Install VeltoKit
2323

24-
**Swift Package Manager** — in Xcode: *Add Package Dependencies*`https://github.com/przemyslawsikora/veltokit` → product **VeltoKit**.
24+
**Swift Package Manager** — in Xcode: *Add Package Dependencies*`https://github.com/koderhack/veltokit` → product **VeltoKit**.
2525

2626
**CocoaPods**`pod 'VeltoKit', '~> 0.1.0'`
2727

@@ -72,8 +72,8 @@ Presets and per-game tuning: [`app/Engine/GameManager.swift`](./app/Engine/GameM
7272

7373
| | |
7474
|---|---|
75-
| **Site** | https://przemyslawsikora.github.io/veltokit/ |
76-
| **Docs** | https://przemyslawsikora.github.io/veltokit/docs/intro |
75+
| **Site** | https://koderhack.github.io/veltokit/ |
76+
| **Docs** | https://koderhack.github.io/veltokit/docs/intro |
7777

7878
English source docs; use **Translate** in the navbar for other languages (Google Translate).
7979

@@ -106,7 +106,7 @@ See also [VeltoKit/README.md](./VeltoKit/README.md) and [.github/PUBLISHING.md](
106106
## Clone and run
107107

108108
```bash
109-
git clone https://github.com/przemyslawsikora/veltokit.git
109+
git clone https://github.com/koderhack/veltokit.git
110110
cd veltokit/app
111111
open gametriki.xcodeproj
112112
```

VeltoKit.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Pod::Spec.new do |s|
66
VeltoKit maps reverse-engineered BLE cap IMU + button packets into a unified
77
GameInput struct each frame. Swift, iOS 16+, no UI and no CoreBluetooth in the core library.
88
DESC
9-
s.homepage = 'https://github.com/przemyslawsikora/veltokit'
9+
s.homepage = 'https://github.com/koderhack/veltokit'
1010
s.license = { type: 'MIT', file: 'LICENSE' }
11-
s.author = { 'Koderteam' => 'https://github.com/przemyslawsikora' }
12-
s.source = { git: 'https://github.com/przemyslawsikora/veltokit.git', tag: s.version.to_s }
11+
s.author = { 'Koderteam' => 'https://github.com/koderhack' }
12+
s.source = { git: 'https://github.com/koderhack/veltokit.git', tag: s.version.to_s }
1313
s.platform = :ios, '16.0'
1414
s.swift_version = '5.9'
1515
s.source_files = 'VeltoKit/**/*.swift'

VeltoKit/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ let input = motion.pollInput(deltaTime: dt)
2424

2525
## Install
2626

27-
**SPM (Xcode):** Add package `https://github.com/przemyslawsikora/veltokit` → product **VeltoKit**.
27+
**SPM (Xcode):** Add package `https://github.com/koderhack/veltokit` → product **VeltoKit**.
2828

2929
**CocoaPods:** `pod 'VeltoKit', '~> 0.1.0'`
3030

31-
Docs: https://przemyslawsikora.github.io/veltokit/docs/installation
31+
Docs: https://koderhack.github.io/veltokit/docs/installation
3232

3333
Optional **Platform** in the sample app (`app/Platform`): `TrikiInputAdapter` forwards to `MotionSDK` and adds calibration prompts.
3434

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>VeltoKit — redirect</title>
7-
<meta http-equiv="refresh" content="0; url=https://przemyslawsikora.github.io/veltokit/">
8-
<link rel="canonical" href="https://przemyslawsikora.github.io/veltokit/">
7+
<meta http-equiv="refresh" content="0; url=https://koderhack.github.io/veltokit/">
8+
<link rel="canonical" href="https://koderhack.github.io/veltokit/">
99
</head>
1010
<body>
1111
<p>
1212
Dokumentacja VeltoKit jest w Docusaurus (<code>website/</code>).
13-
<a href="https://przemyslawsikora.github.io/veltokit/">Przejdź do strony głównej</a>.
13+
<a href="https://koderhack.github.io/veltokit/">Przejdź do strony głównej</a>.
1414
</p>
1515
</body>
1616
</html>

website/docs/can-i-use-this.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If that sounds like you — **go ahead and build.**
3636

3737
## Full legal text
3838

39-
The official license text lives in the repo: [LICENSE on GitHub](https://github.com/przemyslawsikora/veltokit/blob/main/LICENSE).
39+
The official license text lives in the repo: [LICENSE on GitHub](https://github.com/koderhack/veltokit/blob/main/LICENSE).
4040

4141
For API and integration details, see [Getting started](getting-started) and [SDK overview](sdk/overview).
4242

website/docs/demo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ From **GATT notify bytes** to **`GameInput`** — games never parse BLE. **`Moti
7373
## Run locally
7474

7575
```bash
76-
git clone https://github.com/przemyslawsikora/veltokit.git
76+
git clone https://github.com/koderhack/veltokit.git
7777
cd app && open gametriki.xcodeproj
7878
```
7979

website/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description: Clone veltokit, run on device, explore sample games
1818
## 1. Clone and open
1919

2020
```bash
21-
git clone https://github.com/przemyslawsikora/veltokit.git
21+
git clone https://github.com/koderhack/veltokit.git
2222
cd veltokit
2323
cd app && open gametriki.xcodeproj
2424
```

website/docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ VeltoKit ships as a **Swift package** and **CocoaPod** (includes **CoreBluetooth
1313
**Xcode:** File → Add Package Dependencies… →
1414

1515
```text
16-
https://github.com/przemyslawsikora/veltokit
16+
https://github.com/koderhack/veltokit
1717
```
1818

1919
Select product **VeltoKit** → add to your app target.
@@ -22,7 +22,7 @@ Select product **VeltoKit** → add to your app target.
2222

2323
```swift
2424
dependencies: [
25-
.package(url: "https://github.com/przemyslawsikora/veltokit", from: "0.1.0"),
25+
.package(url: "https://github.com/koderhack/veltokit", from: "0.1.0"),
2626
],
2727
targets: [
2828
.target(
@@ -49,7 +49,7 @@ end
4949

5050
Then `pod install` and open the `.xcworkspace`.
5151

52-
Podspec: [`VeltoKit.podspec`](https://github.com/przemyslawsikora/veltokit/blob/main/VeltoKit.podspec) in the repo root.
52+
Podspec: [`VeltoKit.podspec`](https://github.com/koderhack/veltokit/blob/main/VeltoKit.podspec) in the repo root.
5353

5454
## Xcode project (monorepo / fork)
5555

website/docs/sdk/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ Use **`debug`** in DEV overlays only — do not ship gameplay logic on debug fie
6969

7070
## Full field reference
7171

72-
Every property is documented inline in [`MotionConfig.swift`](https://github.com/przemyslawsikora/veltokit/blob/main/VeltoKit/MotionConfig.swift). Legacy paddle fields remain for DEV UI compatibility but are unused in the current paddle model.
72+
Every property is documented inline in [`MotionConfig.swift`](https://github.com/koderhack/veltokit/blob/main/VeltoKit/MotionConfig.swift). Legacy paddle fields remain for DEV UI compatibility but are unused in the current paddle model.
7373

7474
[Gestures](./gestures) · [MotionSDK](./motion-sdk)

0 commit comments

Comments
 (0)