Code Monkey home page Code Monkey logo

ange's Introduction

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.

ange's People

Contributors

xoliper avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.