scravy / ftxui-starter

A starter project using the FTXUI library

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

A starter project using the FTXUI library


Languages

Language:HTML 58.6%Language:Python 15.4%Language:CMake 13.9%Language:C++ 12.1%