Skip to content

EasyDevCpp/neo-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neo-gui

Neo-Gui - SDL2 based cross-plattform Gui-Toolkit

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To develop your own applications using neo-gui you have to match the following dependancies.

Development:

Linux(Ubuntu):

  1. sudo apt update
  2. sudo apt install g++ build-essentials libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev
  3. Include the downloaded libaries into your IDE

Windows:

  1. Download the following files(based on the compiler you use):
  1. Include the downloaded libaries into your IDE

Mac OS X:

  1. Download the following files:
  1. Include the downloaded libaries into your IDE

Installing

  1. Install all prerequisites
  2. Clone the repo to your system
  3. Compile the Example (/test/example.cpp) & test it!
  4. Done!

Versioning

For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License v3 - see the LICENSE file for details

Acknowledgments