Git Product home page Git Product logo

kotlin-native-ios-uikit-bug's Introduction

Samples

This directory contains a set of samples demonstrating how one can work with Kotlin/Native. The samples can be built using Gradle build tool. See README.md in sample directories to learn more about specific samples and the building process.

  • androidNativeActivity - Android Native Activity rendering 3D graphics using OpenGLES
  • calculator - iOS Swift application, using Kotlin/Native code compiled into the framework
  • cocoapods - A Kotlin/Native application using the AFNetworking library from CocoaPods.
  • csvparser - simple CSV file parser and analyzer
  • echoServer - TCP/IP echo server
  • gitchurn - program interoperating with libgit2 for GIT repository analysis
  • gtk - GTK2 interoperability example
  • html5Canvas - WebAssembly example
  • libcurl - using of FTP/HTTP/HTTPS client library libcurl
  • nonBlockingEchoServer - multi-client TCP/IP echo server using co-routines
  • objc - AppKit Objective-C interoperability example for macOS
  • opengl - OpenGL/GLUT teapot example
  • python_extension - Python extension written in Kotlin/Native
  • tensorflow - simple client for TensorFlow Machine Intelligence library
  • tetris - Tetris game implementation (using SDL2 for rendering)
  • uikit - UIKit Objective-C interoperability example for iOS
  • videoplayer - SDL and FFMPEG-based video and audio player
  • win32 - trivial Win32 GUI application
  • workers - example of using workers API

Note: If the samples are built from a source tree (not from a distribution archive) the compiler built from the sources is used. So you must build the compiler and the necessary platform libraries by running ./gradlew bundle from the Kotlin/Native root directory before building samples (see README.md for details).

Alternatively you may remove a line org.jetbrains.kotlin.native.home=<...> from all gradle.properties files. In this case the Gradle plugin downloads and uses a default compiler for this plugin version.

One may also build all the samples with one command. To build them using Gradle run:

./gradlew buildAllSamples

kotlin-native-ios-uikit-bug's People

Contributors

unknownjoe796 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.