-
Need to decide how to proceed:
- [x] #7 project better definition
- [x] #4 choose UI toolkit / framework
- [x] #5 choose TDD / BDD framework
- [x] #6 choose license
-
AntTweakBar is not maintained anymore and renders very slowly. Imgui seems to be a much better alternative.
-
W jaki sposób w C narysować linie np. zieloną w tle wszystkich okien. Nie w oknie ale na backgroundzie ;)
-
Version: 0.4.0+f429f4dc
Original C function:
```c
nk_decode_85_byte(char c)
{
return (unsigned int)((c >= '\\') ? c-36 : c-35);
}
```
Generated Zig code:
```zig
pub fn nk_decode_85_b…
-
Hi,
I have some features and changes in mind that I'd like to discuss to see which are viable.
### Style states
Now every style property is related to a state. In CSS every class can have a sta…
-
```
Error: error loading module 'lib.nuklear' from file '.\lib\nuklear.dll':
The specified procedure could not be found.
stack traceback:
[string "boot.lua"]:637: in function
…
-
-
I'm using mruby/c currently in a small proof of concept project and I really appreciate the reduced set of functionality. Yet I have some stuff I would like to take over from mruby but I notice that m…
-
Seria bueno agregar un sistema de layout para ahorrar trabajo de calculo.
Estoy trabajando en un proyecto y creo que es incomodo hacer esto manual y creo que con un layout system se podría mejorar …
-
I have complete success using the font baker in a clean-startup/complete-shutdown sort of fashion. However, I'm trying to optimise a little. The docs say that cleanup() is if you don't want to use the…