This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
gwen-dotnet/README.md

21 lines
960 B
Markdown
Raw Normal View History

2013-03-28 18:52:46 -04:00
# gwen-dotnet without OS dependancies
2013-08-31 13:06:42 -04:00
This is a fork of the original [gwen-dotnet](https://code.google.com/p/gwen-dotnet/) project which has been slightly
modified to remove OS dependancies (specifically, usage of various Windows
2013-03-28 18:52:46 -04:00
APIs) to simplify using Gwen with Xamarin.Android and Xamarin.iOS.
Ultimately, this means that things such as the file save/open dialog support
are not implemented and those methods instead simply do nothing. As well,
the cursor support (changing the cursor to, for example, a resize icon when
the mouse is positioned at the edge of a resizable control) has also been
stubbed out and will not work.
As well, the dependancy on System.Drawing has been removed with equivalent
structs to Color, Rectangle, etc being re-implemented with very light-weight
equivalents.
2013-08-31 13:06:42 -04:00
## TODO
* Update to latest gwen-dotnet sources. This fork was originally started by me
almost a year ago and I never bothered to update the original sources ...