royqh1979 / raylib-drawing

A 2d image drawing library for raylib
BSD 2-Clause "Simplified" License
21 stars 3 forks source link

Not compatible with latest raylib #1

Open joshuajohncohen opened 11 months ago

joshuajohncohen commented 11 months ago

I stumbled across this library for a project I'm working on. It seems amazing for what I need (I'm trying to find an easy, simple graphics library for drawing lines and text). I didn't use plain raylib though because DrawTriangleStrip wasn't working, so I went ahead and set this up with the latest raylib.h.

The error: ......../raylibStuff/rturtle.c:2924:8: error: initializing 'Image' (aka 'struct Image') with an expression of incompatible type 'int' Image image = LoadImage(filename); ^ ~~~~~~~ 1 error generated

royqh1979 commented 11 months ago

Not sure how your project is organized. It seems that rturtle.h or raylib.h is not found by the compiler while compiling rturtle.c.

royqh1979 commented 11 months ago

Not sure how your project is organized. It seems that rturtle.h or raylib.h is not found by the compiler while compiling rturtle.c.