g3d
g3d copied to clipboard
g3d and 12.0
Does g3d works with 12.0 unstable builds? And when it's fully released, will be changes to g3d to fit the new/removed features?
g3d doesn't work with love 12 due to changes to how vertexFormat is now defined, and a few other things. I do have a fork which works in love12. But, it is no where near suitable to be PRed as it isn't backwards compatible with love 11 and adds a feature to support multiple cameras.
https://github.com/EngineerSmith/g3d
@EngineerSmith Is the main breaking change with love 12 the vertexFormat definition difference?