paysage icon indicating copy to clipboard operation
paysage copied to clipboard

Paysage is a visual shared playground for code.

Results 27 paysage issues
Sort by recently updated
recently updated
newest added

This PR is dependent on the preview-management-url PR. It replace the following switch button: ![capture d ecran 2018-10-05 a 14 51 08](https://user-images.githubusercontent.com/298214/46536289-51615c80-c8ae-11e8-984a-e2da0439b6dc.png) by a three states button preview Off/my code...

All this started with the issue #113, about helping users to find their code object among others in the programmer view. In the process of introducing a "solo" mode we...

I sometimes demo the simple interface to Paysage (workshop/creature), along with the more advance programmer view. This is convenient to show visitors how the full Javascript looks like. And of...

I occasionnally use the workshop part of Paysage for small events at a primary school. Everytime, I have to remember the link (https://www.paysage.xyz/workshop/creature), which is very much a pain, as...

Here's a basic sketch using Processing.js's 3D capabilities: ```java void setup() { size(300, 300, P3D); } void draw() { lights(); background(0); translate(width/2, height/2, 0); rotateX(-0.5); rotateY(millis()/1000.0); box(100); } ``` When...

At the end of a workshop, or something like that, It could be great to download result (compiled source code of each participants) or freeze it somewhere.... It's like save...

When there is a lot of players in the same playground it becomes difficult to find your own creature among others especially when the code you wrote is not behaving...

user experience

The programs edited by users in the Programmer and send to the Paysage Playground are called _Code objects_ in the documentation. Informally, following the success of the Code Creatures workshops...

enhancement
user experience

Patatap is a web visual soundbox : https://patatap.com/ A workshop idea would be to collaboratively recreate a Patatap-inspired Playground in Paysage, by having up to 26 developers work together, each...

workshop