GithubHelp home page GithubHelp logo

hhy5277 / nodebox Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nodebox/nodebox

0.0 2.0 0.0 94.03 MB

Node-based data application for visualization and generative design

Home Page: https://www.nodebox.net/

License: GNU General Public License v2.0

NSIS 0.58% Python 4.94% Java 94.33% HTML 0.13% Clojure 0.02%

nodebox's Introduction

NodeBox 3

NodeBox is a new software application for creating generative art using procedural graphics and a new way to approach graphic design.

Highlights:

  • Node based -- the software uses a non-destructive workflow where every operation is represented by a visual block of code.
  • Open to extend -- look and change the source of every code block.
  • Python or Clojure -- Nodes can be written in popular dynamic programming languages.

For downloads, documentation and the forum, visit the website:

http://nodebox.net/

Build Status

Building on Mac

NodeBox requires Java 8, Xcode and Homebrew (for Ant and Maven)

NodeBox uses Ant and Maven to build a running version. Install these first:

brew update
brew install ant maven

Then from the Terminal, run:

git clone https://github.com/nodebox/nodebox.git
cd nodebox
ant run

# To create a full app (the build will be in dist/mac):
ant dist-mac

Building on Windows

From the command prompt, run:

# Setup the correct environment variables
# (Modify these paths to your installation directories.)
set JAVA_HOME=c:\java\jdk8
set ANT_HOME=c:\java\ant
set PATH=%PATH%;%ANT_HOME%\bin

git clone git://github.com/nodebox/nodebox.git
# Modify build.properties to point to the correct installation paths of the JRE and NSIS.

cd nodebox
ant run

# To create a full app (the MSI will be in dist/windows/bundles):
ant dist-win

Building on Linux

Ubuntu Linux

Or other distributions based on APT package system:

sudo apt install git openjdk-8-jdk ant
git clone https://github.com/nodebox/nodebox.git
cd nodebox
ant run

Fedora Linux

Or other distributions based on YUM package system:

sudo yum install git java-1.8.0-openjdk ant
git clone https://github.com/nodebox/nodebox.git
cd nodebox
ant run

Arch Linux

Nodebox has an aur package for distributions based on Arch linux : nodebox-git

yaourt -S nodebox-git

or

git clone https://aur.archlinux.org/nodebox-git.git
cd nodebox-git
makepkg
sudo pacman -U nodebox-git-[version-number]-any.pkg.tar.xz

you can then launch nodebox as any desktop application, or by running the nodebox command on terminal

Building on FreeBSD/PC-BSD

Just use pkg:

sudo pkg install git openjdk-8 apache-ant
git clone https://github.com/nodebox/nodebox.git
cd nodebox
ant run

nodebox's People

Contributors

derpdiggler avatar fdb avatar lievn avatar lucasnijs avatar manuq avatar mariapet avatar michaelsproul avatar proles avatar stebanos avatar techtonik avatar

Watchers

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