Results 13 comments of Imagic

It's just about limiting the framerate which is working fine without Temple+, I assume because of the engine differences. I tried forcing vsync without success, so I am using Dxtory...

It is to me, reasons are not relevant. You can close the issue if you disagree (just to say that I have no intention to argue).

Hi, I was thinking about building something like this project (ultimately, it could be awesome to have something similar to Cycles but for audio), so now I want to try...

Blender doesn't allow (anymore ?) access to the context data at registration of the addon, by commenting line https://github.com/aothms/ear/blob/master/blender/render_EAR/__init__.py#L141 the error will be gone (but the executable path must be...

> [...] it was a choice by LuaJIT to prevent easy use of those modules when LuaJIT is embedded with an app as is the case with love I don't...

I think this is a good example of something simple not going to be simple because of all the complexifying choices and constraints made by multiple parties along the lines....

I may be the only one who voiced concerns about this issue, thus I want to add that as long as the LuaJIT's version is known (which should not require...

I think `love.data.pack` taking a mutable input would be confusing because the rest of the data API is returning allocated data, maybe `love.data.packInto` or similar would be more suited (unless...

Hi, Just to update that, from my end, the issue is fixed as it can be. But maybe there is a reason it is still open. Also, thank you for...

To clarify my first post, signal handling and multi-threading do not interact well. See this discussion on [stackoverflow](https://stackoverflow.com/questions/2575106/posix-threads-and-signals). Also this comment from [LuaJIT](https://github.com/LuaJIT/LuaJIT/blob/e19db605129ea755b325e4396f58141dbdfd23a0/src/lj_profile.c#LL84C14-L84C14): ``` /* Sadly, we have to use...