arpangreat / ftxui-first

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ftxui-starter

Snap Status

Build Status

Minimal starter project using the FTXUI library

Build instructions:

mkdir build
cd build
cmake ..
make -j
cd ../target
./ftxui-starter

Webassembly build:

mkdir build_emscripten && cd build_emscripten
emcmake cmake ..
make -j
./run_webassembly.py
(visit localhost:8000)

Linux snap build:

Upload your game to github and visit https://snapcraft.io/build.

About


Languages

Language:Makefile 82.1%Language:CMake 14.6%Language:C++ 2.1%Language:TypeScript 0.8%Language:HTML 0.4%Language:Python 0.1%