The Nim GUI/2D framework based on OpenGL and SDL2.
|
hace 4 años | |
---|---|---|
.github | hace 4 años | |
examples | hace 4 años | |
src | hace 4 años | |
tests | hace 4 años | |
.gitignore | hace 5 años | |
CODE_OF_CONDUCT.md | hace 5 años | |
LICENSE | hace 5 años | |
README.md | hace 4 años | |
nodesnim.nimble | hace 4 años |
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