nimwave_starter

所属分类:collect
开发工具:Nim
文件大小:0KB
下载次数:0
上传日期:2022-12-24 17:58:26
上 传 者sh-1993
说明:  尼姆波_启动器,,
(nimwave_starter,,)

文件列表:
config.nims (677, 2023-09-22)
nimwave_starter.nimble (573, 2023-09-22)
src/ (0, 2023-09-22)
src/common.nim (7716, 2023-09-22)
src/gui.nim (3270, 2023-09-22)
src/gui/ (0, 2023-09-22)
src/gui/core.nim (3668, 2023-09-22)
src/rollingstone.txt (2044, 2023-09-22)
src/tui.nim (1210, 2023-09-22)
src/web.nim (1114, 2023-09-22)
src/web/ (0, 2023-09-22)
src/web/core.nim (2159, 2023-09-22)
src/web/index.html (2967, 2023-09-22)
src/web_static.nim (649, 2023-09-22)
web/ (0, 2023-09-22)
web/3270-Regular.ttf (189836, 2023-09-22)

This is a sample NIMWAVE program. The main code is located in `src/common.nim`. ``` # develop for the terminal nimble run tui # build release version for the terminal nimble build tui -d:release # develop for OpenGL nimble run gui # build release version for OpenGL nimble build gui -d:release --app:gui # build release version for the web nimble emscripten ``` NOTE: To build for the web, you must install Emscripten: ``` git clone https://github.com/emscripten-core/emsdk cd emsdk ./emsdk install 3.1.0 ./emsdk activate 3.1.0 # add the dirs that are printed by the last command to your PATH ```

近期下载者

相关文件


收藏者