Closed sDos280 closed 1 year ago
ummm, it seem that when i do LIBRARY = "./libraylib.so"
and just run codon run main.codon
it works...
ok, now i get raylib error (which need that i loaded the dynamic library currently, Yay). thanks for the awesome project.
hi, 👋. some background: i am the developer of raypyc (the python binding for the raylib graphics library), some days ago someone told be about the codon project, so i ask my self "why not making a codon binding for raylib"? i am currently trying to use codon to call functions from dynamic library but it seem that whatever i do codon just can't find my dynamic library my script:
the build commend that i use:
codon run -l "/home/dor/Documents/testing/libraylib.so" main.codon
.the tree of my project:
the dynamic library: https://github.com/sDos280/raylib-python-ctypes/blob/main/raypyc/libs/libraylib.so
the error:
can i get some help on "how to setup codon dynamic linking"?