All Projects → Gamua → Starling Framework

Gamua / Starling Framework

Licence: other
The Cross Platform Game Engine

Programming Languages

actionscript
884 projects

Projects that are alternatives of or similar to Starling Framework

starling-preloader
An example preloader for Starling Framework running in Adobe Flash Player in a web browser
Stars: ✭ 24 (-99%)
Mutual labels:  flash, as3, adobe-air, starling-framework, starling
feathersui-starling-sdk
SDK for building Feathers UI (Starling) applications with MXML
Stars: ✭ 41 (-98.29%)
Mutual labels:  adobe-air, starling-framework, starling
feathersui-starling
User interface components for Starling Framework and Adobe AIR
Stars: ✭ 920 (-61.65%)
Mutual labels:  adobe-air, starling-framework, starling
Adobe-Runtime-Support
Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.
Stars: ✭ 163 (-93.21%)
Mutual labels:  adobe-air, starling-framework
astra-flash
Fork of Astra Flash components
Stars: ✭ 15 (-99.37%)
Mutual labels:  flash, adobe-air
godpaper
🐵 An AI chess-board-game framework(by many programming languages) implementations.
Stars: ✭ 40 (-98.33%)
Mutual labels:  flash, starling
todo-app
An Adobe AIR mobile app that uses the Firebase V3 API to save users to do's lists and manage their accounts.
Stars: ✭ 19 (-99.21%)
Mutual labels:  adobe-air, starling-framework
flextreemap
TreeMap data visualization component for Adobe Flex
Stars: ✭ 22 (-99.08%)
Mutual labels:  flash, adobe-air
Lambdacube Edsl
Previous version of LambdaCube 3D as Embedded Domain Specific Language in Haskell. Check the latest system:
Stars: ✭ 186 (-92.25%)
Mutual labels:  gpu
Laravel Ebank
🤖 电商类站内虚拟积分与聚合支付解决方案
Stars: ✭ 192 (-92%)
Mutual labels:  gpu
Nvidia Docker
Build and run Docker containers leveraging NVIDIA GPUs
Stars: ✭ 13,961 (+481.95%)
Mutual labels:  gpu
Srmd Ncnn Vulkan
SRMD super resolution implemented with ncnn library
Stars: ✭ 186 (-92.25%)
Mutual labels:  gpu
Deepdetect
Deep Learning API and Server in C++14 support for Caffe, Caffe2, PyTorch,TensorRT, Dlib, NCNN, Tensorflow, XGBoost and TSNE
Stars: ✭ 2,306 (-3.88%)
Mutual labels:  gpu
Taichi
Parallel programming for everyone.
Stars: ✭ 17,625 (+634.68%)
Mutual labels:  gpu
Simplegpuhashtable
A simple GPU hash table implemented in CUDA using lock free techniques
Stars: ✭ 198 (-91.75%)
Mutual labels:  gpu
Hybridizer Basic Samples
Examples of C# code compiled to GPU by hybridizer
Stars: ✭ 186 (-92.25%)
Mutual labels:  gpu
Aura.session
Tools for managing sessions, including session segments and read-once messages
Stars: ✭ 185 (-92.29%)
Mutual labels:  flash
Mesa Dist Win
Pre-built mesa software rasterizer drivers for Windows
Stars: ✭ 201 (-91.62%)
Mutual labels:  gpu
Keras Acgan
Auxiliary Classifier Generative Adversarial Networks in Keras
Stars: ✭ 196 (-91.83%)
Mutual labels:  gpu
Hdltex
HDLTex: Hierarchical Deep Learning for Text Classification
Stars: ✭ 191 (-92.04%)
Mutual labels:  gpu

Starling Framework

The Cross Platform Game Engine

The Starling Framework allows you to create hardware accelerated apps in ActionScript 3. The main target is the creation of 2D games, but Starling may be used for any graphical application. Thanks to Adobe AIR, Starling-based applications can be deployed to mobile devices (iOS, Android) and the desktop (Windows, macOS).

While Starling mimics the classic display tree architecture of Adobe AIR/Flash, it provides a much better performance: all objects are rendered directly by the GPU (using the Stage3D API). The complete architecture was designed for working well with the GPU; common game development tasks were built right into its core. Starling hides Stage3D internals from developers, but makes it easy to access them for those who need full performance and flexibility.

Starling aims to be as lightweight and easy to use as possible. As an Open Source project, much care was taken to make the source code easy to read, understand and extend. With under 20k lines of code, experienced developers can easily grasp it in its entirety, or modify it to their needs.

Quick Links

News and Updates

Adobe AIR – Provided by HARMAN

  • Get the latest AIR SDK here.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].