haxe
Tokens in Haxe build process?
I\'m using Haxe to make a few simple SWFs for RTMP video streaming.Everything is working great, but what I\'d really like to do is tokenize a few properties so that the SWFs are compiled with environm[详细]
2023-02-03 18:03 分类:问答How to get a physics engine like Nape working?
Introduction: I think Nape is a relatively new engine so some of you may not know it. It\'s supposedly faster than box2d and I like that there is decent documentation. Here\'s the site: http://code.go[详细]
2023-02-03 01:49 分类:问答Would Haxe work for creating libraries?
I was thinking of using Haxe for it\'s cross-language ability, but wasn\'t sure if it was the best for 开发者_StackOverflowthis task. I\'m going to write a generic library that should be able to be us[详细]
2023-01-30 16:12 分类:问答haxe: Indirect property referencing
I might be missing something obvious, but how do I reference a property indirectly? E.g in javascript it would be:[详细]
2023-01-18 15:59 分类:问答Haxe for javascript without global namespace pollution?
This question only applies to Haxe version < 2.10 I\'ve known about haxe for a while, but never really played with it until yesterday. Being curious, I decided to port showdown.js, a javascript po[详细]
2023-01-18 08:26 分类:问答Compare enum without considering its arguments
Let me make this clear, I have this enum: enum Token { Number(v:Float); Identifier(v:String); TString(v:String);[详细]
2023-01-17 00:06 分类:问答Haxe syntax; what does the following mean?
I have the following bit of syntax: Void -> Void //in context example private var _onClickEvents : List < Void -&g开发者_开发知识库t; Void > ;[详细]
2023-01-15 16:34 分类:问答Odd error when trying to use removeChild/addChild
I have the following line in some of my haxe code: removeChild(_screens[Helpers.indexOf(_screenNames, _activeScreen)]);[详细]
2023-01-15 12:12 分类:问答FlashDevelop -- Specify an HXML file?
[a continuation 开发者_开发技巧of this question] In order to embed resources in a SWF file, I have to add lines to my HXML file. However, since I\'m using FlashDevelop, I don\'t know where to find t[详细]
2023-01-15 00:51 分类:问答Haxe -- Embed files like in ActionScript?
In ActionScript, you can do something like this: [Embed(source = \"src/myfile.xml\", mimeType = \"application/octet-stream\")][详细]
2023-01-15 00:27 分类:问答