The Nim GUI/2D framework based on OpenGL and SDL2.
|
před 4 roky | |
---|---|---|
.github | před 4 roky | |
examples | před 4 roky | |
src | před 4 roky | |
tests | před 4 roky | |
.gitignore | před 5 roky | |
CODE_OF_CONDUCT.md | před 5 roky | |
LICENSE | před 5 roky | |
README.md | před 4 roky | |
nodesnim.nimble | před 4 roky |
nimble install nodesnim
or nimble install https://github.com/Ethosa/nodesnim.git
.nimble/bin/
folderNow available
Use the Nim compiler user guide
for export to the other OS.
nim c -d:mingw -d:release --opt:speed --noNimblePath file.nim
Q: Where I can see examples?
A: You can see this in the tests
or examples
folder.
Q: Where I can read the docs?
A: You can read docs here