Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.05 KB

README.md

File metadata and controls

12 lines (8 loc) · 1.05 KB

Elements RTL (a.k.a. RTL2)

Elements RTL is an open source library for Elements that aims to create a common set of classes that can be used on all supported target platforms – .NET, Cocoa and Java – in order to enable more code sharing between these platforms. It is available for all four languages and on all four platforms.

Use of the Elements RTL library in your projects is entirely optional. By default/design, Elements projects start out working directly against the native APIs of each platform. It is your decision whether to add a reference to Elements RTL and to start using its APIs as well – usually if your intention is to create code that can be shared across platforms.

See Also