Coder Social home page Coder Social logo

agramonte / dmc-corona-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dmccuskey/dmc-corona-ui

0.0 1.0 0.0 8.76 MB

Advanced UI widgets for Corona SDK (w/ Styles & Themes)

Home Page: docs.davidmccuskey.com/dmc+corona+ui

Lua 99.97% Python 0.03%

dmc-corona-ui's Introduction

Overview

The DMC Corona UI library is collection of advanced widgets for the Corona SDK. They can be used in any size or type of application.

The module architecture is heavily object-oriented, but each module can be used with any style of coding. The OO-nature ensures that the modules can be easily re-used or modified as necessary.

Features

  • Robust and efficient widgets
  • Cascading style sheets
  • Powerful controls

Documentation & Examples

There are examples and documentation available for the modules. Look in the examples folder for available examples which can be run directly in the Corona SDK. Documentation and some simple screencasts of examples are online at: docs.davidmccuskey.com

Questions or Comments

If you have questions or comments you can either (preferred order):

  • send me an email: corona-lib at davidmccuskey com
  • post an issue here on github
  • send a PM @ coronalabs.com: @dmccuskey
  • post to the Corona forums: http://forums.coronalabs.com

Issues

If you have any issues, please post them here on github: dmc-corona-ui issues

Installation & Use

For easy installation, copy the following setup in your project:

dmc_corona.cfg
dmc_corona_boot.lua
lib/
  dmc_ui.lua
  dmc_corona/
  dmc_ui/

With this setup the widgets module would be imported like so:

local dUI = require 'lib.dmc_ui'

local button = dUI.newPushButton( params )
...

For more detailed info about installation, visit Install DMC Corona UI.

Current Widgets & Styles

  • Background

    A widget used to provide a backing image. This is used in other widgets, eg TextField, Button, TableViewCell, etc. Several display types โ€“ image, rectangle shape, rounded shape, 9-slice, etc.

  • Button

    A fancy button set.

  • NavBar

    A navigation bar.

  • NavItem

    An item used in the NavBar.

  • ScrollView

    A robust 2D scroll surface.

  • Segmented Control

    A horizontal control made of multiple segments, each segment functioning as a discrete button.

  • TableView

    A high-performance TableView widget, inherits from ScrollView.

  • TableViewCell

    A general-purpose row for a TableView.

  • Text

    A widget to display textual information.

  • TextField

    No-fuss, all action text-input widget.

Current Controls

  • Navigation Control

    Builds on NavBar to deliver precise page navigation.

License

The MIT License (MIT)

Copyright (c) 2013-2015 David McCuskey

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.

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.