-
I'm using Linux Mint 14, Google Chrome 21, Firefox 6.
Not the livecoding.io nor the installed (sucessfully) works.
When I click on a number and press Ctrl nothing happens, I'm just being ignored by th…
ghost updated
11 years ago
-
The LiveCoding.io site is great. Playing with the demos, found a small issue with the "particles" demo, and found the following fix worked (thanks to https://groups.google.com/forum/?fromgroups=#!top…
-
Hello,
I would like to access my livecoding instance I have running on my linux server from another computer on my network. Currently it looks like I can only access it from the local system on whic…
ghost updated
11 years ago
-
-
Instead of the half-working homegrown one, look at http://code.google.com/p/livecoding/ and evaluate it for 1) use with the aspen webserver reloader 2) adaptation to handle simplate caching.
Better t…
-
Example: http://livecoding.io/3516997
-
CraftyJS (http://craftyjs.com/release/0.5.3/crafty.js) looks to be well-structured and annotated. Nevertheless Scripted doesn't seem to pick up the method signatures.
`Crafty.spr` then `Ctrl+Space` d…
-
```
html
javascript
```
This would allow people to deep link to the javascript or html tabs of a pad. Then you can use a javascript lookup on load to choose whi…
-
It would be a nice feature (like jsfiddle) to be able to link an external stylesheet for base styles to be inherited.
-
Paul,
I often start zerobrane with the wrong interpreter. Would it be possible to allow a lua compatible unix-style shebang to the started script to select the correct one?
--#!Lua
print(1)
or:
--…