If it was me. I'd want to work on something unique to servo & FUN. I'd go
for async work with the canvas. We have some good options of running stuff
in parallel that other browsers don't.

You could come up with a very cool demo of a game using canvas that took
advantage of all four cores of a quad core machine. (idn maybe the AI
running on one thread, graphics on another, and the main event loop on a
third).

I vaguely remember an iframe animation that on servo ran asynchronously to
the main frame but on other browser was jerky.

On Tue, Apr 7, 2015 at 10:58 AM, Carlos Galarza <carlos...@gmail.com> wrote:

> Hello Josh. They could work in the SVG specification 1.1
> <http://www.w3.org/TR/SVG/> , this is largely used in modern web
> development and is a thing that is visible to end users.
>
> 2015-04-07 11:43 GMT-05:00 Josh Matthews <j...@joshmatthews.net>:
>
> > Hello all! I've had an inquiry from a student looking for a project they
> > could work on from October 2015 until May 2016. Obviously planning that
> far
> > ahead can be challenging; they were interested in working on the canvas
> > APIs but those are already in progress so I suggested we brainstorm some
> > other ideas. They say they like working on "things visible to end users",
> > so what are some areas that we could focus on which have limited danger
> of
> > disappearing before it's time to commence work?
> >
> > Cheers,
> > Josh
> > _______________________________________________
> > dev-servo mailing list
> > dev-servo@lists.mozilla.org
> > https://lists.mozilla.org/listinfo/dev-servo
> >
> _______________________________________________
> dev-servo mailing list
> dev-servo@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-servo
>



-- 
-- Regards
Bryan
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to