eutro / gdlisp

Other
12 stars 0 forks source link

Is there a tutorial to start with? #1

Open Hzqi opened 1 year ago

Hzqi commented 1 year ago

Hello , Im interested in this repo !

I do want to develop game with lisp-like-language on godot, then I saw this repo's document on Google.

I saw the example, but it's too simple, I don't know what to do to start, like should I do some compiling to make racket(.rkt) to gdscript files? and import them to godot engine?

( I saw this repo just got commited a month ago, It may be in the very begining ?

Sincere thanks😁

eutro commented 1 year ago

I'm currently using this (with a heap of local changes to fix bugs...) for the Lisp Game Jam. Hopefully when that's done this'll be in a state where you can use it without having to hack on it, and I'll write up something.

The command to compile files is raco gdlisp <directory> (once you've installed this package), you can set it to watch mode too.

Hzqi commented 1 year ago

Oh thank you, and good luck, I'll try this.

Looking forward to your next version, maybe I can learn from it.

😁😁