The Nim GUI/2D framework based on OpenGL and SDL2.
|
пре 4 година | |
---|---|---|
.github | пре 4 година | |
examples | пре 4 година | |
src | пре 4 година | |
tests | пре 4 година | |
.gitignore | пре 4 година | |
CODE_OF_CONDUCT.md | пре 5 година | |
LICENSE | пре 5 година | |
README.md | пре 4 година | |
nodesnim.nimble | пре 4 година |
nimble install nodesnim
or nimble install https://github.com/Ethosa/nodesnim.git
.nimble/bin/
folderNow available
For use debug mode you should compile with -d:debug
or --define:debug
, e.g. nim c -r -d:debug main.nim
.
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 can I see examples?
A: You can see this in the tests
or examples
folder.
Q: Where can I read the docs?
A: You can read docs here