Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whats going on with this? #2

Open
LtSquigs opened this issue Sep 9, 2012 · 7 comments
Open

Whats going on with this? #2

LtSquigs opened this issue Sep 9, 2012 · 7 comments

Comments

@LtSquigs
Copy link
Member

LtSquigs commented Sep 9, 2012

So I've been gone this whole week setting up my apartment and working so I might be a little out of the loop. What's going on with this project?

Is this just on hold indefinitely until the kinks in the main Sburb engine are worked out?

@FugiTech
Copy link
Member

FugiTech commented Sep 9, 2012

Pretty much. Only so many hours in the day. I'm down for dumping a few dozen hours into this, but I've been busy fixing the main engine...

EDIT: We really need an IRC channel or something for all this spurious talk. Or just better utilize that forum thread...

@LtSquigs
Copy link
Member Author

LtSquigs commented Sep 9, 2012

Well I'm mostly out of the loop on the main engine (and busy), and it seems like you guys got a hang on it. I can work on building out the basics of this while you guys work out the kinks in the engine.

@veritasUnae
Copy link

Pretty sure @illuminatedwax is working on it too?

@FugiTech
Copy link
Member

As the main repo has cooled off (for now), I'll be revisiting this over the weekend. I'm hoping I can use the existing Sburb engine as the base so that the editor just overloads a few functions and boom: editor is done.

In practice? Probably not that easy.

@Gankra
Copy link
Member

Gankra commented Sep 14, 2012

You could just inject into the engine without changing it. So have Sburb.min.js be the core, and then just add things to Sburb from your own code? We were originally adding utilities to the the main classes (Sprite.getImage, Sprite.drawMeta), but I cut them afterwards because it was unnecessary bloat. I'm not opposed to augmenting the core to facilitate this, but if it's not necessary that would be great.

@Gankra
Copy link
Member

Gankra commented Sep 14, 2012

Oh and this project doesn't have any of the main engine's avoidance of
external libraries. Feel free to make this some kind of insane
jQuery/Backbone/Underscore behemoth.

@Gankra
Copy link
Member

Gankra commented Sep 14, 2012

In fact, the more I look at it, the more prefect Backbone seems for this.
This thing got pretty nightmarish near the end with all the jQuery
manipulation that was going on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants