Meyer Zinn
Meyer Zinn
@Apostolique Sounds good. I was thinking of writing a script or at least a for loop to run from the browser to accomplish that. Would it be possible to separate...
Also, you might want to just make a chrome plugin for the bot so that people aren't spammed with updates and so that you can separate the files without requiring...
I believe it is the responsibility of the OpenGL program to manually account for this; that's why every game has a resolution option. You should be able to reduce the...
It seems GLFW 3.3 includes a function to help with this: https://www.glfw.org/docs/3.3/window_guide.html#window_scale @faiface 3.3 seems to be fairly stable, how much longer are we going to wait for it to...
I'm also interested in this. How hard would it be to incorporate?
What is the status of this PR? I'm hoping to use TensorLy for some large sparse PARAFAC decompositions and right now it's limited to CPU-only. Would TensorFlow support allow GPU...
@Game4all if a cube is at (x, y, z) in voxel space, does that mean it starts at $(x, y, z)$ in world space and extends to $(x + 1,...
Format codes could include: ISO 8601 Date Format: yyyymmdd ISO 8601 Time Format: hhmmssffffff etc., and could even stretch to include Unix timestamps, etc.
This format would be most useful for consuming APIs that are machine-readable as opposed to intricately built and designed systems. For example, some APIs might use a custom storage format...
Sorry to necropost on this, but I've been looking to use glfw for game development in Go (for a 2d, browser-based MMO). I'm considering ways to implement various methods that...