https://github.com/mounta11n/ftx-starter
https://github.com/mounta11n/ftx-starter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mounta11n/ftx-starter
- Owner: mounta11n
- Created: 2023-05-14T01:13:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-14T01:13:21.000Z (about 2 years ago)
- Last Synced: 2024-12-27T04:24:45.238Z (6 months ago)
- Language: HTML
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ftxui-starter
-------------[](https://build.snapcraft.io/user/ArthurSonzogni/ftxui-starter)
[](https://travis-ci.com/ArthurSonzogni/ftxui-starter)
Minimal starter project using the [FTXUI library](https://github.com/ArthurSonzogni/ftxui)
# Build instructions:
~~~bash
mkdir build
cd build
cmake ..
make -j
cd ../target
./ftxui-starter
~~~## Webassembly build:
~~~bash
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.