jack

Results 10 issues of jack

Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go version go1.13.8 linux/amd64 ### Does this issue reproduce with the...

I see zmesh.Shape can already be saved to disk in obj format. Any chance we can read it back to create a shape?

Hi @michal-z , I've being following your work closely, nice work! A quick question, will you consider add libs for 2d games? e.g. box2d/vector graphics/spine animation etc. I'm asking because...

enhancement

I'm trying to parallel frontend of my software rasterizer using zjobs. The JobQueue with default configuration occupied at least 80% cpu, even when I'm not scheduling any jobs. OS: windows...

Just cloned the repo and trying to run event.ss/simple.ss, got following error: ``` jack@jack-VirtualBox:~/chez-sdl/tst$ scheme --script simple.ss Exception: invalid foreign-procedure result type specifier (& SDL_JoystickGUID) at line 1271, char 98...

A minor change of **samples/imguitest.lobster** will expose the bug -- comment out code block starts with `im.window("Created by code", im.window_no_collapse | im.window_always_autoresize):`. The change will cause global variable `d` shown...

### Zig Version 0.13.0-dev.211+6a65561e3 ### Steps to Reproduce and Observed Behavior ```zig const std = @import("std"); const E = enum { a, b, }; const ES = std.enums.EnumFieldStruct(E, ?u8, null);...

bug

Looks like mobile platform is very important for indie games. Let's do it.

`zig build test` gives following error message: ``` test └─ run zmath-tests └─ zig test zmath-tests Debug native failure error: error: couldn't allocate output register for constraint '{zmm0}' ``` Here's...

I know it has been planned to reimplement SDL_Renderer on top of new shiny gpu-api. I'm wondering if its possible/desirable to take it a step further - add convenient api...