Skip to content
Avatar

Highlights

Sponsors

@qkdreyer @niccolofavari @LeHaine @Sygmei @redsett @Jouby

Sponsoring

@Herschel
deepnight/README.md

Pinned

  1. gameBase Template

    Base structure for my games, using Heaps framework and Haxe language.

    Haxe 188 51

  2. Modern, lightweight and efficient 2D level editor

    Haxe 976 42

  3. The general personal libs I use in my Haxe projects.

    Haxe 96 20

  4. A small Windows script to quickly create redistribuable of an existing simple HL/JS/SWF haxe project.

    C 15 6

4,108 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

November 2020

Created 1 repository

Created an issue in HaxeFoundation/haxe that received 6 comments

Std.parseInt returns an UInt on JS target

class Main { static function main() { trace( Std.parseInt("0xaabbccdd") ); // 2864434397 trace( 0xaabbccdd ); // -1430532899 trace( Std.parseInt("0…

6 comments

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.