CSC/CSC 517 Spring 2020/Implement ImageBitMap WebAPI: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with " == '''Background Information''' == This project aims to contribute to Mozilla's experimental browser engine called Servo, which is implemented in a language called RUST(usefu...")
 
No edit summary
Line 2: Line 2:
== '''Background Information''' ==
== '''Background Information''' ==
This project aims to contribute to Mozilla's experimental browser engine called Servo, which is implemented in a language called RUST(useful for implementing features that need concurrency and memory safety).
This project aims to contribute to Mozilla's experimental browser engine called Servo, which is implemented in a language called RUST(useful for implementing features that need concurrency and memory safety).
Many of the components of Servo are still under development and one such feature is the ImageBitMap[https://www.techopedia.com/definition/792/bitmap-bmp|ImageBitmap].

Revision as of 23:57, 7 April 2020

Background Information

This project aims to contribute to Mozilla's experimental browser engine called Servo, which is implemented in a language called RUST(useful for implementing features that need concurrency and memory safety).

Many of the components of Servo are still under development and one such feature is the ImageBitMap[1].