g3d icon indicating copy to clipboard operation
g3d copied to clipboard

g3d and 12.0

Open vico93 opened this issue 7 months ago • 2 comments

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?

vico93 avatar Apr 05 '25 04:04 vico93

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 avatar Apr 24 '25 13:04 EngineerSmith

@EngineerSmith Is the main breaking change with love 12 the vertexFormat definition difference?

groverburger avatar Apr 28 '25 21:04 groverburger