Future Retro Fusion Commodore Amiga Website C64  •  AMIGA  •  ATARI ST  •  MSX

▶ RSS FEED
⌂ HOME
Tuesday, Tuesday, August 12, 2025
General

PyDPainter v2.2.0 — Deluxe Paint Nostalgia Meets Modern Pixel Power

Posted by at 07:01:24
pydpainter-screenshot.png

🎨 PyDPainter v2.2.0 — Deluxe Paint Nostalgia Meets Modern Pixel Power

🎨 PyDPainter v2.2.0 — Deluxe Paint Nostalgia Meets Modern Pixel Power

If you’ve ever gotten lost in the groove of Amiga-era pixel art, PyDPainter brings that magic back — rebuilt in Python, powered by PyGame, and polished for modern workflows.

🖥️ Cross-platform 🎞️ Animation 🎨 Amiga vibes ↩️ 256-step Undo

✨ What is PyDPainter?

PyDPainter is a modern, PyGame-powered tribute to Deluxe Paint — embracing that left/right-mouse workflow and tight, tactile control that made pixel art feel immediate.

  • 🖌️ Familiar L/R mouse drawing & erasing
  • 🎞️ Animation support (GIF, IFF ANIM, animbrushes)
  • 🎨 Amiga HAM & palette-friendly tools
  • 🧰 Windows, macOS (Intel & ARM), and Linux builds

🚀 What’s New in v2.2.0 (June 14, 2025)

  • 🌀 Brush Trails (ex-“Spacing”) — rotate/scale brushes dynamically with smooth ease-in/out.
  • ⌨️ Quick Controls — Rotate: 9/0 · Scale: -/= (+) · Or use the 🎡 mouse wheel.
  • 👁 On-screen Brush Indicator — Live brush type, rotation, and size.
  • 📂 Native File Dialogs — Use your OS picker.
  • 🖋 Signed Windows EXE — Fewer antivirus false positives.
  • 🍏 macOS polish — Native ARM .app + proper ⌘ shortcuts.
  • 📋 Clipboard → Text Tool — Paste text directly.
  • 🖱 Click/Click Menu Mode — Friendlier on laptops.
  • Undo Boost — from 20 to 256 levels.
  • 📚 Docs updatesBrush Trails guide, Screen formats.

🕰️ Milestones So Far

  • 📦 v2.0.0 (Sep 2023) — Animation (GIF/IFF ANIM), color cycling, HAM, recovery mode.
  • 🧪 v2.1.0 (Jan 2024) — Animbrushes, sprite-sheet import, palette preservation, better fills.
  • 🚀 v2.2.0 (Jun 2025) — Deeper brush control, UX upgrades, performance.

🧭 Roadmap & What’s Next

Peek at the evolving plan here: RoadMap.

  • 🖼 Stencils & masks
  • 🏞 Background layers
  • 🌀 Advanced animbrush tools
  • 📐 Perspective guides
  • 🔤 Improved font handling

❤️ Why Pixel Artists Love It

PyDPainter balances retro charm with modern power — ideal for sprites, retro illustrations, and hypnotic color-cycle animations. With a forgiving 256-step undo and a workflow that “just feels right,” it’s a welcoming space for both newcomers and Amiga veterans.

1806 views  •  Add a comment Permalink »
Thursday, Thursday, August 7, 2025
General, Tutorials

REDPILL GAME MAKER TRIGGERS

Posted by at 22:37:06

Condition Triggers — Examples & Use Cases
ALWAYS
Use case: Apply gravity to your player every frame to simulate consistent falling behavior.

ONCE
Use case: Set an initial position or give a power‑up only when the object is created.

NEVER
Use case: Temporarily disable a trigger by using it as a placeholder.

LEVEL IS
Use case: Trigger special dialogue in levels ≥ 5, e.g., display a boss warning.

ON LEVEL LOAD
Use case: Reset object health or initialize environmental settings each time a level starts.

COUNTDOWN
Use case: Self-destruct a bomb or spawn an enemy after a delay (e.g., after 5000 ms).

INPUT LEFT / RIGHT / UP / DOWN / FIRE 1 / FIRE 2 (with statuses like Pressed, Released)
Use case: Jump when “Input Up Pressed Player 1” is triggered, or shoot when “Fire 1 Pressed”.

CD32 button inputs (Play, Reverse, etc.)
Use case: Use CD32-specific controls for menu navigation in CD32 versions.

VAR TRIGGERED / VAR TRUE / VAR FALSE / VAR IS
Use case: Check if “Lives > 0” before allowing a continue; or trigger something once a var becomes true.

GO CUSTOM 1 / 2
Use case: Use object-local variables to track an internal state, like if an enemy is “alerted”.

GO TIMER TRIG
Use case: After a countdown timer, make an enemy recharge or change behavior.

TIMER ACTIVE / NOT ACTIVE
Use case: Prevent re-triggering a power-up while its timer is still active.

COLLIDES PLAYER / COLLIDES OBJECT / COLLIDES TYPE
Use case: When an enemy collides with the player, reduce health or bounce the player back.

TARGET POS X / Y
Use case: Make an enemy follow the player when the player’s X position is less than the enemy’s (“Target Pos X < My Player”).

DIST TO TARGET
Use case: When player gets within a certain radius, enemy switches to “chase” mode.

Action Triggers — Examples & Use Cases
NOTHING
Use case: Temporarily deactivate an action trigger without deleting it (easy toggling).

MOVE TO LEVEL
Use case: Teleport the player to a hidden level when they reach a trigger area (like a secret door).

NEXT LEVEL
Use case: Advance the game when the player reaches the end of the stage.

RELOAD LEVEL
Use case: After player death, restart the level to the initial state.

RESTART LEVEL
Use case: Respawn player at the start, but maintain changes like collected items.

HUD ON / HUD OFF
Use case: Turn off HUD during cutscenes and restore it afterward.

HUD LABEL ON / OFF

QUIT
Use case: End the game and return to the Workbench — e.g., when player selects “Quit” in menu.

SHOW TEXT
Use case: Pause the game and show tutorial text or narrative messages.

SHOW DIALOG
Use case: Display dialogue with a title (e.g. “Boss Incoming”) and message, pausing gameplay.

1148 views  •  Add a comment Permalink »
Wednesday, Wednesday, July 30, 2025
General, Game News

Top Alternatives for AI Web App Building

Posted by at 16:39:06

Top Alternatives for AI Web App Building

  • Replit AI / Replit Apps
    Online IDE with AI code generation and instant web app hosting.
    Best for: Coding, deploying, and iterating on AI tools and web apps in-browser.
  • Vercel v0 / Vercel AI SDK
    AI-native frontend builder with "v0" (AI UI generation from prompt), ideal for instant LLM/chatbot prototyping.
    Best for: Fast prototyping of AI chatbots and apps with one-click deployment.
  • Pico.sh
    Minimal, prompt-based “AI as a service” web app generator.
    Best for: Tiny, shareable AI app prototypes and utilities.
  • Flowise AI
    Visual drag-and-drop node editor for building and deploying AI pipelines and chatbots.
    Best for: Connecting LLMs, APIs, and tools without coding.
  • Glide
    No-code app builder with AI blocks and integrations.
    Best for: Internal tools, dashboards, and data-driven AI utilities.
  • Superblocks
    Low-code enterprise app builder with strong API and LLM support.
    Best for: Team workflows, internal tools, and automation dashboards.
  • Framer AI
    AI-powered website and UI generator from text prompt.
    Best for: Landing pages, portfolios, and quick interactive demos.
  • Softr
    No-code platform with AI blocks for business apps and member portals.
    Best for: Business tools, portals, and AI-powered search or chat.
  • Bubble
    Popular no-code builder for full-featured web apps, with strong AI plugin ecosystem.
    Best for: SaaS, MVPs, and complex web app ideas.
  • Anima AI / Anima App
    Converts Figma designs to React code or deployable AI-driven websites.
    Best for: Design-to-deploy, Figma to AI website pipelines.

Honorable Mentions

  • Typedream – Text-to-website builder, Notion-style editing.
  • Builder.io – Headless CMS with AI page generation.
  • Plasmic – Visual builder with AI, exports to React.
  • Retool – Internal tools and dashboards, now with LLM support.
  • Zyro – Website builder with built-in AI content.

Tip: Choose based on your needs: drag-and-drop (Flowise, Softr, Bubble), prompt-to-site (Vercel v0, Framer, Pico.sh), or full dev control (Replit, Builder.io, Plasmic).

1070 views  •  Add a comment Permalink »
Saturday, Saturday, July 19, 2025
General, Game News

️ Indie Retro News – July 2025 Roundup

Posted by at 10:19:01

🕹️ Indie Retro News – July 2025 Roundup

1396 views  •  Add a comment Permalink »
Monday, Monday, July 7, 2025
General, E-UAE, PiStorm

Mini E-UAE file and folder based Amiga Emulation on the Amiga 68k (PiStorm Powered)

Posted by at 08:04:13

E-UAE is just a VM, the AmigaOS can manage multiple VMs. They are part of modern computing.

Screenshot_20250707_080750.png

miniE-UAE offers a streamlined virtualization solution for AmigaOS, catering to both developers and enthusiasts. It enables efficient testing, development, and exploration of Amiga applications without the need for physical hardware.

🔧 Key Features
Compact Deployment: Approximately 10MB download, expanding to ~23MB upon extraction.

User-Friendly Interface: Launches with a screen size selector; canceling defaults to windowed mode on the Workbench.

Intuitive Controls:

Reset VM: Ctrl + Shift + R

Quit VM: Ctrl + Shift + Q

Mount Floppy (.adf):

Ctrl + Shift + F1 for df0

Ctrl + Shift + F2 for df1

Pre-Configured Environment: Boots into a DOS menu with three pre-installed AGA-compatible applications, optimized for systems utilizing PiStorm and RTG setups.

Custom WHDLoad Integration: Mount your own WHDLoad directories by modifying the mount-list in the .uaerc configuration file, allowing for flexible testing scenarios.

🖥️ System Requirements
Hardware:

PiStorm equipped with a Raspberry Pi 4B or Compute Module 4 for optimal performance and sound support.

Pi 3A or Zero 2W are compatible but may exhibit slower performance.

Display:

RTG (ReTargetable Graphics) setup is recommended.

Native screen modes are supported; however, AGA via HAM is possible but may not be practical.

📥 Installation Guide
Download: Obtain the package from the following link:

https://futureretrof … miniEUAE-AmigaVM.lha

Extract: Copy the archive to a new folder and extract its contents.

Launch: Double-click the Start icon to initiate the VM.

🤝 Support the Developers:

Your contributions help sustain and advance Amiga development:

JOTD’s Projects
https://jotd666.itch.io/

Skyzoo73’s Ghosts’n Goblins AGA Demo
https://skyzoo73.itc … blins-amiga-aga-demo

miniE-UAE serves as a practical solution for those seeking a reliable and efficient AmigaOS virtualization platform. Its lightweight design and straightforward setup process make it an ideal choice for development, testing, and exploration of Amiga applications.

1315 views  •  Add a comment Permalink »
Admin
Menu
Categories
Archives
Last 10 entries
Search
Subscribe