paulrouget / servofocus

Experimenting with a Xamarin.Forms + Servo
5 stars 2 forks source link

Extract code calling servo into new project #12

Closed mfkl closed 6 years ago

mfkl commented 6 years ago

ServoSharp.Autogen: Binding generation project using CppSharp ServoSharp: Contains output from ServoSharp.Autogen and provide higher level crossplatform API and error handling (such as #9). All native servo calls go through this. Should be able to be used by other apps. Servofocus: Core code of the app shared for all platforms. References ServoSharp Servofocus.*: Platform-specific code.

mfkl commented 6 years ago

Closed by b5700ba