Coder Social home page Coder Social logo

badcel / gir.core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gircore/gir.core

0.0 1.0 0.0 3.35 MB

A C# wrapper for GObject based libraries providing a C# friendly API surface

Home Page: http://gircore.tiede.org/

License: MIT License

C# 100.00%

gir.core's Introduction

Welcome to Gir.Core

Continuous integration status

Gir.Core is a project which aims to provide C# wrapper for different GObject based libraries like GTK for user interfaces.

For the GObject system there are a lot of libraries which allow to write complete applications with deep system integration on linux. Unfortunately there are only bindings for GtkSharp which are well maintained and they just wrap the low level C-API.

This project aims to provide:

  • An API which feels more natural to C# developers and thus simplifies the C-API (including the async/await feature).
  • A more complete API surface to integrate deeply with linux via supporting more libraries
  • A declarative style of creating GTK UIs. See the sample. (Additionally to the XML and object based possibilities to create UIs).
  • An easy way to allow 3rd party developers to integrate into this stack to achieve interoperability between different GObject based libraries.

Currently supported libraries

  • GTK (partial support): UI-Toolkit (GTK3 + experimental GTK4)
  • GStreamer (partial support): Multimedia Framework
  • DBus (partial support): Library for inter-process communication via GIO
  • WebKitGTK (planned): Browser-Engine
  • JavaScriptCore (planned): Javascript integration for WebKitGTK
  • libhandy (planned): Convergent UI-Widgets for GTK to support mobile phones
  • libchamplain (planned): Library to display maps
  • GdkPixbuf (partial support): Load images in various formats

Status

As we are currently figuring out the best way for this project the code is under heavy development and not ready for production. There is currently no nuget package available.

Build & Use

To build the project locally in debug mode follow these steps:

$ git clone --recursive https://github.com/gircore/gir.core.git
$ cd gir.core/Build
$ dotnet run

Options

There are some options which can be used to influence the code generation:

  • --release: Execute the targets with the Release configuration. If not specified the Debug configuration is used.
  • --xml-documentation: Generate the xml documentation.
  • --comments: Take over comments from gir file into the wrapper code. Be aware of the LGPL license of the comments.
  • --targets <targets>: A list of targets to run or list.
  • --version <version>: Specify the version number of the build.

To get a full list of available options use --help.

Targets

Supported targets are:

  • generate: Generates the source code files. Recognizes comments option.
  • build: Builds the project with Debug or Release configuration. Recognizes xml-documentation and version option. Depends on generate target.
  • integration: Builds the integration library.
  • test: Execute unit tests with Debug or Release configuration. Depends on build.
  • pack: Packs the libraries into the Nuget folder in the project root. Recognizes version option. Depends on build.
  • clean: Cleans samples and build output including generated source code files.
  • samples: Builds the sample applications with Debug or Release configuration. Depends on build and integration.

If no target is specified the build target is executed.

Examples

If you want to clean your debug build just run:

$ dotnet run -- --targets clean

If you want to generate the xml documentation, build the samples and run the test cases in debug mode just run:

$ dotnet run -- --xml-documentation --targets test samples

If you want to build the wrappers in release mode just run

$ dotnet run -- --release

To use the newly build libraries in your project just add a reference to the csproj file of the project you want to use, e.g:

$ dotnet add reference [RepoPath]/Libs/Gtk/Gtk.csproj

How to help

Anyone who wants to help is very welcome. If you want to get into the project take a look at our Good First Issues or get in contact by starting a Discussion.

Code structure

The folder structure in this repository is organized like:

  • Build: Run the project to generate the libraries. Everything works automatically.
  • Generator: Code generator to create the lower API layer
  • Samples: Example apps for GTK, gstreamer, ...
  • Libs: Contains the libraries

The code in the library folder is not complete because the biggest part of the code gets generated and is only available after a run of the build project.

Licensing terms

Gir.Core is licensed under the terms of the MIT-License. Please see the LICENSE file for further information.

The Gir.Core logo is built upon the original GTK logo by Andreas Nilsson which is licensed under the GNU Free Documentation License and was relicensed under CC BY-SA 3.0. Therefore the Gir.Core logo is licensed under the CC BY-SA 3.0, too.

gir.core's People

Contributors

badcel avatar blquinn avatar cameronwhite avatar dependabot[bot] avatar firox263 avatar knuxbbs avatar mjakeman avatar na2axl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.