Awesome
Introduction
A library for rendering text in OpenGL or WebGL with play-cljc.
Try the interactive docs!
There is also an example project showing how to use it in more detail.
Usage
If you're using the latest version of play-cljc, it brings this library in automatically.
Development
- Install the Clojure CLI tool
- To develop the native version on each OS:
clj -M:dev:linux native
clj -M:dev:macos native
clj -M:dev:windows native
- To install the release version:
clj -M:prod install
Licensing
All files that originate from this project are dedicated to the public domain. I would love pull requests, and will assume that they are also dedicated to the public domain.