Giter Club home page Giter Club logo

lilyswift's Introduction

LilySwift ライブラリ

update : 2023.12.24

渡辺電気株式会社でSwiftに関するコードを整理しているiOS/macOS向けライブラリです。 よく使う基本モジュール, UIKitのユーティリティ, Metalのユーティリティなどを含みます。 主にグラフィックプログラミング、ビジュアルエフェクト、2D画像処理のコーディングを目的として開発・整理しています。

モジュール群の概要( Overview of Modules )

  • LilyCore

    • 汎用的な処理モジュール群(C言語からの移植)です。型の定義、画像オブジェクト、基礎的なロジックなどを含みます。
  • Lily

    • メインとなるSwiftモジュール群です。LilyCoreモジュールのラッパーオブジェクト、Metalのモジュール、ユーティリティなどを含みます。
  • Lily_View

    • iOS, macOSのビューに関するモジュール群です。AppKit,UIKitを用いるレイヤです。
  • Lily_Metal

    • Metalを用いるヘルパーユーティリティ群です。オブジェクトや各種拡張を含みます。
  • Lily_Stage

    • Metalを用いたグラフィックス処理のモジュール群です。パイプラインをまとめています。
  • Lily_UI

    • Lily_ViewのSwiftUI向けモジュールです。

検証している環境 ( Environment )

  • XCode 15.2
  • iOS 17.3
  • macOS 14.3 (with macCatalyst)

利用手順( Usage )

Lilyのビルドを通すまでの手順を説明します。

a. インストール( Install )

  1. XCodeを用意してください。

  2. XCodeを起動し、新規のiOS Appプロジェクトを作成します。

b. Swift Packageの追加( Add Swift Package )

  1. [File] > [Add Packages] を選択します。

  2. Package選択画面の右上の[検索フィールド]で以下を入力します。

  1. [LilySwift]が表示されるのでこれを選択します

  2. Dependency Ruleを設定します。

  • "Up to Next Major Version" を選択します。
  • バージョン範囲は、5.0.0 < 6.0.0 を指定します。
  1. [Add Package] ボタンを押します。

c. LilySwiftのインポート ( Import LilySwift Library )

  1. Swiftのコード内でLilySwiftをimportしてください。
import LilySwift
  1. LilySwiftのモジュールが利用可能になります。

ライブラリの成り立ち( Library structure )

2004年ごろ、Windows向けの画像処理ライブラリの必要性からLilyの開発を開始しました。 LilySwiftはiOS/macOS向けにLilyをSwiftに移植したライブラリです。

ライセンス(License)

LilySwiftライブラリは MIT License ( https://github.com/wdkk/LilySwift/blob/master/LICENSE )のもと、公開しています。

開発元(Developer)

Copyright(c) 2004- Watanabe-Denki, Inc.

lilyswift's People

Contributors

wdkk-kengo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

maphy11

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.