Phylomon
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Online web-based card editor

+4
MCMic
Bonobo0224
davehwng
Guillaume
8 posters

Go down

Online web-based card editor Empty Online web-based card editor

Post  Guillaume Fri Apr 13, 2012 9:58 pm

Hi all,

A year or so ago I built this (you need a modern browser- Firefox, Safari, Chrome, etc.):
gardaud.github.com/PhyloCC/

(copy-paste the link in your browser, as the forum won't let me paste a direct link as I'm a new member)

Then I kind of forgot about it, and today I realized that I should probably show it off.

The source code is freely available under the MIT license (basically you can do what you want with it as long as my name is included with the license) here:
github.com/gardaud/PhyloCC

It's still incomplete (notably lacks export capabilities), but I figured some motivated person somewhere might be willing to contribute to it at some point. Or maybe I will if I find the time Smile

Cheers!


Last edited by Guillaume on Fri Apr 13, 2012 10:06 pm; edited 1 time in total

Guillaume

Posts : 3
Join date : 2012-04-13

Back to top Go down

Online web-based card editor Empty Re: Online web-based card editor

Post  davehwng Fri Apr 13, 2012 10:04 pm

That looks great! And let me know if you ever want to look more closely at the back end of the Phylo site. We are actually contemplating putting an easy to use editor in the site somewhere, so that kids can make DIY cards more easily (right now, the wordpress backend is still too scary looking for student and teacher alike)!

davehwng
Admin

Posts : 244
Join date : 2010-01-29
Location : UBC

Back to top Go down

Online web-based card editor Empty Re: Online web-based card editor

Post  Bonobo0224 Sat Sep 15, 2012 4:36 pm

why did you have to go and do a thing like that? Now I'm going to spend the whole afternoon building a dinosaur deck.

Bonobo0224

Posts : 6
Join date : 2012-09-14

Back to top Go down

Online web-based card editor Empty Re: Online web-based card editor

Post  davehwng Thu Oct 11, 2012 9:38 pm

There's a potential dinosaur deck coming. Did you want to help with some of play testing of that one?

davehwng
Admin

Posts : 244
Join date : 2010-01-29
Location : UBC

Back to top Go down

Online web-based card editor Empty Re: Online web-based card editor

Post  MCMic Wed Jan 09, 2013 4:22 pm

Wow, thanks, that's awazing work.

There are some text placement errors when I use it thought. (the copyright signs, the commas between climates, and the number in the circle are a bit misplaced)

Do you think it would be easy to create a version that export to SVG format?

MCMic

Posts : 4
Join date : 2013-01-09

Back to top Go down

Online web-based card editor Empty Re: Online web-based card editor

Post  ivan.h Sun Sep 15, 2013 11:01 am

Guillaume wrote:
It's still incomplete (notably lacks export capabilities), but I figured some motivated person somewhere might be willing to contribute to it at some point. Or maybe I will if I find the time Smile
I may be that person....

ac-arcana.github.io/PhyloCC/

I'm not allowed links yet either; same deal.

ivan.h

Posts : 6
Join date : 2013-09-14

Back to top Go down

Online web-based card editor Empty Re: Online web-based card editor

Post  Guillaume Sun Sep 15, 2013 9:08 pm

ivan.h wrote:
Guillaume wrote:
It's still incomplete (notably lacks export capabilities), but I figured some motivated person somewhere might be willing to contribute to it at some point. Or maybe I will if I find the time Smile
I may be that person....

ac-arcana.github.io/PhyloCC/

I'm not allowed links yet either; same deal.
Please do! Your contributions will be greatly appreciated Smile
The lack of export is due to security measures in HTML5- to my knowledge there is no fully client-side (a property which I would like to maintain) workaround that will work, sadly. I guess the user can just take a screenshot of the page to export Smile

Another thing that the editor is missing is the possibility to make habitat/event/starter cards- that's something you could look into to get started.

(also note that the code hasn't been touched in 3 years- if there has been new rules added to the game since then, the editor may require a code update :-)

Guillaume

Posts : 3
Join date : 2012-04-13

Back to top Go down

Online web-based card editor Empty Re: Online web-based card editor

Post  ivan.h Sun Sep 15, 2013 9:14 pm

Guillaume wrote:
The lack of export is due to security measures in HTML5- to my knowledge there is no fully client-side (a property which I would like to maintain) workaround that will work, sadly. I guess the user can just take a screenshot of the page to export Smile
I solved this in my version by letting the user select an image from their computer. This prevents cross domain accessing in a way that the image can now be saved as png, bmp, and jpg.

Guillaume wrote:
Another thing that the editor is missing is the possibility to make habitat/event/starter cards- that's something you could look into to get started.
Well I didn't do Habitat cards because they are not a part of the official game rules anymore, but I did write code for event and starter cards.

I've also automated some of the processes (like points are automatically calculated based on the algorithm given on the site).

Check it out! Well not in the literal github sense. I just mean look at it Razz
ac-arcana.github.io/PhyloCC/

I'm still toying with it a little but it is mostly done.


Last edited by ivan.h on Sun Sep 15, 2013 9:17 pm; edited 1 time in total

ivan.h

Posts : 6
Join date : 2013-09-14

Back to top Go down

Online web-based card editor Empty Re: Online web-based card editor

Post  Guillaume Sun Sep 15, 2013 9:17 pm

ivan.h wrote:
Guillaume wrote:
The lack of export is due to security measures in HTML5- to my knowledge there is no fully client-side (a property which I would like to maintain) workaround that will work, sadly. I guess the user can just take a screenshot of the page to export Smile
I solved this in my version by letting the user select an image from their computer. This prevents cross domain accessing in a way that the image can now be saved as png, bmp, and jpg.

Guillaume wrote:
Another thing that the editor is missing is the possibility to make habitat/event/starter cards- that's something you could look into to get started.
Well I didn't do Habitat cards because they are not a part of the official game rules anymore, but I did write code for event and starter cards.

Check it out! Well not in the literal github sense. I just mean look at it Razz
ac-arcana.github.io/PhyloCC/

I'm still toying with it a little but it is mostly done.
Fantastic, it looks great! Please issue a pull request when you're done :-)
(and good thing you're on top of the rules, I had no clue that habitat cards didn't exist anymore!)

Guillaume

Posts : 3
Join date : 2012-04-13

Back to top Go down

Online web-based card editor Empty Re: Online web-based card editor

Post  animalnerd Mon Sep 16, 2013 8:00 am

Do you two know how wonderful you are? These are fantastic! I'm just a new player, but thank you so much for going through the trouble; really, it's wonderful. You should get trophies or something.

animalnerd

Posts : 4
Join date : 2013-09-07

Back to top Go down

Online web-based card editor Empty Re: Online web-based card editor

Post  phylomonadmin Sat Sep 28, 2013 5:56 am

So awesome. We'll keep an eye out on this thread, but also email Dave Ng (db@mail.ubc.ca) if there comes a point where you want things to show up/be highlighted/be incorporated into the main website.

phylomonadmin
Admin

Posts : 17
Join date : 2010-01-29
Location : Vancouver, Canada

https://phylomon.forumotion.net

Back to top Go down

Online web-based card editor Empty Re: Online web-based card editor

Post  Monox D. I-Fly Tue Oct 03, 2017 3:08 am

davehwng wrote:There's a potential dinosaur deck coming.  Did you want to help with some of play testing of that one?
Where's the dinosaur deck? I didn't see any. I could only see some Pterosaurs deck, if that even counts.

Monox D. I-Fly

Posts : 49
Join date : 2012-11-22

Back to top Go down

Online web-based card editor Empty Re: Online web-based card editor

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum