C-bindings for the Go Cwtch Library https://cwtch.im
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Go to file
Dan Ballard 5656478198
continuous-integration/drone/pr Build is passing Details
streamer mode settind and log version bump
2 years ago
constants Distinguish between deletion and archiving 2 years ago
features move package and imports from flutter to cwtch.im reflecting actual package and home now 2 years ago
utils streamer mode settind and log version bump 2 years ago
.drone.yml new buildifles host 2 years ago
.gitignore macos uses .dylib 2 years ago
BUILDING_DEBUG.md Fresh Repository Commit - Cwtch Beta 2 years ago
LICENSE mit license 2 years ago
MEMORY.md Clarify Memory Ownership Model of libCwtch and Callers 2 years ago
Makefile macos uses .dylib 2 years ago
README.md experimental ios comments and notes 2 years ago
clangwrap.sh Build ios 2 years ago
go.mod streamer mode settind and log version bump 2 years ago
go.sum streamer mode settind and log version bump 2 years ago
lib.go turn off color logging on android as it's usually accessed over ADB (issue #14) 2 years ago
quality.sh Fresh Repository Commit - Cwtch Beta 2 years ago
switch-ffi.sh switch swtich-*.sh back to sed now with -i.bak and rm lib.go.bak for compatibility with macos 2 years ago
switch-gomobile.sh switch swtich-*.sh back to sed now with -i.bak and rm lib.go.bak for compatibility with macos 2 years ago

README.md

libcwtch-go

C-bindings for the Go Cwtch Library.

Build Instructions

make linux
make android
make windows

Experimental iOS support

make ios

Using

Linux Desktop:

  • LD_LIBRARY_PATH set to point to libCwtch.so
  • or drop a symlink into /usr/lib

Android

  • copy cwtch.aar into flutter_app/android/cwtch

Windows

  • copy libCwtch.dll into the directory of the .exe using it