Author Topic: If I wanted to modify the GUI, where is the doc that I would look at?  (Read 2564 times)

0 Members and 1 Guest are viewing this topic.

Offline VoR0220

Great initiative VoR0220!  +5%

Quote
You think it would be at all possible to implement Paper.js?

really nice examples there ..

AFAIK we're trying to go with standard react animations for now .. </wildguess>

I'm not exactly liking the animation capabilities available for React...I was thinking something a little more dynamic. If everybody's okay with this, I think I'm going to try to implement an animation written in that, if that's alright with the contributing parties.

i would love to see what you've in mind ! Pls go forward…  +5%

Alright. Let me see what I can attack this weekend.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
Great initiative VoR0220!  +5%

Quote
You think it would be at all possible to implement Paper.js?

really nice examples there ..

AFAIK we're trying to go with standard react animations for now .. </wildguess>

I'm not exactly liking the animation capabilities available for React...I was thinking something a little more dynamic. If everybody's okay with this, I think I'm going to try to implement an animation written in that, if that's alright with the contributing parties.

i would love to see what you've in mind ! Pls go forward…  +5%
█║▌║║█  - - -  The quieter you become, the more you are able to hear  - - -  █║▌║║█

Offline VoR0220

Great initiative VoR0220!  +5%

Quote
You think it would be at all possible to implement Paper.js?

really nice examples there ..

AFAIK we're trying to go with standard react animations for now .. </wildguess>

I'm not exactly liking the animation capabilities available for React...I was thinking something a little more dynamic. If everybody's okay with this, I think I'm going to try to implement an animation written in that, if that's alright with the contributing parties.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
Great initiative VoR0220!  +5%

Quote
You think it would be at all possible to implement Paper.js?

really nice examples there ..

AFAIK we're trying to go with standard react animations for now .. </wildguess>

« Last Edit: July 22, 2015, 11:51:03 am by cass »
█║▌║║█  - - -  The quieter you become, the more you are able to hear  - - -  █║▌║║█

Offline VoR0220

Well React is quite different from Angular as it's all JS and we're making heavy use of JSX. Your best bet is to start with the react docs here: https://facebook.github.io/react/docs/getting-started.html

As for animations React has a special addon for them, see https://facebook.github.io/react/docs/animation.html

You can find our current code (which is very basic) here: https://github.com/cryptonomex/graphene-ui/blob/master/web/app/components/Explorer/Witnesses.jsx

Actually...I have a separate question. I was browsing around and reading up on javascript animations. You think it would be at all possible to implement Paper.js? Or would that dork things up?
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline VoR0220

Well React is quite different from Angular as it's all JS and we're making heavy use of JSX. Your best bet is to start with the react docs here: https://facebook.github.io/react/docs/getting-started.html

As for animations React has a special addon for them, see https://facebook.github.io/react/docs/animation.html

You can find our current code (which is very basic) here: https://github.com/cryptonomex/graphene-ui/blob/master/web/app/components/Explorer/Witnesses.jsx

Thank you very much. Will get reading now.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline svk

Well React is quite different from Angular as it's all JS and we're making heavy use of JSX. Your best bet is to start with the react docs here: https://facebook.github.io/react/docs/getting-started.html

As for animations React has a special addon for them, see https://facebook.github.io/react/docs/animation.html

You can find our current code (which is very basic) here: https://github.com/cryptonomex/graphene-ui/blob/master/web/app/components/Explorer/Witnesses.jsx
Worker: dev.bitsharesblocks

Offline VoR0220

My experience when it comes to GUIs is mostly in Angular and basic HTML and CSS (the basics), but I have no experience with React. I figure it can't be all that different. In any case, I had an idea for an animation regarding Witness scheduling and I wanted to take a shot at implementing it. Any help in figuring out where I should be looking would be greatly appreciated.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads