Skip to content

A sandbox proof of concept client for the Gosub Browser on MacOS

Notifications You must be signed in to change notification settings

hugmatj/gosub-client-macos

 
 

Repository files navigation

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 and figure things out.

Building

This uses the Gosub engine as a submodule. When cloning the repository, please use:

git clone [email protected]: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 25 Nov 2023)

image

About

A sandbox proof of concept client for the Gosub Browser on MacOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 91.6%
  • Makefile 4.3%
  • C 4.1%