Ioannis Tsakpinis
Ioannis Tsakpinis
Hey @pderoovere, If possible, could you please test the following scenarios? - Running the application on x64 instead of ARM (either on a native x64 Mac or via Rosetta). -...
Yes, making the generator produce Kotlin bindings is a long-term goal of LWJGL (the [survey](https://goo.gl/forms/E17iXykHZsewdxk82) asks about it too). Of course, LWJGL is perfectly usable from Kotlin right now, but...
Yes, building with gradle would be interesting. Let me know if you still have trouble with the Generator. If you got it to compile, then it's a simple Java application,...
I understand the src/main/java thing is the Maven convention (over configuration), but it's not really compatible with how this project is set up. Especially, if you consider the generated code...
Thanks, I didn't know that feature. I didn't have to move the generated code though, just marked the root as generated. Noticed that IDEA disables inspections for the generated classes,...
The `PointerBuffer` dependency is resolved with `classpath += "src/templates"` in `config/Templates.ktm`. You should make sure that kotlinc is configured with Templates.ktm, because in the future it will be used for...
This is a great idea.
It's a good start. Comments: - The above example is trying to document the generated code (license header, Java types, alternative methods). We should be documenting the source templates instead...
You should first do a successful Ant build before attempting to setup the Eclipse project. - Download and extract Ant. - Add Ant's `bin` folder to the path. - Export/set...
> ant test failed in the same place in the linux build as it did before. Looks like you're missing `libgtk-3-dev`. > I did get things working, but probably not...