Giter VIP home page Giter VIP logo

haxetemplateapplication's Introduction

HaxeTemplateApplication

An abstract template to use as OpenFL/Feathers-UI application.

Minimum Requirements

  • Haxe 4.1
  • OpenFL 8.9.7
  • Feathers UI 1.0.0-rc.1
  • Champaign

Installation

Update dependencies in your application's project.xml.

Extend application using the base Application template:

class YourApplication extends BaseTemplateApplication

Features

Application, excepion/crash logging

Automatic

Crash-log submission (optional)

To enable, provide an URL to submit, in extending Application. For more information on fields to submit: https://github.com/Moonshine-IDE/FormBuilder-Crash-Report

appTemplateConfiguration.crashReportSubmissionURL = "-url-to-report-post-";

Application update check (optional)

To enable, provide an URL to update-check/XML, in extending Application:

appTemplateConfiguration.updateCheckURL = "-url-to-update-check-/updater.xml";

Supported XML format:

<update>
	<!--  Mac update  -->
	<pkg>
		<version>1.0.0</version>
		<url> -- url to pkg installer -- </url>
		<description>
			<![CDATA[ * This a Mac update ]]>
		</description>
	</pkg>
	<!--  Win update  -->
	<exe>
		<version>1.0.0</version>
		<url> -- url to windows installer -- </url>
		<description>
			<![CDATA[ * This a Win update ]]>
		</description>
	</exe>
 </update>

haxetemplateapplication's People

Contributors

aszusz avatar markprominic avatar piotrzarzycki21 avatar rat-moonshine avatar

Watchers

 avatar  avatar

haxetemplateapplication's Issues

API for Crash Reports

I created a FormBuilder project here to represent a standard CrashReport interface. Note that the project is currently private until we can review it:

https://github.com/Moonshine-IDE/FormBuilder-Crash-Report

The interface is defined in the README.

The database and agents can be imported into a Super.Human.Installer instance, but I will send a Prominic URL separately. The Prominic URL should not be included in this template - we should document where the user needs to provide their own URL (in order to enable the feature).

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.