CSC/CSC 517 Spring 2020/Implement ImageBitMap WebAPI: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
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]. | 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]. This project focuses on implementing this feature by following the steps provided in the next section. |
Revision as of 23:58, 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]. This project focuses on implementing this feature by following the steps provided in the next section.