Noxagonal / Vulkan2DRenderer

Easy to use 2D rendering engine using Vulkan API as backend.
MIT License
120 stars 5 forks source link

Compilation for Linux system #178

Open noobaldrin opened 1 year ago

noobaldrin commented 1 year ago

Hello, there seem to be an issue with the #include case-sensitivity when compiling using Linux.

Is this meant only to be compiled in Visual Studio?

Noxagonal commented 1 year ago

Hi.

This is supposed to be a multi-platform project but I'm primarily developing this in Visual Studio. Some platform specific oddities may leak in as this is still alpha and I'm not focusing on the details as much.

You should be getting it up and running with minor edits to the source.

I'm mostly focusing on the render pipeline re-write and material system right now so this is currently very low on my priority. If you leave the exact error message here though, I'll look into it.