Benjamin Summerton

Results 97 comments of Benjamin Summerton
trafficstars

With this, I also don't think having a `Camera` and `Camera2D` objects. It can be confusing. It would be better to keep one `Camera` and then lock it into a...

I'd probably have to go back and updated the default origin for ZSprite frames to be at the center isntead of (0, 0) then. (And I'd have to update the...

Yeah that sounds good. When this is done I'll write up a small doc and a drawing or to to explain the two different systems. Also, is there a `proc`...

Can you formalize a doc somewhere that explains the coordinate system? It doesn't really make sense to have this ticket lying around.

@noctisdb Could you provide a small code example for what that would look like? The ZSprite tool is meant so that our engine users don't need to write a `.zsprite`...

After thinking about this a bit, making the tool a desktop app might be better. Some of the OpenGL stuff might cause problems when using Nim's JS target. IIRC, we...

Do you have any issues if I use using NEd's GTK3 bindings? They're good on Linux. I can test them on Windows later tonight. Could you try them out on...

And on third thought, I think I might want to do this with nuklear and zengine itself... I tied out getting the GTK+3 bindings to work. While they do compile,...

AFAICT, Raylib supports spritefonts and rendering to textures; and that's it. When I meant sprite, I mean more complex lines like animation & sequences. That's what I made in Masala.

I designed that format so it could be edited with a text editor. It's not the most optimal or space saving, but I think it did work pretty well for...