-
I'm relatively new to Nim and OpenGL. I copied your real-time GLFW example, modified some identifiers because I don't use staticglfw but NimGL's OpenGL and GLFW bindings. It threw at this line:
```
…
-
- Gitea version (or commit ref): 1.8.3
- Git version: N/A
- Operating system: Linux
- Database (use `[x]`):
- [ ] PostgreSQL
- [x] MySQL
- [ ] MSSQL
- [ ] SQLite
- Can you reproduce th…
-
**Note: for support questions, please use stackoverflow or irc**. This
repository's issues are reserved for feature requests and bug reports.
* **I'm submitting a ...**
- [x] bug report
- [ …
-
I fixed this compile error with this PR but it is not merged to nimgl/nimgl repository.
https://github.com/nimgl/imgui/pull/2
* **I'm submitting a ...**
- [*] bug report
- [ ] feature reques…
-
**Note: for support questions, please use stackoverflow or irc**. This
repository's issues are reserved for feature requests and bug reports.
* **I'm submitting a ...**
- [x] bug report
- [ …
-
I am completely new to NIM language but I want to install vim3.
when i run `nimble run vim3`, the output is:
```
Verifying dependencies for vim3@0.1.0
Installing paranim@>= 0.3.0
Downloading h…
-
> nimble install nimgl
> nim c -r ng.nim //"Green Window" Example
Hint: used config file 'I:\WindowsLibrary\Terminal\nim-0.19.4\config\nim.cfg' [Conf]
Hint: system [Processing]
Hint: widestrs …
-
First of all, my English is pretty bad. My native language is Spanish.
I have only been able to test on windows, sorry.
I have encountered a problem with **Window content scale**. Both the **get…
-
I get the following error when trying to build `demo.nim`:
`Error: undeclared identifier: 'hLeft'`
None of these seem to be defined and I don't know how they're supposed to be determined:
```
hL…
-
The problem code bug.nim (yes, only one line):
```nim
import wNim
```
Compile by "nim c bug" or "nim c -f bug", it works.
```
Hint: [Link]
Hint: operation successful (146616 lines compiled; …