Giter VIP home page Giter VIP logo

lime's Introduction

#lime

light media engine
A lightweight OpenGL framework for haxe.

lime

A starting point for building OpenGL applications across Mac, Windows, Linux, Blackberry, HTML5(WebGL), Android, iOS and more.

#What it does

lime exposes the following

  • OpenGL
  • Audio
  • Input
  • Windowing
  • Useful native features

By setting up a bootstrap for your application, lime will handle all the low level events and call into your main class (this can be overridden) for you.

#How it works

lime is a cross platform haxe library powered by lime-tools, for building upon opengl across many platforms.

lime is two parts

One part is the native code, the underlying platform templates and systems to expose the features.
The second part is the haxe wrapper, forwarding the events to your application.

For example, frameworks like OpenFL leverage lime to implement a cross platform Flash API by leaning on the native portion, without using the current lime haxe classes at all.

#Things to note

  • lime (native, and wrapper) are low level. It does the bare minimum to give you access to the metal - without making it difficult.

  • The lime wrapper works by default by bootstrapping your application main class into the framework.

  • The lime wrapper will call functions into your class, for mouse, keys, gamepad and other system or windowing events (resizing, for example). Then, you handle them.

  • The lime wrapper exposes an API to talk to the windowing, audio and other API's across platforms.

  • The lime GL wrapper code is based on WebGL Api. It matches very closely. Including types and constants.

  • The lime native parts were forked from nme (native media engine) and merged into openfl-native - but now (and lastly) been merged into lime and joined forces to create an agnostic, cross platform starting point to widen the haxe landscape for all frameworks and framework developers.

Expect docs, diagrams and breakdowns of how to get started using lime soon. See the examples/ folder for the basics for now.

lime's People

Contributors

ruby0x1 avatar jgranick avatar

Stargazers

Angus H. avatar

Watchers

James Cloos avatar idobatter 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.