Search found 24 matches
- Mon Aug 11, 2025 5:56 pm
- Forum: Commodore OS Software Development
- Topic: Basic OS Studio Share and Tell
- Replies: 0
- Views: 70
Basic OS Studio Share and Tell
Hey all. In typing with Leo, we agreed to make this a sort of "Share and Tell" for our Basic OS Studio programs since it doesn't seem that we can create an install package. It would be nice though to have the same Level as "COMMODORE OS SOFTWARE DEVELOPMENT" so we can post "...
- Sun Jul 27, 2025 6:56 pm
- Forum: Commodore OS Software Development
- Topic: OS Basic Studio Development
- Replies: 9
- Views: 4933
Re: OS Basic Studio Development
Here's the working solution if anyone else needs it. visible = true fullscreen = false resizable = false borderless = false highDPI = false vsync = true WindowOpen(0, "test", WINDOWPOS_CENTERED, WINDOWPOS_CENTERED, 1400, 980, WindowMode(visible, fullscreen, resizable, borderless, highDPI),...
- Sat Jul 26, 2025 6:14 pm
- Forum: Commodore OS Software Development
- Topic: OS Basic Studio Development
- Replies: 9
- Views: 4933
Re: OS Basic Studio Development
Well, I have no idea why but it's working now. I typed the Canvases example for 1 window and 2 canvases and it just wouldn't work. When I just copied ALL the sample coded and widdled it down to 1 window and 3 canvases....it worked just fine. Not sure what I was doing wrong but I'll just copy/paste t...
- Sat Jul 26, 2025 2:26 pm
- Forum: Commodore OS Software Development
- Topic: OS Basic Studio Development
- Replies: 9
- Views: 4933
Re: OS Basic Studio Development
Awesome. Thanks so much Leo
- Fri Jul 25, 2025 3:42 pm
- Forum: Commodore OS Software Development
- Topic: OS Basic Studio Development
- Replies: 9
- Views: 4933
OS Basic Studio Development
Hi all. I'm playing around in here and having a blast making simple games. What I'm struggling with is multiple windows and canvases. I've been reviewing the Canvas Test program in the examples but not having much luck. What I'm trying to do is have an background image on canvas(0) and do all my mov...
- Fri Jul 25, 2025 3:29 pm
- Forum: Commodore OS Software Development
- Topic: Commodore OS BASIC manual released
- Replies: 8
- Views: 6098
Re: Commodore OS BASIC manual released
hmmm. Awesome. Ya, I guess this site would work for the knowledgebase. I'll post over in the OS programming thread shortly. Thanks Leo
- Thu Jul 24, 2025 4:20 pm
- Forum: Commodore OS Software Development
- Topic: Commodore OS BASIC manual released
- Replies: 8
- Views: 6098
Re: Commodore OS BASIC manual released
I can't wait either. With the new awakening of commodore and based on the video, it seems to me like it's just a new but original C64. I'm loving my I9 8 core ITX C64X with OS Vision. I love your ideas to include retropie but I actually want to go the other way. 1st I just want to make my programs/g...
- Tue Jul 22, 2025 6:28 pm
- Forum: Commodore OS Software Development
- Topic: Commodore OS BASIC manual released
- Replies: 8
- Views: 6098
Re: Commodore OS BASIC manual released
Actually, I'm having so much fun in here. So, I've built a retropie machine complete with cabinet. Within OS Basic Studio, can I create a package for distribution to include in the Vision games and also in my retropie ? Problem is, I only have the vice emulator on the retropie.
- Tue Jul 22, 2025 5:46 pm
- Forum: Commodore OS Software Development
- Topic: Commodore OS BASIC manual released
- Replies: 8
- Views: 6098
Re: Commodore OS BASIC manual released
Holy crap. I t worked LOL. Never would have found that.
Thx bud
Thx bud
- Tue Jul 22, 2025 3:42 pm
- Forum: Commodore OS Software Development
- Topic: Commodore OS BASIC manual released
- Replies: 8
- Views: 6098
Re: Commodore OS BASIC manual released
Hey Leo. Been all through the manual. I'm looking for a way to make my window 100% opaque within OS Basic Studio. I know I can alt mousewheel but I want to set it programatically.