Blame

f07fbe Matt Hughes 2026-01-13 06:17:28
added pointcaster overview
1
## Pointcaster
3d29d5 Otterwiki Robot 2026-01-13 01:00:15
Initial commit
2
10ff90 Matt Hughes 2026-07-13 09:08:49
3
Pointcaster is a real-time engine for capturing, combining, analysing and broadcasting 3D scenes. By taking live input from multiple depth cameras or LiDAR sensors and analysing the 3D environment, it can be used to add room-scale interaction to digital spaces.
3d29d5 Otterwiki Robot 2026-01-13 01:00:15
Initial commit
4
a2d778 Matt Hughes 2026-01-14 05:07:45
5
Data like the location of users in a space or their current pose can be published through various protocols such as OSC, MIDI and MQTT to drive interaction in game engines, digital audio workstations and other interactive media applications.
3d29d5 Otterwiki Robot 2026-01-13 01:00:15
Initial commit
6
98cdc0 Matt Hughes 2026-08-18 04:56:30
7
Point-clouds are combined and can be transformed, filtered and streamed into tools for 3D visualisation using the native plugins for Unity, Unreal Engine and TouchDesigner.
e9be7b Matt Hughes 2026-01-14 03:19:15
8
98cdc0 Matt Hughes 2026-08-18 04:56:30
9
Pointcaster itself is free to use under the [GNU AGPL](https://github.com/eidetic-av/pointcaster/blob/qt/LICENSE).
10
The Unity, Unreal Engine and TouchDesigner integrations are not free, and using one in a commercial project requires a license. Licenses are automatically granted to individual artists and not-for-profit organisations.
11
For support, custom integration or licensing, reach out to [[email protected]](mailto:[email protected]).
e95165 Matt Hughes 2026-01-14 05:16:27
12
98cdc0 Matt Hughes 2026-08-18 04:56:30
13
### Downloads[
14
Go to pointcaster.net for the [latest downloads](https://pointcaster.net/#Download).
e9be7b Matt Hughes 2026-01-14 03:19:15
15
16
### Getting Started
007d52 Matt Hughes 2026-01-14 05:26:13
17
- Learn Pointcaster's [[User Interface]].
18
- Add [[Devices]] to start working with a depth camera or a recorded sequence.
19
- Create [[Operators]] to transform, filter and analyse 3D points.
8cb0a2 Matt Hughes 2026-01-14 05:28:15
20
- [Publish](Publishing) data to other applications or hardware.