Skip to content

vonagam/godot-haxe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

godot-haxe

About

This is a work-in-progress integration of hashlink into godot.

This code is published to at least be a potential reference to somebody who may want to write the bindings themselves.

Main pending things:

  1. Haxe macros/helpers (for registering things mainly). I was focusing on c and generator parts until this point.

  2. Signals: registering, subscribing (with lambdas), triggering, waiting.

Setup

Install vhx library in sources/generator folder. Get the code from here.

Then to build everything run make.

It will download some github repos into inputs folder and after first invocation should error saying that you need to compile hashlink located in inputs/hashlink.

After compiling hashlink run make again (it should not error after that).

To run editor or only a scene - make demo_edit and make demo_run. (It requires GODOT_BIN to be set.)

I am working on osx, so don't know if there are some problems with current workflow on windows or linux. If there are let me know. (demo/gh.gdnlib will need entries for those systems to work.)

Info

Source code is divided into 3 parts:

  • sources/c contains c code.

  • sources/generator contains generator code that after running will produce glue code based on godot api into sources/c/gen and sources/lib/gen.

  • sources/lib contains haxe code, right now there is not much there, but there in idea should be located code that will make integration more pleasant (various macros).

There is also demo folder, which is not actually a demo yet, but simply a simples project to test that things are working while developing.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published