Skip to content

Releases: jimmy-sketch/cgui.lib

v1.1.0-multi

03 Nov 09:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: static-version...v1.1.0-multi

使用说明

头文件作为headers.zip提供,解压后直接在程序中包含cgui/cgui.h即可;
提供以下三个二进制版本:

  • 由msvc cl编译器19.40.33811版编译的CGUI-msvc19.40.33811.lib及其.pdb
  • 由g++ 14.2.0编译的CGUI-g++14.3.a
  • 由g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0编译的CGUI-g++11.4.a

v1.0.0-static-linux

13 Oct 08:37
Compare
Choose a tag to compare
v1.0.0-static-linux Pre-release
Pre-release

What's Changed

  • 完善page,添加main_linux by @hnsk0808 in #14
  • 本次更新带来了linux下的预编译版本的库,并处理了一些兼容性问题。提供chen_cppcguilib.a作为库文件,编译器版本为g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0。若要自行编译,请注意将提供的源代码中cgui.cpp中的system("cls");一行替换为system("clear");
  • 头文件已经打包为headers.zip,使用时直接包含cgui.h即可

Full Changelog: v1.0.0-static...v1.0.0-static-linux

v1.0.0-static-windows

12 Oct 14:03
addaf7a
Compare
Choose a tag to compare
v1.0.0-static-windows Pre-release
Pre-release

What's Changed

New Contributors

使用说明

  • 当前提供为windows下msvc v143版本编译的静态链接库,头文件为cgui.h
  • 如需移植请注意:目前在zsh下排版似乎有一点问题,其他都可以
  • 同样,如需移植至linux,请将cgui.cpp中的一行system("cls")改为system("clear")
  • 头文件已经打包于headers.zip,在程序中只需包含cgui.h即可
    Full Changelog: https://github.com/jimmy-sketch/chen_cppcguilib/commits/v1.0.0-static