Skip to content

cdelorey/clj-libtcod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-libtcod

Clojure bindings to the libtcod library.
clj-libtcod uses clj-native to generate JNA direct mappings.
clj-libtcod currently only provides wrapper functions for libtcod's console module.

Installation

Make sure libtcod and SDL are properly installed on your system.
Add the following to your project.clj's dependencies:

[clj-libtcod "0.1.0-SNAPSHOT"]

Usage

  • Add the following to your namespace declaration:

      (:use [clj-libtcod.core])
    
  • Call (load-libtcod) before using any libtcod functions.

License

Distributed under the Eclipse Public License.

About

Clojure bindings to libtcod.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published