Anand Swaroop

Results 23 comments of Anand Swaroop

I integrated raylib into the repository above. I'll add this to h-raylib as soon as possible.

I have (in the `web` branch) added experimental web support and converted the basic-window example into a web-compatible example. Unfortunately, ghc's wasm backend does not yet support Template Haskell, which...

It’s been a while since I made that comment. At the moment, h-raylib uses a lot of template haskell internally, so I don’t think it is possible to get it...

[The ghc merge request](https://gitlab.haskell.org/ghc/ghc/-/merge_requests/12555) looks like it will be merged soon

Yeah, the merge request has been merged and I see a new commit in ghc-wasm-meta. I’ll test it out today and figure out how many bugs there are (hopefully few...

I faced another issue when I tried it out (see https://gitlab.haskell.org/ghc/ghc-wasm-meta/-/issues/16). I don't think this will be fixed before the gamejam.

Thank you @metiulekm, that worked. @GunpowderGuy you can use [h-raylib-web-template](https://github.com/Anut-py/h-raylib-web-template), but it's very buggy at the moment. So far I've found one major bug, `updateCamera` doesn't work. If you plan...

[This issue](https://github.com/NixOS/nixpkgs/pull/199423) was supposed to propagate Xext from Xi, I'm not sure why this isn't working.

Ok, I'll check with `nixpkgs` to find out what's wrong. I'll add `Xext` back in in the next version.