Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dxrubynd

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dxrubynd

  • 1.4.8
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

DXRubynd

Ruby + Windows 用ゲームライブラリ DXRuby を、インストール時にビルドする方式に変えたものです。そのためインストール時に DevKit が必要になりますが、代わりに Ruby のバージョンに依らずインストールが可能です。

なお オリジナル版にも言えることですが、最近の環境では d3dx9_40.dll のインストールが必要になります。

使い方

使う人は

gem install dxrubynd

でどうぞ。

require 'dxrubynd'

Window.loop do
  # ここにゲームの処理を書く
end

1 行目は require 'dxruby' でも動くっぽいのですが、オリジナルの DXRuby もインストールされている環境では正常に動かない可能性があるので、'dxrubynd' の方を読み込ませたほうが確実です。

リファレンスマニュアルは http://mirichi.github.io/dxruby-doc/index.html にあります。

既知の問題点

現状、64 bit 環境では正常に動作しません。オリジナル版でも 64 bit 版では Sound.new でエラーになるようですが、こちらに至っては require しただけで failed create window - CreateWindow (DXRuby::DXRubyError) となってしまいます。解決方法をご存じの方はいらっしゃらないでしょうか…DXRubyがRuby3.2.4(win64)環境で動かなかった件 の方法で解決しました。

FAQs

Package last updated on 16 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc