OpenXOPS is free, open-source, offline FPS(First-person shooter) game. It is based on X operations, a Japanese freeware FPS released by Team MITEI in 2003.
OpenXOPS is primarily written in C/C++ and is developed for Windows.
- Programming language : C/C++
- IDE : Microsoft Visual Studio 2019
- Add SDK : Microsoft DirectX SDK (June 2010)
Used technology...
- 3D/2D Graphics : DirectX or OpenGL
- Input : WindowsAPI or DirectInput
- Sound : ezds.dll or DirectSound
- File : C standard library (stdio.h)
- Physics engine : Original
- AI engine : Original
Game engine is not used.
OpenXOPS is New BSD License.
OpenXOPS uses Subversion (SVN) as its official version control system.
The source code is not hosted on GitHub. Please visit the official OpenXOPS website for the source code and Subversion repository.
https://openxops.net/en/developer.php
OpenXOPSは、2003年にチームMITEIが発表した日本製フリーFPS「X operations」(本家XOPS)をもとに開発されている、無料のオープンソース・オフラインFPSです。
主にC/C++で開発され、Windowsで動作します。
- 開発言語 : C/C++
- 開発環境 : Microsoft Visual Studio 2019
- 使用SDK : Microsoft DirectX SDK (June 2010)
一般的に「ゲームエンジン」と呼ばれるものは一切使用せず、全てフルスクラッチで書き上げています。
- 3D/2D描画関係 : DirectX または OpenGL
- 入力関係 : DirectInput または WindowsAPI
- サウンド関係 : 本家XOPS付属の ezds.dll または DirectSound (※)
- ファイル読み込み関係 : C言語標準関数
- 物理エンジン : 独自
- AI関係 : 独自
ライセンスは修正BSDライセンスを適用しています。
OpenXOPSの公式ソースコード管理にはSubversion(SVN)を使用しています。
GitHub上ではソースコードを公開していません。 ソースコードおよびSubversionリポジトリについては、 OpenXOPS公式Webサイトをご覧ください。