Showing 27 open source projects for "projects"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Rezku Point of Sale Icon
    Rezku Point of Sale

    Designed for Real-World Restaurant Operations

    Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
    Learn More
  • 1
    royale-asjs

    royale-asjs

    Apache Royale ASJS

    Apache Royale is an open-source compiler and framework that converts ActionScript 3 and MXML code into JavaScript, enabling Flash/Flex developers to build modern web apps using familiar tools. It offers cross-compilation, component libraries, and skinning systems while generating lightweight and responsive HTML5 apps. Royale helps migrate legacy Flash projects or build new web UIs with a declarative approach.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Starling Extension Graphics

    Starling Extension Graphics

    flash.display.Graphics style extension for the Starling Flash GPU

    Starling-Extension-Graphics is an extension for the Starling framework (which itself is a GPU-accelerated 2D framework for Flash/AIR via Stage3D). This extension adds graphics primitives (fills, strokes, planes etc.) that mimic flash.display.Graphics-style drawing but implemented in a GPU-friendly manner. It automatically triangulates vector shapes, letting developers use familiar drawing APIs but get performance benefits of GPU rendering via Starling. Starling is an ActionScript 3 library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    yunus and my other projects
    Yunus is a simple "visual" script language. Yunus is obsolete (left in 2004). However this site exhibits many projects; you will find my other "PHP, VS.NET, Flash, Delphi" projects. eOgr is my second complete application after Yunus.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    scratch-flash

    scratch-flash

    Legacy Flash-based version of the Scratch programming editor

    Scratch Flash is the legacy version of the Scratch visual programming environment used to teach coding through creative projects and animations. Developed using Adobe Flash, it was the original engine powering Scratch 2.0. Although deprecated and replaced by Scratch 3.0, this version remains available for archival and historical purposes or for environments still supporting Flash.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Turn more customers into advocates. Icon
    Turn more customers into advocates.

    Fight skyrocketing paid media costs by turning your customers into a primary vehicle for acquisition, awareness, and activation with Extole.

    The platform's advanced capabilities ensure companies get the most out of their referral programs. Leverage custom events, profiles, and attributes to enable dynamic, audience-specific referral experiences. Use first-party data to tailor customer segment messaging, rewards, and engagement strategies. Use our flexible APIs to build management capabilities and consumer experiences–headlessly or hybrid. We have all the tools you need to build scalable, secure, and high-performing referral programs.
    Learn More
  • 5
    AS3WebSocket

    AS3WebSocket

    ActionScript client implementation for the WebSocket Draft RFC6455

    AS3WebSocket is an ActionScript 3 client implementation of the WebSocket protocol, following the final version of RFC 6455. It’s designed to allow Flash/AIR applications to connect via WebSocket (including secure WebSocket: wss://) to servers implementing that standard, to send/receive text and binary data, handle subprotocols, and support fragmentation etc. A test app is included. The testApp directory contains a Flash Builder 4.6 Air Project that uses the AS3WebSocket library and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Gestouch

    Gestouch

    Gestouch: multitouch gesture recognition library for Flash

    Gestouch is an ActionScript 3 library designed to enhance gesture handling in Flash/AIR projects, offering customizable recognition of single- and multi-touch gestures along with conflict management—going beyond the limited default Flash gesture support. Pretty neat architecture. Very similar to Apple’s UIGestureRecognizers (Cocoa-Touch UIKit). Works with any display list hierarchy structures: native DisplayList (pure AS3/Flex/your UI framework), Starling or ND2D (Stage3D) and 3D libs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    AS3 Utils

    AS3 Utils

    reusable package-level functions that solve common problems

    ...The goal is to give AS3 developers a grab-bag of handy tools so they don’t have to reinvent boilerplate code. Many of these utilities are copied/pasted from open-source projects from around the web. We will attribute functions to their creators (it's on our list of things to do), and we hope function authors understand that we're not trying to take credit for their work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    StarlingPunk

    StarlingPunk

    StarlingPunk is a framework built on top the Starling library

    ...It is inspired by FlashPunk: it gives structure (entities, worlds), collision detection systems, tile maps, etc., and is intended to help developers organize 2D game code more cleanly while benefiting from Starling’s performance. It has features for quick prototyping and reusing code between projects. Organizing game objects into Worlds, Entities, with type-based grouping etc. Manage entity drawing order via depth/layer so that scenes render properly in order (foreground/background, etc.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SkratchPad is an enhanced and pre-configured version of WordPress for use by projects in order to author, share and maintain information and content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software. Icon
    Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software.

    Banks, lending institutions

    Founded in 2004, axefinance is a global market-leading software provider focused on credit risk automation for lenders looking to provide an efficient, competitive, and seamless omnichannel financing journey for all client segments (FI, Retail, Commercial, and Corporate.)
    Learn More
  • 10
    BulkLoader

    BulkLoader

    A bulk loading library for Actionscript

    BulkLoader is a minimal ActionScript 3 (AS3) library intended to simplify the process of loading and managing multiple assets (images, SWFs, XML, sounds, etc.) in Flash/AIR projects. It provides a unified interface to deal with different content types, handles connection pooling, progress reporting, caching, retries, priority, and other conveniences so developers spend less effort coordinating many concurrent loads. Statistics about loading (latency, speed, average speed). Various kinds on progress indication: ratio (items loaded / items to load), bytes, and weighted percentage. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AS3Libs

    AS3Libs

    A collection of AS3 libraries and sketches

    AS3Libs is a collection of ActionScript 3 libraries and sample sketches maintained by Grant Skinner. It includes many small independent libraries for things like collision detection, color matrices/filters, particle effects, random number utilities, path-finding, etc., as well as smaller visual/interactive sketch examples. It is intended as a resource/toolbox for developers building in AS3 (Flash / AIR). Simple library for breaking intensive tasks up across frames to maintain UI...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GlassesFactory

    GlassesFactory

    Library with various code modules

    It contains various code modules. It includes custom AS3 utilities, UI, tools, and helper classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FlexUnit

    FlexUnit

    Open source repository for FlexUnit project for Actionscript 3

    FlexUnit is an open-source unit testing framework for Flex and ActionScript 3, akin to JUnit, providing both functionality for automated testing and a graphical test runner. Support for Flex or ActionScript 3, mark tests with Metadata, async testing support. Exception handling, theories, datapoints and assumptions. The code for FlexUnit can be found on Apache Git. Metadata annotations for test case definitions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Small scripting language with a minimal yet powerful command syntax developed in ActionScript 3. Heavily inspired by Sauerbraten's console language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FireScrum is an intuitive and easy-to-use SCRUM projects management environment focused on Rich Internet Application(RIA) technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Redblox is a Flash AS3 framework that creates an XML blueprint of everything on your site. This XML blueprint is used by the framwork to recursively build everything. Developed to access every item on your website with a simple CTRL+CLICK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    caspin
    caspin is a thin wrapper library around Mozilla's Tamarin Project, which enables you to seamlessly integrate the AVM2 (Adobe Virtual Machine 2) into your C/C++ Projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Vulcan Project

    Vulcan Project

    This project has been moved to [Vulcan2012]

    This project does not update here anymore. This project has been moved to [Vulcan2012] https://sourceforge.net/projects/vulcan2012/ Vulcan Project is micro-architecture that are implemented the basic commands (open, close, undo / redo, copy / paste ...) and the docking-system is required for UI development. Vulcan Project is based on Flex / AIR framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is a collection of Flex components I have built for use in various projects I am / have worked on. I have benefited greatly from open source projects in the past and wanted to share my code with others like me.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    FlexBean is a Netbeans' plug-in for Netbeans 6.5. It aims to provide a Flex support (~ Flex IDE) for Netbeans IDE. So, you can create/compile/run/... Flex projects with your lovely Netbeans IDE !!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    An Open Source Content Management System and Framework for flash web sites and projects. More detailed info and online demo at: http://flashdance.es .7z FILE IS THE SAME AS .zip FILE more info on 7-zip: http://www.7-zip.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Home of GWT4WTP and other projects of "artifax" team
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Stingray provides a robust Object Oriented Programing framework for Javascript. Stingray's classes lessen development time for graphic/multi-media designers and web developers and focus on new projects, rather than re-invent the wheel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Flash/PHP adaptation of the XTEA encryption algorithm. Allows encryption/decryption of sensitive data using 128-bit key. May be used for network data (HTTP) or offline for implementations like secure CD-ROM projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A Flex-client/Java-server based app that provides the basic framework of "user management", including user registration, basic log-in security, and user administration. It can be used to quickly jump start projects that require this common use case.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next