Giter Site home page Giter Site logo

flixel-docs's Introduction

flixel | addons | ui | demos | tools | templates | docs | haxeflixel.com

Bitdeli Badge

##About

This is the main location for HaxeFlixel documentation. Pull requests from this location will be pushed to the live website periodically, so please help us improve the HaxeFlixel docs.

Contents

Main documentation

The main documentation is made up of *.html.md files in the ./documentation folder. Each file and folder starts with a numerical prefix specifying the order listed on the docpad website.

Additional pages can be added using the same extension and using a header specifying the title as seen in the other pages. Eg:

```
title: "Documentation Page"
```

Use Regular GitHub flavoured markdown for the page.
Note `title:` above is case sensitive.

The markdown syntax used in the docs is the GitHub-Flavored-Markdown, thus it's very convenient to directly edit the files via GitHub's web editor.

API documentation

Api documentation is provided in the ./api folder, they are currently generated with chxdoc. You can view the api docs offline by opening the index.html file in a browser.

To generate the API docs yourself use the following method:

  • Install chxdoc for Haxe 3

      haxelib git chxdoc https://github.com/ibilon/chxdoc
    

    Move your cwd to this relative path of the project:

      cd ./api/chxdoc-gen
      haxelib run chxdoc install
    
  • Generate the API docs

      haxe docs.hxml
    

Note this will use your localy enabled haxelib flixel versions, eg if you have haxelib git flixel set to dev etc.

The docs will now be generated in the ./docs folder.

flixel-docs's People

Contributors

gama11 avatar hasufel avatar impaler avatar andreiregiani avatar gamedevsam avatar seifertim avatar greenlightning avatar bneutral avatar bardic avatar cauli avatar mrcdk avatar sergiob avatar sruloart avatar confidantcommunications avatar prestia avatar zshazz avatar johngirvin avatar julsam avatar leoncvlt avatar zedutch avatar roryokane avatar shin-nil avatar vascofr avatar blaknite avatar echo99 avatar lynnntropy avatar

Watchers

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