ice1000 / Artemis

Shooting Game editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artemis

Shooting Game editor.

Just a proof-of-concept, code quality / cross-platform is not considered important during development. Only support Windows with DX11 but can be migrated to GLFW/SDL easily.

Build

$ git clone https://github.com/ice1000/Artemis.git
$ cd Artemis
$ mkdir Debug ; cd Debug
$ cmake .. && msbuild ALL_BUILD.vcxproj
$ cd ..
$ Debug\Debug\Artemis.exe

About

Shooting Game editor

License:Apache License 2.0


Languages

Language:C++ 75.2%Language:C 24.8%Language:CMake 0.0%Language:Batchfile 0.0%