Liking cljdoc? Tell your friends :D

Clojars Project

Introduction

A library for rendering text in OpenGL or WebGL with play-cljc.

Try the interactive docs and the example project!

Usage

You can include this library in your project dependencies using the version number in the badge above.

Development

  • Install the Clojure CLI tool
  • To develop the web version with figwheel: clj -A:dev dev.clj
  • To develop the native version: clj -A:dev dev.clj native
    • On Mac OS, you will need to run clj -A:dev -J-XstartOnFirstThread dev.clj native
  • To install the release version: clj -A:prod prod.clj 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.

Can you improve this documentation? These fine people already did:
oakes & Zach Oakes
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close