当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 0

gxmatmars / sdlrgss
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

参考文档

RGSS内置库

内部函数

  • load_data / save_data
  • p / print

内部类

  • Color
  • Rect
  • Tone
  • Table
  • Font
  • Bitmap
    • new / dispose
    • blt / fill
    • hue_change
    • font / draw_text / text_size
    • get_pixel / set_pixel -> Palette
  • Viewport
    • new / dispose
    • color / tone
    • flash / update
  • Sprite
    • new / dispose
    • color / tone
    • blend_type
    • bush_depth
    • flash / update
    • mirror / flip / rotate
  • Plane
  • Tilemap
  • Window
  • RGSSError
  • RPG::Sprite
  • RPG::Weather

内部模块

  • Audio
  • Graphics
  • Input
  • RPG
  • RPG::Cache

编译

安装依赖:

  1. 安装ruby,下载ruby-installer-devkit安装。一定要安装mingw编译环境。
  2. 安装rice,使用ruby的gem安装rice:apps\ruby\bin\gem install rice
  3. 安装SDL2,下载SDL2全家桶:SDL2/SDL2_image/SDL2_mixer/SDL2_ttf,解压
  4. 安装Centurion,下载最新的release版本解压
  5. 制作符号链接:
cd apps
mklink /j ruby {Ruby安装路径,目录下有LICENSE.txt}
mklink /j sdl2 {SDL2安装路径,独立的4个文件夹,见Makefile}
mklink /j centurion {Centurion安装路径,目录下有LICENSE}
  1. 安装了VSCode可以使用Ctrl + Shift + B编译。否则请参考.vscode/task.json里的任务和Makefile。

外部依赖版本

各外部依赖版本:

Library Version
ruby 3.0.2 [x64-mingw32]
rice 4.0.2
centurion 6.2.0
SDL 2.0.16
SDL image 2.0.5
SDL mixer 2.0.4
SDL ttf 2.0.15
MIT License Copyright (c) 2019-2021 Albin Johansson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

SDL rgss runtime. 展开 收起
C++ 等 4 种语言
MIT
取消

发行版 (30)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/rmxp/sdlrgss.git
git@gitee.com:rmxp/sdlrgss.git
rmxp
sdlrgss
sdlrgss
master

搜索帮助