Search found 58 matches

by Lua Hal
Sat Jun 07, 2014 7:49 pm
Forum: General
Topic: "Shine" - a unique and interesting extension of Lua
Replies: 2
Views: 1214

Re: "Shine" - a unique and interesting extension of Lua

It is kinda weird, but it has a few features I've always wanted for Lua, like more operators.
by Lua Hal
Sat Jun 07, 2014 7:48 pm
Forum: Support and Development
Topic: setIcon is acting weird
Replies: 11
Views: 5533

Re: setIcon is acting weird

It is ImageData...
by Lua Hal
Sat Jun 07, 2014 5:40 pm
Forum: General
Topic: [sharing is caring] music to program to
Replies: 11
Views: 4855

Re: [sharing is caring] music to program to

I listen to everything I usually do. Do you guys have a last.fm? last.fm say I listen predominately to "black metal, experimental, ambient, noise and shoegaze".
by Lua Hal
Sat Jun 07, 2014 5:38 pm
Forum: Support and Development
Topic: setIcon is acting weird
Replies: 11
Views: 5533

Re: setIcon is acting weird

The exact same thing happens except the pixels visible are black or white.
by Lua Hal
Sat Jun 07, 2014 5:17 pm
Forum: Support and Development
Topic: setIcon is acting weird
Replies: 11
Views: 5533

setIcon is acting weird

This is the result I get when I attempt to set the icon as a solid 16x16 square of magenta 100% transparent... It looks identical to the result of setting a blank 16x16 ImageData as the icon, but the pixels that are visible are magenta instead of black. "true" is the output of setIcon.
by Lua Hal
Sat Jun 07, 2014 2:58 pm
Forum: Libraries and Tools
Topic: LoveNoise - A Love Noise library [v0.2.1]
Replies: 18
Views: 12402

Re: LoveNoise - A Love Noise Wrapper library [v0.1.2]

So can I become the next Merzbow with this? I was actually listening to one of his collabs when I saw this thread :shock:
by Lua Hal
Sat Jun 07, 2014 2:50 pm
Forum: General
Topic: "Shine" - a unique and interesting extension of Lua
Replies: 2
Views: 1214

"Shine" - a unique and interesting extension of Lua

https://github.com/richardhundt/shine

This looks really cool, it is pretty close to my ideal programming language. What do you think?
by Lua Hal
Sat Jun 07, 2014 2:47 pm
Forum: Support and Development
Topic: I want to make a text editor in Love2D.
Replies: 4
Views: 3097

Re: I want to make a text editor in Love2D.

Thanks for that, I'll keep that in mind.
by Lua Hal
Sat Jun 07, 2014 2:26 pm
Forum: Support and Development
Topic: I want to make a text editor in Love2D.
Replies: 4
Views: 3097

I want to make a text editor in Love2D.

Now that it has the ability to resize windows dynamically, I really want to make a text editor. I have enough knowledge to do it, but if there's anything you'd like to point out for help I'd love to hear it! I am particularly worried about editing long files - won't Lua load the entire file into mem...
by Lua Hal
Sat Dec 28, 2013 2:30 am
Forum: Libraries and Tools
Topic: Musical: automatic music generation
Replies: 27
Views: 12745

Re: Musical: automatic music generation

I don't know if live coding has been mentioned, but this concept made me think of this . He seems to use random numbers often in his works, but I think he procedurally deletes and adds code blocks so you'd have to table or formulate musical song structures, and then variation becomes a problem. Food...