Question about using C

Hi there,

Found out about the engine from gamesfromscratch video.
I am looking for a renderer that I could use with C - I used raylib for a while, but even thought it is a nice lib, it’s rendering isn’t most efficient. This engine look promising and I’d like to know if and when C might be available to be used with the engine?

Thx

Hi!

The ability to use c from a plugin is something that’s on the cards, but isn’t available just yet.

More specifically, all the mechanics work, calling out works, what’s missing is the ability to call e.g the rendering API directly. We have a lot of work on that front in flight, which would enable a lot of languages.

At this time making your game in C only using luxe isn’t a focus, we’re focused on making the main path well rounded before we do.

Thanks!