[Sugar-devel] Programming in Python or as a Web Activity ?

2014-01-24 Thread laurent bernabe
Hello everyone, I've started a new Web project (ChessLearning), but it seems that Web development is not my best skills. However, before turning it into a Python app, I am wondering whether I should do my best to fit the Web Activity development. For example, I think of an easier Android port,

Re: [Sugar-devel] Programming in Python or as a Web Activity ?

2014-01-24 Thread Daniel Narvaez
Try to share the issues you have been having with web activities, someone might be able to help. Android has probably better API and documentation then gtk, but then it won't run on Sugar. On Friday, 24 January 2014, laurent bernabe laurent.bern...@gmail.com wrote: Hello everyone, I've

Re: [Sugar-devel] Programming in Python or as a Web Activity ?

2014-01-24 Thread laurent bernabe
Thank you, 1. The most challenging task that I am facing in my development beginning, is to get the libraries easel.js and tween.js work as shim dependencies of require.js. In fact, I think I could read require.js documentation thousands of times, I won't be able to get started.

Re: [Sugar-devel] Programming in Python or as a Web Activity ?

2014-01-24 Thread Manuel QuiƱones
2014/1/24 laurent bernabe laurent.bern...@gmail.com Thank you, The most challenging task that I am facing in my development beginning, is to get the libraries easel.js and tween.js work as shim dependencies of require.js. In fact, I think I could read require.js documentation thousands

Re: [Sugar-devel] Programming in Python or as a Web Activity ?

2014-01-24 Thread laurent bernabe
Thank you very much. I've tried to modify what needed to be modified in my LearnChess project ( https://git.sugarlabs.org/learnchess/learnchess_web), but it seem that I missed something. (Too hurry to get started with CreateJS :=D, sorry). Regards 2014/1/24 Manuel QuiƱones ma...@laptop.org

Re: [Sugar-devel] Programming in Python or as a Web Activity ?

2014-01-24 Thread laurent bernabe
Fixed !!! In fact I should have left the last line in loader.js (something like require(SUGAR_LIB)) Regards 2014/1/24 laurent bernabe laurent.bern...@gmail.com Thank you very much. I've tried to modify what needed to be modified in my LearnChess project (