https://github.com/just-sultanov/window-rs
Experiments with window creation (Rust, C++ and Metal)
https://github.com/just-sultanov/window-rs
cpp macos metal rust window-management
Last synced: 3 months ago
JSON representation
Experiments with window creation (Rust, C++ and Metal)
- Host: GitHub
- URL: https://github.com/just-sultanov/window-rs
- Owner: just-sultanov
- License: mit
- Created: 2022-12-02T21:05:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T23:16:23.000Z (over 3 years ago)
- Last Synced: 2025-08-04T08:37:08.247Z (11 months ago)
- Topics: cpp, macos, metal, rust, window-management
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# window-rs
Experiments with window creation (Rust, C++ and Metal)
## Examples
### Metal (C++)
```bash
# Go to the directory with examples
$ cd examples
# Compile the examples
$ make build
# Run the `hello world` example
$ ./build/hello-world
```
### Metal (Rust)
TBD
## Documentation
- [Metal (C++)](./macos/metal/cpp/core/README.md)
## Licenses
- [MIT License. Copyright © 2022 Ilshat Sultanov](license)
- [macos/metal/cpp - Apache License 2.0. Copyright © 2020-2021 Apple Inc.](./macos/metal/cpp/core/LICENSE.txt)