T

Results 20 comments of T

Should the api be a callback? Something along the lines of `SetFileDropCallback` Or perhaps something that can be captured in the update func.

Should ebiten then have built-in shaders that are optional? Toggleable in the shader pipeline.

I'll have an attempt at this but as there's no milestone attached maybe not

As glsl has no complex number support we can resolve i to sqrt(-1) in place. Additionally, as structs aren't implemented yet (I believe) we can just create two floats per...

This is possible with https://discord.com/developers/docs/game-sdk/activities

Does the license need to be compatible? Because the blog says the user just needs to agree to the license.

> If you want the height of the table not to overflow the screen, you can dynamically update the height of the table by monitoring the size of the window....

Move the executable into the root directory. Damn I can't even get this to build properly.

Okay hang on, leave the executable in the build folder and cd into the parent folder then run the executable from there. On Thu, Jan 17, 2019 at 10:25 PM...

Yeah compiling for macOS is a bitch, spent like 3 hours trying to get it to work.