Search found 71 matches

by Someguynamedpie
Thu Jun 12, 2014 12:13 am
Forum: Libraries and Tools
Topic: Oysi's 3D Rendering & Physics Engine
Replies: 127
Views: 88879

Re: Oysi's 3D Rendering & Physics Engine

Is that a pixel shader? And are those jittery colors artifacts in the image or the shader?

No automerge :halloween:
by Someguynamedpie
Wed Jun 11, 2014 11:24 pm
Forum: Libraries and Tools
Topic: Oysi's 3D Rendering & Physics Engine
Replies: 127
Views: 88879

Re: Oysi's 3D Rendering & Physics Engine

I added you on steam to go through some of the things you could shove into threads.
by Someguynamedpie
Tue Jun 10, 2014 6:51 am
Forum: Libraries and Tools
Topic: Oysi's 3D Rendering & Physics Engine
Replies: 127
Views: 88879

Re: Oysi's 3D Rendering & Physics Engine

Nice job! Out of curiosity, do you offload any of the work onto separate threads?
by Someguynamedpie
Sun Dec 08, 2013 2:00 am
Forum: Support and Development
Topic: Drawing while in love.update function
Replies: 8
Views: 3845

Re: Drawing while in love.update function

Yeah, clear before drawing is done
by Someguynamedpie
Sun Dec 08, 2013 1:59 am
Forum: Support and Development
Topic: Sound streaming
Replies: 3
Views: 4443

Re: Sound streaming

It wouldn't need a separate thread. And I guess you could call this a suggestion noiw
by Someguynamedpie
Sat Dec 07, 2013 10:05 pm
Forum: Support and Development
Topic: Drawing while in love.update function
Replies: 8
Views: 3845

Re: Drawing while in love.update function

You need to move clear to before present.
by Someguynamedpie
Sat Dec 07, 2013 9:58 pm
Forum: Support and Development
Topic: Sound streaming
Replies: 3
Views: 4443

Sound streaming

Is it possible to have a sound output device object and send it PCM to have played? Otherwise it would be very unfeasible to implement a custom audio format.
In laymens terms, I'd like to manually buffer audio.
by Someguynamedpie
Sat Sep 14, 2013 3:13 am
Forum: Support and Development
Topic: Prevent the user from exiting by clicking "Close"
Replies: 11
Views: 5334

Re: Prevent the user from exiting by clicking "Close"

Just throwing this out there, Alt+F4 just emulates clicking the close button and for no reason should cause a termination. If the application won't obey and there's no other way, you terminate the process in task manager. Command Q as far as I know terminates the program, however.
by Someguynamedpie
Sat Sep 14, 2013 3:07 am
Forum: Support and Development
Topic: Clipboard Access
Replies: 16
Views: 4396

Re: Clipboard Access

There's so many dependencies to Love, it'd be nice if there was a CI setup. I might a love cross compiler vps on my free time
by Someguynamedpie
Sat Sep 14, 2013 1:55 am
Forum: Support and Development
Topic: Clipboard Access
Replies: 16
Views: 4396

Re: Clipboard Access

I see it in the repo. I'll build it myself I guess.