un0mic / bodge-godot

Bindings to Godot's GDNative API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GDNative bindings for Common Lisp

Bindings to Godot API exposed via GDNative headers.

Install

This library is not a part of bodge collection yet: you need to clone this repo into ~/quicklisp/local-projects/.

;; add cl-bodge distribution into quicklisp
(ql-dist:install-dist "http://bodge.borodust.org/dist/org.borodust.bodge.testing.txt")

;; load bindings
(ql:quickload :bodge-godot)

Usage

%godot package contains direct bindings to Godot API.

About

Bindings to Godot's GDNative API

License:MIT License


Languages

Language:Common Lisp 88.4%Language:C++ 11.6%