Giter Club home page Giter Club logo

element's Introduction

๐Ÿ‘‹ About

๐Ÿ“ Recent articles:

๐ŸŒฑ Open-source:

Package Description Tests CodeBeat Stars
DarkMode DarkMode made simple Tests codebeat badge platform
Spatial Layout manager Tests codebeat badge platform
FileWatcher Observe file changes Tests codebeat badge platform
HybridCam Photo and Video camera .github/workflows/swift.yml codebeat badge platform
TestRunner Run UI-tests in sequence Tests codebeat badge platform
ParallelLoop Parallel + functional operations in swift Tests codebeat badge platform
FileStreamer Continuous data to disk Tests codebeat badge platform
FlowLayout Bi-directional layout framework for iOS Tests codebeat badge platform
Popover-label Popover label for iOS Swift codebeat badge platform

๐Ÿ“Š GitHub Stats:


๐Ÿ“š Stackoverflow stats:

๐Ÿ† Awards:

FlowLayout - A bi-directional layout framework for iOS | Product Hunt

element's People

Contributors

eonist avatar vrfn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

element's Issues

demo app?

Could your share the demo app in readme document?

Library does not compile under swift 4

Output: https://pastebin.com/Ey1pDyVu

main.swift:

print("Hello, world!")

Package.swift:

import PackageDescription

let package = Package(
    name: "PinSwift",
    dependencies: [
        .package(url: "https://github.com/eonist/Element.git", .branch("master"))
    ],
    targets: [
        .target(
            name: "PinSwift",
            dependencies: [
                "Element",
            ],
            path: "Sources"
        ),
        .testTarget(
            name: "PinSwiftTests",
            dependencies: ["PinSwift"]),
    ]
)

AppDelegate.swift is empty

If I'm importing the library wrong, please let me know. It doesn't work in Package.swift the way mentioned in README.md, so I've changed that

UML

Create the UML doc

Implementation

Hey!

First, great job guys - seems like A LOT of work has been put into it and it is definitely something that is sorely missing on OSX.

Now, as for the issue - Element is currently missing description about how to implement it in the project itself - and it does not seem easy on the first look - is there possibility you could extend readme to have this described more properly?

Also, have you thought about using CocoaPods? That would help immensely and definitely would allow more people to use the project.

Thank you very much!
Sincerely
JT

Retrocompatibility

Hello,

I'm mainly targeting older mac versions (as far as Marverick).
Is there a way to make Element compatible with these ? If not what would be the oldest supported os, El Captain ?

Thanks

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.