Rough implementation of the metaballs simulation in MetaballsKit

This commit is contained in:
Eryn Wells 2017-07-30 14:29:58 -07:00
parent 2099749071
commit 440ed1b3f3
6 changed files with 427 additions and 0 deletions

View file

@ -0,0 +1,19 @@
//
// MetaballsKit.h
// MetaballsKit
//
// Created by Eryn Wells on 7/30/17.
// Copyright © 2017 Eryn Wells. All rights reserved.
//
#import <Cocoa/Cocoa.h>
//! Project version number for MetaballsKit.
FOUNDATION_EXPORT double MetaballsKitVersionNumber;
//! Project version string for MetaballsKit.
FOUNDATION_EXPORT const unsigned char MetaballsKitVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <MetaballsKit/PublicHeader.h>