ANGE Save

C++ OOP GUI Library

Project README

Version 0.2 Build passed

Ange [Another GUI Engine]

The easy, fast, multiplatform Windows Linux and free GUI framework for C++ language! Library is compatibile with all popular C++17 compilers MSVC GCC CLANG.



Library Compilation

Download & configure

  1. Clone repo
git clone https://github.com/Xoliper/ANGE/
cd ANGE
  1. Create Makefiles or MSCV solution.

Please pass information about your: Architecture[x64, x86] and Compiler[gcc, clang, msc]

\\Vendor\\premake\premake5.exe --file="generate.lua" --arch=x64 --compiler=gcc gmake2

(For VS C++ users: change gmake2 to vs20xx to generate Visual Studio solution)

Compile

First option - via make

make config=release

Second option - via your IDE (like Visual Studio).

Open IDE and build Ange project.

Use

First option - DIY

1. Make sure you run "INSTALL" project, then copy from "INSTALL" folder; "include" and "lib" somewhere.
2. Create project in your IDE/make and add paths to that folders.
3. Remember to link everything from "lib" folder.

Second option - DIY

1. Make sure you run "INSTALL" project, then copy from "INSTALL" folder; "include" and "lib" somewhere.
2. Copy "template.lua" to your project dir, and rename it to premake5.
3. Set new project name in that file, and path to ANGE library (first two lines).
4. Invoke: "premake5 <your IDE/make>" inside project folder

FAQ

Where is the documentation? Are there any guides for this?

Everything you need is here. You can also download all that documentation (as HTML subpages) from "Ange/Documentation" folder.

Any example code?

Sure, here!

Any applications based on this library?

As far as i know - at the moment, no. But I'm currently writing a scene editor for this library. So it will probably be the first app.

Implemented widgets

Name          Status          Documentation         
Window Done Yes
Background/Rectangle2D Done Yes
Image Done Yes
Text Done Yes
SimpleButton Done Yes
SimpleInput Done Yes
Task Done Yes
VerticalScroller Done Yes
CustomWidget Done Yes
ContextMenu Done Yes
ProgressBar Done Yes
Checkbox Done Yes
Ratio Done Yes

Roadmap

Dependences

Library          Version         
OpenGL 3.3
GLFW 3.2.1
GLM 0.9.9 rev3
FreeType 2.7.1
libjpeg 9c
libpng 1.6.37
zlib 1.2.11
glad 0.1.30

License

MIT License

Copyright (c) 2019 Xoliper

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Open Source Agenda is not affiliated with "ANGE" Project. README Source: Xoliper/ANGE
Stars
37
Open Issues
0
Last Commit
4 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating