Ezequiel
Ezequiel
> With very little modification I was able to build CadZinho on macOS. I will publish my modifications soon, and invite everyone to test the resulting executable in the meantime:...
Hello, I'm the lone (well, not quite) developer of CadZinho. It started as a personal learning project to develop my programming skills (and also English language skill). I do it...
Hi @tpimh . It could be a problem with the video card driver on your machine. It has been reported that some default drivers on Windows only support older versions...
Hi @tpimh ! In this commit, gui.h file has changed. Try: delete all .o files previously compiled, and build entire program to update the main structs.
Here comes a new challenger for the logo's deathmatch:  No kidding, it's just a concept that needs improvement.
It's better now? 
Thank you @aerosayan ! > The small gears seems too much cluttered Well, they were supposed to be bubbles, not gears. It looks like a problem with the lineweight. See...
CadZinho - Minimalist computer aided design (CAD) software. Made with Nuklear, SDL and OpenGL (recently). https://github.com/zecruel/CadZinho 
> I've looked at the source and the use of `\v` seems correct to me. > > @zecruel could you please make the changes in source files (see the `src/`...
Hi. Until now, CadZinho was designed as a desktop application. So the use of mouse and keyboard is assumed as standard input. Development for the mobile environment (Android and iOS)...