About 427,000 results
Open links in new tab
  1. GitHub - SwiftGraphs/Grape: A Swift library for graph

    Dynamical graph structure based on your input, with tap and drag gesture supports, all within 100 lines of view body. Grape_0.6.1_Mermaid.mov. Source code: MermaidVisualization.swift

  2. 3D-Texture | Apple Developer Documentation

    Project multiple 2D images onto a surface to create a 3D texture. Samples data from three images and projects each along its respective coordinate axis and blends them by geometric normal. Generate 2D gradients, noise, and other patterns programmatically for your material. Load and configure 2D texture files.

  3. Swift Charts | Apple Developer Documentation

    Construct and customize charts on every Apple platform. Swift Charts is a powerful and concise SwiftUI framework you can use to transform your data into informative visualizations. With Swift Charts, you can build effective and customizable charts with minimal code.

  4. praeclarum/ShaderGraphCoder: Write RealityKit shaders using Swift - GitHub

    ShaderGraphCoder is an embedded DSL to write RealityKit shader graphs (USD compatible) in strongly typed Swift. 759 shader graph nodes are made available through 117 operators (math, blends, texture lookups, etc.) and 66 sources (constants, model and view transforms, etc.).

  5. iOS Chart Library | Fast iOS and macOS Charts | SciChart

    Create stunning 2D and 3D charting applications in Swift, Objective-C or Xamarin.iOS running on iPhone, iPad and Mac. Discover why developers consider SciChart the best iOS Chart Library for big, complex data visualizations.

  6. Grape - Swift Package Registry

    Aug 26, 2024 · This is a force directed graph visualizing the network of character co-occurence in Les Misérables. Take a closer look at the animation: Grape_0.3.0.mov. Source code: Miserables.swift.

  7. iOS & macOS Simple Scatter 3D Chart - SciChart

    This example demonstrates how to create a simple 3D Scatter Chart that is often used in scientific and engineering sectors allowing the visualisation of clustered data and for multi-variant analysis. SciChart iOS Charting Library offers SCIScatterRenderableSeries3D renderable series to create a Simple Scatter Plot in 3D.

  8. vikrammullick/3D-Grapher-Swift: 3D Grapher reprogrammed in Swift

    3D Grapher reprogrammed in Swift. 3D Grapher is your one stop 3D graphing utility and Multivariable Calculus companion. Whether you're working on a problem set late at night or just looking to mess around with some neat graphs, 3D Grapher has your back. 3D Grapher is capable of graphing Cartesian, Cylindrical, Spherical, and now Parametric graphs.

  9. Creating a chart using Swift Charts - Apple Developer

    To create a chart with Swift Charts, define your data and initialize a Chart view with marks and data properties. Then use modifiers to customize different components of the chart, like the legend, axes, and scale.

  10. [Question] Is there any way to make a 3d shape from an ... - Reddit

    Apr 6, 2021 · Plotting equations requires several steps: parsing the equation, determining the graph type (2D, 3D), finding a good range of values, etc. For a given sphere, you can plot that fairly easily in SceneKit using SCNSphere.