-
-
Notifications
You must be signed in to change notification settings - Fork 87
リファレンス
Kasugaccho edited this page May 17, 2019
·
35 revisions
| クラス名 | 説明 | 対応バージョン |
|---|---|---|
| Border | 枠生成 | v0.4.0.0 |
| BorderOdd | 奇数枠生成 | v0.4.0.0 |
| CellularAutomatonIsland | RPG地形生成(1bit) | v0.4.0.0 |
| CellularAutomatonMixIsland | RPG地形生成 | v0.4.0.0 |
| Chess | チェス生成 | v0.4.X |
| DiamondSquareAverageCornerIsland | 半島地形生成 | v0.4.2.0 |
| DiamondSquareAverageIsland | 島地形生成 | v0.4.2.0 |
| FractalIsland | 諸島生成 | v0.4.3.1 |
| FractalLoopIsland | 諸島ループ生成 | v0.4.3.1 |
| HalfMixRect | 乱数四角形生成 | v0.4.0.0 |
| MazeDig | 迷路生成 | v0.4.3.1 |
| MixRect | 乱数四角形生成 | v0.4.0.0 |
| PointGrid | 点グリッド生成 | v0.4.0.0 |
| PointGridAndSomeBlocksWithBorder | 点グリッド+枠+乱数四角形生成 | v0.4.0.0 |
| PointGridWithBorder | 点グリッド+枠生成 | v0.4.0.0 |
| RandomRect | 乱数四角形生成 | v0.4.0.0 |
| RandomVoronoi | 乱数ボロノイ図生成 | v0.4.3.1 |
| Rect | 四角形生成 | v0.4.0.0 |
| Reversi | リバーシ生成 | v0.4.5.0 |
| RogueLike | ローグライク生成 | v0.4.X |
| RogueLikeCave | 洞窟生成 | v0.4.X |
| SimpleRogueLike | 簡易ローグライク生成 | v0.4.4.0 |
| SimpleVoronoiIsland | 島生成 | v0.4.5.0 |
| WhiteNoise | ホワイトノイズ生成 | v0.4.5.0 |
| クラス名 | 説明 | 対応バージョン |
|---|---|---|
| FilePNG | PNG形式の画像出力 | v0.4.5.0 |
| FileJPG | JPG形式の画像出力 | v0.4.5.0 |
| FileBMP | BMP形式の画像出力 | v0.4.5.0 |
| FileTGA | TGA形式の画像出力 | v0.4.5.0 |
| FileHDR | HDR形式の画像出力 | v0.4.5.0 |
| FileMD | Markdown形式のテキスト出力 | v0.4.6.0 |
| クラス名 | 説明 | 対応バージョン |
|---|---|---|
| Init | Matrix初期化 | v0.4.0.0 |
| PerlinNoise | パーリンノイズ生成 | v0.4.8.0 |
Copyright (c) 2018-2021 As Project.
Distributed under the Boost Software License, Version 1.0.(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)