Skip to content

WeiTing1991/digital_casting_app_dev

 
 

Repository files navigation

Digital Casting System APP

GitHub - License [!vcpkg version]() glfw version glad version imgui version cmake version cpp version

Requirements

Platform:

Installation

Windows

git clone https://github.com/USI-FMAA/digital_casting_app.git
git clone --recurse-submodules -j8 https://github.com/microsoft/vcpkg

# install package manager
.\VCPKG\bootstrap-vcpkg.bat

# initialize and build app
.\package-install.bat

MacOS/Ubuntu

git clone https://github.com/USI-FMAA/digital_casting_app.git
git clone --recurse-submodules -j8 https://github.com/microsoft/vcpkg

# install package manager
./VCPKG/bootstrap-vcpkg.sh

# install package
./package-install.sh

# initialize and build app
./init-setup-osx.sh

# test app

Development

Windows

# update the package manger
git submodule add https://github.com/microsoft/vcpkg VCPKG

# install package
.\VCPKG\bootstrap-vcpkg.bat

# initialize and build app
.\package-install.bat

# test app
.\build\debug\dcs_app.exe

MacOS/Ubuntu

git clone https://github.com/USI-FMAA/digital_casting_app.git
git clone --recurse-submodules -j8 https://github.com/microsoft/vcpkg

# install package manager
./VCPKG/bootstrap-vcpkg.sh

# install package
./package-install.sh

# initialize and build app
./init-setup-osx.sh

# test app
./build/debug/dcs_app

Package Version

package architecture:

Credits

This package was created by WeiTing Chen at USI-FMAA, PCBM ETHZ, and ETHZurich DFab.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.1%
  • CMake 15.1%
  • Batchfile 6.0%
  • Shell 5.6%
  • Python 0.2%