Skip to content

db-in/fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fusion

Fusion

Version Swift Package Manager Compatible CocoaPods Compatible Platform iOS Pipeline

codebeat badge Carthage Compatible

Description

Fusion is a powerful native Swift framework that provides a comprehensive suite of tools for creating and manipulating 3D graphics, animations, and effects. It is designed to work seamlessly across all Apple platforms, including iOS, macOS, tvOS, and watchOS. With Fusion, developers can easily integrate stunning 3D visuals into their applications, unlocking a new level of creativity and immersive experiences.

Features

  • Feature1;
  • Feature1;
  • Feature1.

Installation

Using CocoaPods

Add to your Podfile file

pod 'Fusion'

Using Carthage

Add to your Cartfile or Cartfile.private file

github "db-in/Fusion"

Add to your Package.swift file

let package = Package(
    name: "myproject",
    dependencies: [
        .package(url: "[email protected]:db-in/fusion.git"),
    ],
    targets: [
        .target(
            name: "myproject",
            dependencies: ["Fusion"]),
    ]
)

Programming Guide

The features are:

  • Initialization
  • Feature-1
  • Feature-2
  • Feature-3

Initialization

Start by importing the package in the file you want to use it.

import Account

Feature-1

Describe usage of Feature-1

// Some code for Feature-1

FAQ

Possible Question-1?

  • Answer for Question-1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages