Original Source
- Original title: Using the FFI Gem in Rpg Maker XP?
- Original author: IoI_xd
- Original date: March 11, 2024
- Source thread: https://forums.rpgmakerweb.com/threads/using-the-ffi-gem-in-rpg-maker-xp.166706/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSSx Script Support
Summary
So this is probably way more then anyone would expect to do with XP and is job more suited for modern RPG Maker, but I want to consider my options with the project I'm thinking about doing. FFI (Foreign Function Interface) is something that many languages (including ruby) have, and it allows you to interface with programs or libraries made in compiled languages, such as C/C++. It'd be most helpful for integrating other libraries, either by myself or others, into a game (the most common use case I can think...
Archived First Post
FFI (Foreign Function Interface) is something that many languages (including ruby) have, and it allows you to interface with programs or libraries made in compiled languages, such as C/C++. It'd be most helpful for integrating other libraries, either by myself or others, into a game (the most common use case I can think of is integrating ffmpeg, although that would probably be a bit much for XP).
Modern RPG Maker supports this by accident in the form of WebAssembly, and as I just linked, there does exist an FFI system for Ruby, in the form of the "ffi" gem. My question is, is it possible to use this gem with RPG Maker XP? Has anyone tried?
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...