-
Unlikely to be related to the latest changes in the random number generator in Umka, as the same problem is seen in the example built for the Tophat website.
Chrome:
![image](https://github.com/…
-
I know this library is not actively maintained, but I think it would be nice if it was available through UmBox.
[UmBox](https://umbox.tophat2d.dev) is Umka's own package manager, which we've been w…
-
hello for 4 days now i have been trying to roll back my iphone this time i try it in mac os movaje 10.4 downloaded vieux but it doesn’t want to start
**This is log of terminal**
```
MBP-umka:…
-
I'm doing a port of umka for the ESP32 microcontroller but I run into a problem.
The compiler is too large (it cannot hold the compilation in memory)
Is it possible to compile the program and only e…
-
Umka could do it the same way as Go does. This would be more consistent than Umka's interfaces.
![image](https://github.com/user-attachments/assets/679a5d86-467e-43d3-9020-756abcc5f2e9)
However,…
-
Umka has some features that make the language more complex and difficult to learn than is usually acceptable for a scripting language, especially in game development, where the target audience is game…
-
Taking the arguments for UmBox, I would expect it to be possible to specify `-d` or `-u` before the mode, but it is only possible to put it after the mode.
```
UmBox v1.3 - an Umka package manager…
-
Example input:
```
import (
"th.um"
ect.Rect(
```
The second lexer that is created for the file `th.um` is not freed when the compiler exits later because of the invalid syntax.
Leak sanitiz…
-
At least the `mip_level` and `dpi_scale` issues can be fixed easily.
```
src/image.c: In function ‘th_image_get_data’:
src/image.c:84:7: warning: ‘glBindTexture’ redeclared without dllimport attrib…
-
The C runtime on Windows supports UTF-8 in `printf()`, but not in `scanf()`:
> scanf doesn't currently support input from a UNICODE stream.
(https://learn.microsoft.com/en-us/cpp/c-runtime-libra…