Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.14 KB

readme.md

File metadata and controls

49 lines (33 loc) · 1.14 KB

Machi Engine

Machi-Build

Machi is c++ game engine.
this is one of my hobby project.
it is strongly inspired by Unreal Engine.

Plan(TODO)

  • first plan is making Window version Engine. I need to concern compatibility with other OS Apis.
  • making Engine Editor is second objective.

Supported OS Platform

Windows 10

  • DirectX12

MacOS(will support soon)

  • Metal

Version

current branch : master

Branch Naming

  • master : Program operation is guaranteed.
  • dev.x : temporary development branch. Program operation is not guaranteed.

Dependency

  • cmake
  • directx12(windows only)
  • metal(Mac Only)
  • spdlog
  • imgui

Directory

/cmakes # build helper directory (cmake module directory)
/Engine #Engine Core directory
    /Core # Engine Core Directory
    /Editor # Engine GUI Editor
    /ThirdParty # ThirdParty Library Directory
/Test #Test program directory