An open API service indexing awesome lists of open source software.

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)

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)