ArtColors icon indicating copy to clipboard operation
ArtColors copied to clipboard

Which version of raylib and raygui were used?

Open TechnologyClassroom opened this issue 3 years ago • 2 comments

I installed the latest raylib and raygui and tried to compile on Ubuntu 18.04, but ran into errors. When I looked up the errors in raylib, I found that there have been breaking changes to raylib.

After changing these two, I have more errors related to raygui. I tried raygui.h 3.0 and 3.2. Maybe there are other breaking changes that could be fixed by using the matching versions.

TechnologyClassroom avatar Jun 03 '22 21:06 TechnologyClassroom

@TechnologyClassroom - Did you ever get this running? I pretty much have like zero experience in C++, but was still hopeful that I could get this to build. No luck. I get all kinds of errors. Trying to build it in VS.

Any tutorials or getting started guides?

justfront-end avatar Oct 14 '23 04:10 justfront-end

I did not get this working. I did get some other more minimal alternatives working though. I do much of my design work from the command line so I was able to make a wrapper for the rest of the tools that I found to do everything I need from there. I have yet to publish my version, but I do need to get around to that.

TechnologyClassroom avatar Oct 14 '23 13:10 TechnologyClassroom