There are no small victories in graphics programming. Even displaying text is not easy.
But I’m very happy with the small, pixel perfect font for the debug UI (using technofosiano). Also added post processing effects, contrast, saturation and tone mapping.
Getting there almost from scratch (zig, glfw, opengl) is complex, but at the same time relatively not so much considering all the available resources online.
Zig is an interesting language although not stable yet, but much nicer than C.
I found that .res extension of rescript files is problematic, because IntelliJ product is scanning and indexing archive files (.jar) that can embed binary resources with the same .res extension 😬😨
Let's discuss Russian economy. Many underestimate its dependency upon technological import. Russia's so deeply integrated into Western technological chains that severing these ties will lead to its collapse. Sanctions are already effective and can be made even more efficient🧵
I started to play with react-reconciler and an automatic diagram layout library (dagre).
Full #rescript code.
the reconciler makes it very easy to use the component and the produced DOM is clean👌
But I still need to understand the diffing methods 🤨
https://t.co/SZqe7KkX1G
Working on adding ocaml editing in other editors than IntelliJ.
Here, screenshot is from Webstorm.
Opam switch is created as a library (external). Options are moved to settings screens.