Jump to content

Pixi js editor


hard75
 Share

Recommended Posts

Hi, i want to know if pixi js have a editor that it can to handle the graphic's pixi and it drag and set your position, this graphics:
 

var app = new PIXI.Application(800, 600, { antialias: true });
document.body.appendChild(app.view);

var graphics = new PIXI.Graphics();

// Rectangle
graphics.beginFill(0xDE3249);
graphics.drawRect(50, 50, 100, 100);
graphics.endFill();

 or i use tilemap editor but i don't know if tilemap edito can to handle graphic's pixi,

Link to comment
Share on other sites

There are solutions but nothing is easy. There's pixi-svg https://github.com/bigtimebuddy/pixi-svg that can take info from svg. There's also Tiled editor and https://github.com/eXponenta/pixi-tiled that allows to take polygons and sprites from it, but I dont remember if it has export to graphics, but hey, you can add it!

Currently I work on solution to open SWF files so people would create graphics in Adobe Animate. 

I think that you can do something for your case, I saw that teams who made games on pixi with their own engine always did their own editors.

I do not know why there is no Graphics, I never needed it and I guess people hold their stuff and dont release it :( I think that https://twitter.com/Pix2d is going to add support to pixi soon.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...