Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pr0g/as-camera-input
https://github.com/pr0g/as-camera-input
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pr0g/as-camera-input
- Owner: pr0g
- License: mit
- Created: 2021-01-17T15:34:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T20:23:31.000Z (about 1 year ago)
- Last Synced: 2023-11-05T15:35:34.020Z (about 1 year ago)
- Language: C++
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# as-camera-input
## Overview
Experimental composable camera controllers for 3D applications
## Detail
`as-camera-input` uses [as-camera](https://github.com/pr0g/as-camera) to build interesting behaviours on top of it.
Bindings/mappings must be provided to go from the native platform input to `as-camera-input`.
`as-camera-input` can be used easily with CMake (either by installing it and using `find_package` or with `FetchContent`).