Nodesnim
The Nim GUI/2D framework using OpenGL.

Latest version - 0.0.1
Stable version - 0.0.1
Install
- Install library
nimble install https://github.com/Ethosa/nodesnim.git
- Download DLLs for your OS
- Put DLLs in the
.nimble/bin/
folder
Features
- Godot-like node system.
- All operations with changing coordinates use
float
instead of int
, e.g. node.move(17.98278, 0.87127)
F.A.Q
Q: Where I can see examples?
A: You can see this in the tests
folder
Copyright 2020 Ethosa