Page 1 of 1

TÖVE - vector graphics for LÖVE [v2.0a3]

Posted: Wed May 23, 2018 9:59 pm
by poke1024
EDIT (April 2019):

Hi guys:

Detailed API docs are now available :monocle: : https://poke1024.github.io/tove2d-api/
I've also cleaned up the tutorials here: https://poke1024.github.io/tove2d/

Have fun! :)

Releases are here:

https://github.com/poke1024/tove2d/releases



---

Hello there :awesome:

TÖVE is a new library for LÖVE that renders vector graphics in-game. It also animates them, if you like.

It supports bitmaps, meshes and a shader-only curve renderer.

I always wanted to have a library like this and never found one that was targeted towards animation, so now I wrote one. Finally :ultrahappy: .

Here's a realtime procedural animation using it:

Image

More demos, details and everything you need to try it out on TÖVE's GitHub Repo:

https://github.com/poke1024/tove2d

Re: [v0.1] TÖVE - vector graphics for LÖVE

Posted: Thu May 24, 2018 12:39 am
by yetneverdone
Awesome!

Re: [v0.1] TÖVE - vector graphics for LÖVE

Posted: Tue May 29, 2018 4:53 pm
by ReFreezed
Ooh, very nice indeed! I'll probably use this for one of my projects.

Re: [v0.1] TÖVE - vector graphics for LÖVE

Posted: Tue May 29, 2018 7:08 pm
by ivan
Haven't tried the binaries yet, but it looks cool.
What kind of SVG support are we talking about?
I know a few people would be interested in using SVG for graphics.

Re: [v0.1] TÖVE - vector graphics for LÖVE

Posted: Fri Jul 27, 2018 7:11 pm
by poke1024
@ivan There's now a table under https://github.com/poke1024/tove2d which gives you can idea, which features are supported (they are actually very much on par what Unity 2018.2 now has with its experimental SVG support).

By the way, how can I add this library to the love2d libraries wiki (https://love2d.org/wiki/Category:Libraries)? Do I need a Wiki account?

Re: [v0.1] TÖVE - vector graphics for LÖVE

Posted: Sat Jul 28, 2018 12:03 am
by Nixola
Your forum account is your wiki account.

Re: [v0.1] TÖVE - vector graphics for LÖVE

Posted: Thu Aug 02, 2018 7:33 pm
by modog
Nice work!

Re: [v2.0a2] TÖVE - vector graphics for LÖVE

Posted: Fri Mar 29, 2019 3:27 pm
by poke1024
I've just released a new alpha version of this (https://github.com/poke1024/tove2d/releases). It fixes various bugs and stabilizes the API. It also adds various new demos.