top | item 44200711

(no title)

pusewicz | 8 months ago

Cute uses SDL3 under the hood, but provides an entire framework for game development, ready to use.

It loads Aseprite files automatically, manages animations, collisions, networking, what have you.

discuss

order

raincole|8 months ago

Since it uses SDL3, it should be able to do more than 2D, right? Last time I checked SDL3 wraps around a lot of GPU API that you can pretty much do whatever you can do with WebGPU.

pusewicz|8 months ago

Yeah. It's just tailored for 2D gamedev. Cute uses the new SDL3 GPU API internally. Shaders and sprite batching, automatic sprite atlases etc. that Cute provides is just very specific to 2D games.

90s_dev|8 months ago

Ah thanks Piotr, also Cute looks very useful, great job.

pusewicz|8 months ago

It's not mine, I'm just a fan myself!