Coder Social home page Coder Social logo

nodebox-pyobjc's Introduction

NodeBox

NodeBox is an application used in graphic design research. It provides an interactive Python environment where you can create two-dimensional graphics. NodeBox scripts can create PDFs or QuickTime movies that can contain anything from simple geometrical shapes to fully-fledged bitmaps, vector images and text.

NodeBox is mostly meant to design and explore generative design and animation. It features several ways to manipulate parameters inside of a program: it contains an interface builder and an on-the-fly value changing gizmo called the throttle.

http://nodebox.net/

Credits

NodeBox itself is written by Frederik De Bleser. ([email protected]) The NodeBox manual is written by Tom De Smedt. ([email protected])

NodeBox is a fork of DrawBot (http://drawbot.com) by Just van Rossum ([email protected]), which is released under a MIT-style license.

Contributing

The NodeBox source is available on GitHub:

http://github.com/nodebox/nodebox-pyobjc

nodebox-pyobjc's People

Contributors

famousgarkin avatar fdb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nodebox-pyobjc's Issues

noclear / background clear=False

I'm implementing a feature[1] in shoebot to allow the user to preserve what was drawn in the previous frame.

I think the API will look like this:

noclear() 
background(clear=False)

Although maybe something like this could be an alternative:
background(preserve=True)

It would be good to keep the nodebox1 implementations in sync, let me know what you think.

[1]
shoebot/shoebot#235
Suggested by @azbulutlu after we did a shoebot workshop a couple of years ago at LibreGraphicsMeeting.

Support Mac OS X 10.5 - 10.7.

We would like to support all versions from 10.5 - 10.7.

To make NodeBox work on 10.7 we compiled it on 10.7. So that's good.

However, now it fails on 10.5, with:

Library not loaded: /System/Library/Frameworks/Python.framework/Versions/2.7/Python
Referenced from: /Users/nodebox/Downloads/NodeBox/NodeBox.app/Contents/MacOS/NodeBox
Reason: image not found

Missing LICENSE file

While researching graph visualization programming libraries, I came across this project.
However fast skimming website let me to "open source" phrases but no legal binding specifics about licensing.

Could you please consider adding some permissive (like Public Domain, MIT or BSD or Apache) license to this project?
IMHO Adding it to root of repository as LICENSE file will be canonical and easiest to spot.
Thanks!
Greg

Add cap and join style to bezier path.

The BezierPath class should support cap style (butt, round or square) and join style (miter, round, bevel).

NSBezierPath implements cap style and join style, so supporting this is a matter of making the attributes available in the appropriate places:

  • The cap style and join style should be context state variables, available under capstyle() and joinstyle()
  • The BezierPath should inherit these state variables when creating a new bezier path.
  • The BezierPath should have getters / setters for cap style and join style.
  • The BezierPath constructor should accept capstyle and joinstyle arguments.

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.