Git Product home page Git Product logo

nerd_mmccoo's Introduction

what's this repo about?

This repository holds the various sample codes for my nerd_mmccoo youtube channel.

Computation and visualization of 3D minumum spanning trees from random points.

I have created several youtube tutorials with the examples in this repository which can be found in this playlist including an introduction found here

paraview_tutorial

This directory contains the example data used in my paraview youtube tutorial

delaunay

This directory contains the implementation of a basic computation of the delaunay triangulation. It reads vtk files (an import format of paraview) of points and writes a vtk of the resulting triangulation.

I have a youtube tutorial here

mst3d

This directory contains an implementation of MST computation using the boost graph library. It reads vtk files of a graph (for example generated by the delaunay program above) and writes a vtk file of the MST

delaunay_mst_3d

This directory combines the previous two programs into one. delaunay and mst

boost properties

I have a youtube tutorial describing some of the confusing ascpects of the boost graph library.

This directory contains examples that are intended to clarify the property mapping aspects of the boost graph library. BGL documentation does contain some examples of how to get data in and out of the various algorithms, but the examples given in this repo are intended to supplement that.

There are several ways that graph properties can be connected to a graph. While most of these are pretty simple, it can be hard to know that from reading the docs. Hopefully, these examples will show how easy it is.

nerd_mmccoo's People

Contributors

mmccoo 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.