03:12
human-blip left
|
|||
monkeyinthejuice | How do I making GRAPHICS in RAKU | 07:29 | |
09:14
dakkar joined
|
|||
antononcube | For what purpose? | 13:27 | |
There are some attempts to introduce generic graphics primitives in Raku, but they are all though some "external" library or system. (E.g. "raylib" or SVG,) | 13:29 | ||
I do not see how it can be done otherwise in any effective manner. | 13:30 | ||
For data analysis (or data science) plots there are two JavaScrip-based packages. Both produce HTML files, but they are best used in Jupyter notebooks. | 13:31 | ||
monkeyinthejuice | Video game | 15:04 | |
I wanting to making platformer in RAKU | |||
antononcube | Someone else had similar proclaims, recently ... Lookup packages providing "raylib" bindings in Raku or similar. | 15:10 | |
For example, see this blog post: raku-advent.blog/2023/12/08/day-8-...ikes-back/ | |||
monkeyinthejuice | Wow ! Thank you | 15:26 | |
How do you playing music and sound in RAKU for video game | |||
antononcube | No idea. I have made LLM music notation generation and playing the result files in VS Code. | 15:46 | |
That is all I have done with Raku music-wise. |