Search found 6003 matches

by airsoftsoftwair
Mon Aug 03, 2026 11:47 am
Forum: General programming
Topic: Can @Require be optional?
Replies: 8
Views: 1095

Re: Can @Require be optional?

Asking for a bit of clarification for that making Circle into hardware Brush suggestion. Do you mean that it is faster to createBrush, drawCircle into that newly created brush, and then DisplayBrush, than it is to simply Draw A Circle? Or do you mean that if Circle is same sized every frame, then i...
by airsoftsoftwair
Sat Aug 01, 2026 5:18 pm
Forum: Announcements
Topic: ZIP plugin 2.1 released
Replies: 8
Views: 46601

Re: ZIP plugin 2.1 released

The German documentation of the ZIP plugin has also been updated now thanks to Helmut Haake and Dominic Widmer.
by airsoftsoftwair
Sat Aug 01, 2026 5:17 pm
Forum: Hollywood bugs
Topic: Ubuntu Keypad Period
Replies: 1
Views: 449

Re: Ubuntu Keypad Period

Thanks for the report, I'll check.
by airsoftsoftwair
Sat Aug 01, 2026 5:16 pm
Forum: General programming
Topic: Can @Require be optional?
Replies: 8
Views: 1095

Re: Can @Require be optional?

So point here is that in case someone doesnt want to use RebelSDL, due to circles being drawn slower, then is it possible to have it on/off. This is not possible at runtime because plugins like RebelSDL or RapaGUI replace core constituents like the event loop and window handler. It's not possible t...
by airsoftsoftwair
Tue Jul 28, 2026 12:11 am
Forum: Showcase
Topic: MiraRippR V1.22
Replies: 3
Views: 596

Re: MiraRippR V1.22

The use of ffmpeg was suggested by AI. Could be due to the functions of: - Adding ID3 tags and Cover.jpg to the ripped files I think several people have implemented ID3 tag functions in Hollywood. You’ll probably find something in the forums like RNOTags. - Ripping to .OGG files in V1.3 (new) and s...
by airsoftsoftwair
Mon Jul 27, 2026 12:25 am
Forum: Showcase
Topic: MiraRippR V1.22
Replies: 3
Views: 596

Re: MiraRippR V1.22

Looks good though I'm wondering why it needs ffmpeg. There's an MP3 encoder plugin for Hollywood which can do the conversion from WAV to MP3 just like ffmpeg...
by airsoftsoftwair
Mon Jul 27, 2026 12:24 am
Forum: Showcase
Topic: Can't Stop - Dice board game clone
Replies: 2
Views: 786

Re: Can't Stop - Dice board game clone

Nice, but Claude doesn't seem to know that 8SVX and WAV sounds are supported on all platforms so there's no need to use those @IFs that use 8SVX on Amiga and WAVE on the other platforms...
by airsoftsoftwair
Mon Jul 27, 2026 12:22 am
Forum: Hollywood bugs
Topic: Wrong size after scaling a vector brush
Replies: 1
Views: 762

Re: Wrong size after scaling a vector brush

Hmm, that sounds like a floating point inaccuracy. Not sure if there's an easy fix for it but I'll check.
by airsoftsoftwair
Sun Jul 19, 2026 12:34 pm
Forum: Off topic
Topic: Vectorama 2026 report
Replies: 3
Views: 4936

Re: Vectorama 2026 report

Thanks! And good to see that Designer also found some use :)
by airsoftsoftwair
Sun Jul 19, 2026 12:16 pm
Forum: General programming
Topic: Does FlowerPot Emulation also emulate Hardware Brushes properly?
Replies: 2
Views: 1508

Re: Does FlowerPot Emulation also emulate Hardware Brushes properly?

I don't think you can get much acceleration on an emulated OS4 because even on real hardware you need a very specific setup to benefit from full hardware acceleration. For the ultimate performance on OS4 you need to use the RebelSDL plugin together with the latest SDL2 and Warp3D Nova with OpenGL ES...