All Projects → borodust → bodge-godot

borodust / bodge-godot

Licence: MIT License
Bindings to Godot's GDNative API

Programming Languages

common lisp
692 projects
C++
36643 projects - #6 most used programming language

GDNative bindings for Common Lisp

Bindings to Godot API exposed via GDNative headers.

ВНИМАНИЕ

These bindings are highly experimental and I never actually tried them. This system is an experiment to see what it takes to generate bindings for Godot using :claw. That was easy enough to do, but again, I never actually tried using them, so they can segfault on you.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].