A big shout-out to everyone who made it. The next fireside chat is pencilled in for the 9th August. #OpenSource #RISCOS #Community #Code4Fun #Zoom #Meetup #RaspberryPi #ARM #Rockchip #Retro #AcornComputers
Are you interested in coding on RISC OS? Want to learn more? Join our friendly fireside chat on Zoom—DM for credentials (unchanged). If you are a developer, come and connect. The event is this Saturday, 5th July, at 7:30 pm (GMT+1). #OpenSource #RISCOS #Community #Code4Fun #Zoom #ARM #RasperryPi
A big shout-out to everyone who made it. The next fireside chat is pencilled in for the 5th of July. #OpenSource #RISCOS #Community #Code4Fun #Zoom #Meetup #RaspberryPi #ARM #Rockchip #Retro #AcornComputers
Are you interested in Coding on RISC OS? Want to learn more? Join our friendly fireside chat on Zoom—DM for credentials (unchanged). If you are a developer, come and connect. The event is this Saturday, 31st May, at 7:30 pm (GMT+1). #OpenSource #RISCOS #Community #Code4Fun #Zoom #ARM #RasperryPi
Guides: RISC OS Open

How to Videos for Beginners

YouTube
A huge shout-out to everyone who made it. The next meet-up is pencilled in for Saturday, 31st May. Come and join in, connect with others. #Code4Fun #OpenSource #RISCOS #Community #Meetup
Are you interested in Coding on RISC OS? Want to learn more? Join our friendly fireside chat on Zoom—DM for credentials (unchanged). If you are a developer, come and connect. The event is this Saturday, 26th April, at 7:30 pm (UK). #OpenSource #RISCOS #Community #Code4Fun #Zoom

Still learning #zig and #raylib. I know it's not much, but I now have a button supporting different graphics for idle, hovering and presses :D And callback function on click.
I'm still not 100% sure if this is a language I'll stick with, but so far I do like it. Fast compile times and small executables, and a very explicit code!

#code4fun #learning

Thanks to Connect_Confusion794 on Reddit.

I simply couldn't get my #raylib application to use my main monitor!?

So spend a long time trying out everything I could find online, until i came upon this post https://www.reddit.com/r/raylib/comments/j09htr/how_to_set_display_monitor/

In short:
setWindowMonitor does NOTHING, unless you have called toggleFullscreen first, so the application is in fullscreen mode when setWindowMonitor is called.

#zig #raylib #code4fun

#zig might be the cure for my fever (and not more cow-bell). It's been easy to get started with zig and #raylib, so that's nice. BUT I really HATE the way zig does conversions between int->float->int. But I get why, so guess I just have to learn it, and use the right types from the get-go.

#learning #programming #code4fun