NodeBox

NodeBox is a cross-platform, node-based GUI for efficient data visualizations and generative design.

License

License

Categories

Categories

Net
GroupId

GroupId

net.nodebox
ArtifactId

ArtifactId

nodebox
Last Version

Last Version

3.0.44
Release Date

Release Date

Type

Type

jar
Description

Description

NodeBox
NodeBox is a cross-platform, node-based GUI for efficient data visualizations and generative design.
Project URL

Project URL

https://nodebox.net
Source Code Management

Source Code Management

https://github.com/nodebox/nodebox

Download nodebox

How to add to project

<!-- https://jarcasting.com/artifacts/net.nodebox/nodebox/ -->
<dependency>
    <groupId>net.nodebox</groupId>
    <artifactId>nodebox</artifactId>
    <version>3.0.44</version>
</dependency>
// https://jarcasting.com/artifacts/net.nodebox/nodebox/
implementation 'net.nodebox:nodebox:3.0.44'
// https://jarcasting.com/artifacts/net.nodebox/nodebox/
implementation ("net.nodebox:nodebox:3.0.44")
'net.nodebox:nodebox:jar:3.0.44'
<dependency org="net.nodebox" name="nodebox" rev="3.0.44">
  <artifact name="nodebox" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.nodebox', module='nodebox', version='3.0.44')
)
libraryDependencies += "net.nodebox" % "nodebox" % "3.0.44"
[net.nodebox/nodebox "3.0.44"]

Dependencies

compile (11)

Group / Artifact Type Version
org.clojure : clojure jar 1.8.0
com.google.guava : guava jar 18.0
org.apache.httpcomponents : httpclient jar 4.2.3
com.itextpdf : itextpdf jar 5.5.0
net.java.dev.jna : jna jar 4.1.0
com.jayway.jsonpath : json-path jar 0.8.1
org.python : jython jar 2.7-b1
net.sf.opencsv : opencsv jar 2.3
org.clojars.processing-core » org.processing.core jar 1.5.1
ddf.minim » ddf.minim jar 2.2.0
de.sojamo » oscp5 jar 0.9.8

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

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:

https://nodebox.net/

Build Status

Building on Mac

NodeBox requires the Java JDK, and Homebrew (for Ant and Maven)

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

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\jdk
set ANT_HOME=c:\java\ant
set WIX_HOME=c:\java\wix
set PATH=%PATH%;%ANT_HOME%\bin;%WIX_HOME%\bin

git clone https://github.com/nodebox/nodebox.git

cd nodebox
ant run

# To create a full app (the MSI will be in dist/windows):
# Set the correct version in src/main/resources/version.properties
ant dist-win

Building on Linux

Ubuntu Linux

Or other distributions based on APT package system:

sudo apt install git openjdk-11-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-11-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-11 apache-ant
git clone https://github.com/nodebox/nodebox.git
cd nodebox
ant run
net.nodebox

EMRG

Versions

Version
3.0.44