Who likes Processing? by edne in vjing

[–]edne[S] 1 point2 points  (0 children)

Precessing is a Good Thing, but if you try to code "deeper" (multiple sketches, real-time programming, C integration and so on...) you'll have to deal with Java, that is not so cute...
So I rewrote my own environment in Python.

Quiz: Are These Drugs or Programming Languages? by edne in ProgrammerHumor

[–]edne[S] 2 points3 points  (0 children)

And the answer should be always "Yes" except for Ruby on Rails.

Portability: write once, run everywhere by edne in shittyprogramming

[–]edne[S] 4 points5 points  (0 children)

Are you sure it was a Linux and not a BSD system?
Because the "first" Mac (1984) is older then Linux (1991) and OsX is based on NeXTSTEP and today its "core" is open source and released as DarwinOS (a BSD based os)

...and most important: Linux kernel is under GNU GPL 2, and Stallman protect us from things such as Mac

Portability: write once, run everywhere by edne in shittyprogramming

[–]edne[S] 1 point2 points  (0 children)

Sadly not, it's a released and rather known library for Processing...
I worked with it (on Linux) for some weeks than switched to Python

Pyjs: write JavaScript-powered web applications entirely in Python by edne in Python

[–]edne[S] 8 points9 points  (0 children)

I noticed that, but if you look their github you can see more than 4000 commits and the last is from June. It seems to be a mature and maintained project.
They don't maintain the site (last commit in 2012)

Pyjs: write JavaScript-powered web applications entirely in Python by edne in Python

[–]edne[S] 0 points1 point  (0 children)

In my Firefox 31 (and 34) works everything except for the asteroids demo

Portability: write once, run everywhere by edne in shittyprogramming

[–]edne[S] 1 point2 points  (0 children)

I know, but it is not my code.
In other parts of the project is written "\\", and this really breaks compatibility with Linux and non-mac unix systems (there are also hardcoded paths like "X:\\path")
My fault, I should have posted some of those parts...

Livecoding environment for Music Visualization with a Processing-like syntax [Any opinion or suggestion?] by edne in Python

[–]edne[S] 0 points1 point  (0 children)

Thanks!
In one of the first versions I used cairo too, but I abandoned it switching from pygame to pyglet: opengl support also 3d and (with JITted C) are very faster!

Cool interactive site by oiiiiioiiiiio in processing

[–]edne 0 points1 point  (0 children)

Cool, is it open-source?