Jump to content

TileMaster


Pryme8
 Share

Recommended Posts

Ok, so things are starting to come together with a system I have been working on.
I have most of the things figured out, Im just putting together tools to make editing the assest/levels easier.

I have the prototype/alpha of the tileAtlas Sheet editor almost done, the only thing to add is speed settings for the animations and to export the SHEET object for later use in a PROJECT file.

The editor lets you select a tile, and choose the animation type which the frame progressions are explained here: https://github.com/Pryme8/TileMaster
This is all very early in the development but all the dots are being connected and soon this will be a full fledged 2.5D Scene editor extension for bjs.
Here is the Sheet editor prototype: https://pryme8.github.io/TileMaster/editor/index2.html
Arrows scroll the sheet around
Select a Tile and an animation type to see the preview.

This is all in preparation for the final editor, where you will be able to edit your assets and levels all under one roof visually then export as a single TILEMASTER file that will  later be load the project into a DOM with a single function.

The tileAtlas shader features 4 layers per plane,  of course Animations, Paralax effects, and Mode7 like transforms.
I will be adding  more features later (like plans for LightMapping and pixel perfect shadows)

Here is a really shotty demo showing the animations and layers working:
https://pryme8.github.io/TileMaster/dev/demo.html

Here is a bad demo of the Paralax effect:
https://pryme8.github.io/TileMaster/


I have been trudging away at this and have a ton of features that I have already figured out I just have to deploy now.

Plans are to eventually include my fishsticks library as well to handle the 2D physics.

Ill keep posting updates on this as they come available! Questions, Comments, Concerns, Criticism is appreciated.

Link to comment
Share on other sites

I will have it up and running here soon, the holidays and work schedule kinda put a hold to all of this.
https://pryme8.github.io/TileMaster/editor/ <- is whats being worked on now.

The link you posted will work again here soon after I put together the first project made with the editor.

Thanks for your interest!  This is not dead, and I will have a load of updates by the new year.

Link to comment
Share on other sites

Ohh and yeah all the old versions are broken now because of the change in how textures variables are labled!

It used to be _texture._width  and _texture._height now its _texture.width _texture.height

and I have not fixed the old ones.

So thats why all the demos come up blank now.  (dang BJS updates)

https://pryme8.github.io/TileMaster/ **Fixed
 

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...