Skip to content

TotallyGamerJet/clay

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

Renderers

Clay includes multiple prebuilt renderers:

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