Skip to content
/ clay Public
forked from TotallyGamerJet/clay

Go port of the C layout library (Clay)

License

Notifications You must be signed in to change notification settings

mewbak/clay

This branch is 41 commits behind TotallyGamerJet/clay:main.

Repository files navigation

clay

GoDoc

This is a Go port of the C layout library (Clay).

Goals

  • Be entirely Go (no Cgo)
  • Idiomatic Go public API
  • No unsafe in the public API
  • Be fast

Generate clay.go

Everything in clay.go is generated from the main project's clay.h file using CxGo. Just run the command below to regenerate it.

go tool cxgo

License

This project is governed by the MIT license. See LICENSE for full description.

About

Go port of the C layout library (Clay)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 52.7%
  • C++ 47.3%