Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zebradevs/ifactr-ui
Cross-platform UI controls and application workflow engine using the MVC design pattern.
https://github.com/zebradevs/ifactr-ui
crossplatform csharp monocross xamarin
Last synced: about 1 month ago
JSON representation
Cross-platform UI controls and application workflow engine using the MVC design pattern.
- Host: GitHub
- URL: https://github.com/zebradevs/ifactr-ui
- Owner: ZebraDevs
- License: mit
- Created: 2017-06-27T12:02:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T17:54:27.000Z (almost 5 years ago)
- Last Synced: 2024-09-01T03:21:43.144Z (5 months ago)
- Topics: crossplatform, csharp, monocross, xamarin
- Language: C#
- Size: 6.88 MB
- Stars: 19
- Watchers: 14
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iFactr
iFactr is a C#.NET-based, cross-platform mobile application development framework.
- Cross-platform UI controls
- Bindings for Android, iOS and Windows, and Compact Framework
- RESTful Data Services component# Features
- Full set of cross platform GUI controls.
- MVC application workflow engine.
- Supporting libraries for file access, network, device integrations, and an IoC container.
You can:
- Rapidly build mobile and desktop applications.
- Mix and match fully native views with cross-platform views.
- Integrate platform specific 3rd party libaries and views into the app.
- Easily port your MonoCross app to iFactr.### Tech
iFactr uses a **Model-View-Controller** design pattern and navigation modeled after Microsoft's ASP.NET and the Open-source [Monocross.Navigation][Monocross].
### Support
StackOverflow is monitored. Post questions using the #iFactr tag.
### Installation
Add References iFactr DLLs.
### Development
Want to contribute? Great!
Open your favorite Terminal and run these commands.
#### Building from source
Building iFactr requires Microsoft Community Build Tasks v1.5 [MSBuild]
For production release:
```sh
$ build
```This will create the iFactr DLLs
License
----MIT
[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax)
[iFactr]:
[MSBuild]:
[Monocross]: