<div dir="ltr"><div><div><div><div><div><div><div>Hello,<br><br>the initial bits of the html activities work has landed. It should now be relatively easy to start writing an activity.<br><br></div>First of all you will need a development environment. See<br>
<br><a href="http://sugarlabs.org/~buildbot/docs/build.html">http://sugarlabs.org/~buildbot/docs/build.html</a><br><br></div>Then open a shell and move to the source directory<br><br></div>make shell<br>cd source<br><br></div>
Create an activity based on a template<br><br></div>volo create my-activity ./sugar-html-template<br><br></div>Install the activity for development as usual<br></div><div><div><div><div><div><div><div><div><br><div>cd my-activity<br>

</div></div><div>python setup.py dev<br></div><div><br>To interact with the platform you will need to add the sugar-core-html library to your activity<br>
<br>
volo add -f ./sugar-html-core<br clear="all"><br></div><div>For now the API allows to close the activity and get the xo color. More interfaces will be added soon.<br></div><div>
<br>-- <br>Daniel Narvaez<br>
</div></div></div></div></div></div></div></div></div>