Alexander Medvednikov
Alexander Medvednikov
I considered this. I started this project as a proof of concept and to learn about editors. Perhaps using existing backends is a good strategy.
Looks good, will do. Hopefully the community can help out with some programs.
It's all work in progress, I'll be moving it closer to Flutter/SwiftUI with its declarative style, state management, and hot reloading. And perhaps we can adopt this model as well.
@dumblob I've added a task list.
You really think this code is something to wish for? ``` Red [] L: charset "ABCDEFGHI" D: union N: charset "123456789" charset "0" repeat y 9 [repeat x 9 [col:...
But I'll do the research on streams, thanks.
It will. Once glfw dep is removed.
`v run` builds programs before running them. Use `v users.v` then `users.exe`. Building is slow because modules are not cached right now, and entire ui module is rebuilt every time.
flickering shouldn't happen, need to investigate
Sounds like a driver issue. OpenGL is used on Windows instead of D3D at the moment.