Re: raylib wasm soon^tm

2023-12-30 Thread monkyyy via Digitalmars-d-announce

On Saturday, 30 December 2023 at 14:57:54 UTC, JN wrote:


No Windows support shouldn't be such a big deal. If you have 
WASM working, you can just wrap your WASM game in NW.js or 
Electron to make a standalone app.


I would never, native support is in reach and I find the webpage 
shit to make a canvas for wasm to be completely insane.


Its a question if I'll maintain building


Re: raylib wasm soon^tm

2023-12-30 Thread ryuukk_ via Digitalmars-d-announce

On Saturday, 30 December 2023 at 07:13:25 UTC, monkyyy wrote:

https://monkyyy.itch.io/test-wasm-missle-command

https://github.com/crazymonkyyy/raylib-2024

(press f9 to change color scheme)

Nearly done with my alpha todo list, schvelguy got it working 
on windows,

so thats 3 platforms, windows(wishywashy rn), linux, wasm

For what its worth I live-streamed some of it 
https://www.youtube.com/watch?v=ogFI2hu98wI;


see examples folder for target syntax and style
see readme contributing on contributing

Its a mess, its pre-alpha, but its nearing the point of useful 
wasm


Cool to see more WASM with D, i'm a bit late on my game project, 
but hopefully i'll be able to see progress soonish, with WASM too!





Re: raylib wasm soon^tm

2023-12-30 Thread JN via Digitalmars-d-announce

On Saturday, 30 December 2023 at 07:13:25 UTC, monkyyy wrote:

https://monkyyy.itch.io/test-wasm-missle-command

https://github.com/crazymonkyyy/raylib-2024

(press f9 to change color scheme)

Nearly done with my alpha todo list, schvelguy got it working 
on windows,

so thats 3 platforms, windows(wishywashy rn), linux, wasm

For what its worth I live-streamed some of it 
https://www.youtube.com/watch?v=ogFI2hu98wI;


see examples folder for target syntax and style
see readme contributing on contributing

Its a mess, its pre-alpha, but its nearing the point of useful 
wasm


No Windows support shouldn't be such a big deal. If you have WASM 
working, you can just wrap your WASM game in NW.js or Electron to 
make a standalone app.


raylib wasm soon^tm

2023-12-29 Thread monkyyy via Digitalmars-d-announce

https://monkyyy.itch.io/test-wasm-missle-command

https://github.com/crazymonkyyy/raylib-2024

(press f9 to change color scheme)

Nearly done with my alpha todo list, schvelguy got it working on 
windows,

so thats 3 platforms, windows(wishywashy rn), linux, wasm

For what its worth I live-streamed some of it 
https://www.youtube.com/watch?v=ogFI2hu98wI;


see examples folder for target syntax and style
see readme contributing on contributing

Its a mess, its pre-alpha, but its nearing the point of useful 
wasm