Coder Social home page Coder Social logo

samsung / tizenfx Goto Github PK

View Code? Open in Web Editor NEW
176.0 65.0 239.0 1.24 GB

C# Device APIs for Tizen

License: Apache License 2.0

Shell 0.04% C# 99.92% Smalltalk 0.01% Component Pascal 0.01% Batchfile 0.01% Python 0.01% HTML 0.02%
tizen tizenfx dotnet c-sharp device-apis

tizenfx's Introduction

TizenFX

License Build

TizenFX API, which allows you to access platform-specific features not covered by the generic .NET and .NET MAUI features, such as system information and status, battery status, sensor date, and account and connectivity services.

Branches

Branch API Level Target Framework API Reference Platform myget.org nuget.org
master 12 net6.0-tizen9.0 Link Tizen vNext api12_myget
API11 11 net6.0-tizen8.0 Link Tizen 8.0 api11_myget api11_nuget
API10 10 tizen10.0 Link Tizen 7.0 api10_myget api10_nuget
API9 9 tizen90 Link Tizen 6.5 api9_myget api9_nuget
API8 8 tizen80 Link Tizen 6.0 api8_myget api8_nuget
API7 7 tizen70 Link Tizen 5.5 M3 api7_myget api7_nuget
API6 6 tizen60 Link Tizen 5.5 M2 api6_myget api6_nuget
API5 5 tizen50 Link Tizen 5.0 api5_myget api5_nuget
API4 4 tizen40 Link Tizen 4.0 api4_myget api4_nuget

master

The master branch is the main development branch for the Tizen .NET API Level 12.

The following NuGet packages will be published to Tizen MyGet Gallery and Github Packages Registry every day if there are any changes. (Nightly Build)

  • Tizen.NET 12.0.0.#####
  • Tizen.NET.API12 12.0.0.#####
  • Tizen.NET.Internals 12.0.0.#####

And, This branch is pushed to the tizen branch in the tizen gerrit and submitted for the next Tizen platform.

API4 ~ API11 branches

The API# branches are the release branch for Tizen .NET API Level #.

These release branches were FROZEN. No new public APIs can be added to these branches, only bug fixes and internal APIs can be added.

Using net6.0-tizen target framework for API11 or above

If you want to use the net6.0-tizen target framework, you need to install Tizen workload.

Using tizen target framework

If you want to use the tizen target framework, you need to use Tizen.NET.Sdk package as the project sdk.

<Project Sdk="Tizen.NET.Sdk/1.1.9">
  <PropertyGroup>
    <TargetFramework>tizen10.0</TargetFramework>
  </PropertyGroup>
</Project>

For more information, please see Using Tizen.NET.Sdk as SDK-style.

Minimum required versions of Tizen.NET.Sdk and Visual Studio

API Level Target Framework Tizen.NET.Sdk Visual Studio
API12 net6.0-tizen9.0 Tizen .NET Workloads 2022
API11 net6.0-tizen8.0 Tizen .NET Workloads 2022
API10 tizen10.0 1.1.9 2019
API9 tizen90 1.1.7 2019
API8 tizen80 1.1.6 2019
API7 tizen70 1.0.9 2019
API6 tizen60 1.0.9 2019
API5 tizen50 1.0.1 2017
API4 tizen40 1.0.1 2017

Quick Start

Prerequisites

Install .NET Core SDK : https://www.microsoft.com/net/download/

Getting the sources

git clone https://github.com/Samsung/TizenFX.git
cd TizenFX

How to build

./build.sh full
./build.sh pack

Tizen Project

TizenFX is a part of the Tizen project. You can download the latest binaries with TizenFX from the link below :

Tizen Version Link
Tizen 4.0 http://download.tizen.org/snapshots/TIZEN/Tizen-4.0/Tizen-4.0-Unified/latest/
Tizen 5.0 http://download.tizen.org/snapshots/TIZEN/Tizen-5.0/Tizen-5.0-Unified/latest/
Tizen 5.5 http://download.tizen.org/snapshots/TIZEN/Tizen-5.5/Tizen-5.5-Unified/latest/
Tizen 6.0 http://download.tizen.org/snapshots/TIZEN/Tizen-6.0/Tizen-6.0-Unified/latest/
Tizen 6.5 http://download.tizen.org/snapshots/TIZEN/Tizen-6.5/Tizen-6.5-Unified/latest/
Tizen 7.0 http://download.tizen.org/snapshots/TIZEN/Tizen-7.0/Tizen-7.0-Unified/latest/
Tizen 8.0 http://download.tizen.org/snapshots/TIZEN/Tizen-8.0/Tizen-8.0-Unified/latest/
Tizen 9.0 http://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/latest

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.