Skip to content

Cross-Platform script driven application framework.

License

Notifications You must be signed in to change notification settings

liamlangli/union_native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

52df5a3 · Jul 15, 2024
Jul 15, 2024
Jul 15, 2024
Jul 15, 2024
Jun 25, 2024
Jun 24, 2024
Jul 15, 2024
Jun 24, 2024
Jan 1, 2024
Dec 21, 2023
Jun 24, 2024
May 17, 2024
Dec 30, 2023
May 17, 2024
Jun 24, 2024
Apr 7, 2024

Repository files navigation

@unionengine/native

script driven application framework.

Core Components

  • Native window management.
  • Script graphics api. [webgpu]
  • Event loop [libuv]
  • Native graphics api. [vulkan, metal, d3d12]

Build

# download dep repos
python script/dep.py download

# compile deps
python script/dep.py compile
# or
python script/dep.py --debug compile

# build with cmake
mkdir build && cd build && cmake .. && make