https://github.com/gosub-io/gosub-client-macos
A sandbox proof of concept client for the Gosub Browser on MacOS
https://github.com/gosub-io/gosub-client-macos
browser macos rust
Last synced: over 1 year ago
JSON representation
A sandbox proof of concept client for the Gosub Browser on MacOS
- Host: GitHub
- URL: https://github.com/gosub-io/gosub-client-macos
- Owner: gosub-io
- Created: 2023-11-10T21:09:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T23:35:37.000Z (over 2 years ago)
- Last Synced: 2025-04-09T21:55:18.083Z (over 1 year ago)
- Topics: browser, macos, rust
- Language: Swift
- Homepage:
- Size: 185 KB
- Stars: 3
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gosub MacOS Client
This is a proof of concept and NOT a functional client.
Think of this as a sandbox as we develop the [Gosub engine](https://github.com/gosub-browser/gosub-engine) and figure things out.
# Building
This uses the [Gosub engine](https://github.com/gosub-browser/gosub-engine) as a submodule. When cloning the repository, please use:
```text
git clone git@github.com:gosub-browser/gosub-client-macos.git --recurse-submodule
```
Then run `make` which will compile the Gosub engine, its bindings, and export the headers and libs to this repository's relevant directories. After this, you should be able to open the Xcode project and build successfully.
# Updating
If the C API has changed/updated in the engine, use `make update` and `make` to update the bindings.
# Preview (as of 6 Dec 2023)
