tazdij / raylib-pas

A complete header translation (binding) of the raylib 2.6.0-dev to Pascal. Without any funky helper functions for memory alignment issues. Inspired and partially based on the drezgames/raylib-pascal binding, however a little cleaner and more recent, with FPC 3.0.4 support.
28 stars 5 forks source link

build.linux.sh can now build against libraylib.a WIP #7

Closed Morabaraba closed 4 years ago

Morabaraba commented 4 years ago

This is still WIP but I'm opening the request so long.

I would first like to fix the Makefile so that you can specify if it should statically link the examples.

But I want to share the current static link command.

Also can we maybe move src/animation_test.pas to examples/models/models_animation.pas to mimic the raylib examples?

Later,

tazdij commented 4 years ago

Hey, please do update the Makefile however you think is best. And we we can move the location of that file. I can do that with the next commit.

Thanks :)