grotius-cnc / cadcam

cadcam program for codeblocks c++
9 stars 9 forks source link

Some files should be removed from the repo #1

Open asmwarrior opened 2 months ago

asmwarrior commented 2 months ago

For example, there are a lot of files under bin/Debug and 'obj/Debug', those files such as .o files are generated when compiling.

Also, I see there is a layout file, this file is also try to remember the window layout of your Code::Blocks.

BTW: I come from the discussion:

C++ CadCam program development with CodeBlocks instead of QT — https://forum.linuxcnc.org/31-cad-cam/38379-c-cadcam-program-development-with-codeblocks-instead-of-qt

Nowadays, Code::Blocks has many new features, such as it has a new "clangd-client" as its code completion plugin, so the programming experience will improve compared several years ago.

asmwarrior commented 2 months ago

Under Windows, msys2(https://www.msys2.org/) can be used, so a lot of libraries can be used from msys2 projects, which includes the latest modern C++ compiler, QT, wxWidgets library.