Coder Social home page Coder Social logo

sanengineer / visualdebugger Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chenyunguimilook/visualdebugger

0.0 0.0 0.0 1.01 MB

The most elegant and easiest way to visual you data in playground

License: MIT License

Swift 99.09% Ruby 0.91%

visualdebugger's Introduction

VisualDebugger

The most elegant and easiest way to visual you data in playground

it's perfect to work with TestDrive, to try it just type: "testDrive VisualDebugger"

Features

  • support CocoaPods, Carthage, Swift Package Manager
  • support visual debug draw bezier path
  • support visual debug [CGPoint], with different styles
  • support visual debug CGAffineTransform
  • support choose proper 2d coordinate system
  • Single source file

Sneak peek

Requirements

  • iOS 8.0+ | macOS 10.11+ | tvOS 9.0+
  • Xcode 8

Installation

CocoaPods

You can use CocoaPods to install VisualDebugger by adding it to your Podfile:

platform :ios, '8.0'
use_frameworks!

target 'MyApp' do
  pod 'VisualDebugger', '~> 2.0.0'
end

Carthage

Create a Cartfile that lists the framework and run carthage update. Follow the instructions to add $(SRCROOT)/Carthage/Build/iOS/VisualDebugger.framework to an iOS project.

github "chenyunguiMilook/VisualDebugger" ~> 2.0.0

Manually

  1. Download and drop VisualDebugger.swift into your project.
  2. Congratulations!

Swift Package Manager

You can use The Swift Package Manager to install VisualDebugger by adding the proper description to your Package.swift file:

import PackageDescription

let package = Package(
    name: "PROJECT_NAME",
    targets: [],
    dependencies: [
        .Package(url: "https://github.com/chenyunguiMilook/VisualDebugger.git", majorVersion: 2)
    ]
)

visualdebugger's People

Contributors

chenyungui avatar chenyunguimilook 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.