From 97266a90b1891fa91da639c46f92d39752434df9 Mon Sep 17 00:00:00 2001 From: skial Date: Thu, 7 Oct 2021 10:24:54 +0100 Subject: [PATCH] Closes #914 (#915) --- src/roundups/598.md | 7 +- src/roundups/599.md | 230 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 234 insertions(+), 3 deletions(-) create mode 100644 src/roundups/599.md diff --git a/src/roundups/598.md b/src/roundups/598.md index eeec0b67..483bfbba 100644 --- a/src/roundups/598.md +++ b/src/roundups/598.md @@ -1,6 +1,6 @@ [_template]: ../templates/roundup.html [date]: / "2021-09-30 09:40:00" -[modified]: / "2021-09-30 10:24:00" +[modified]: / "2021-09-30 19:40:00" [published]: / "2021-09-30 12:00:00" [description]: / "The latest news covering the Haxe community, featuring upcoming talks, the latest HaxeLib releases, game previews and lots more!" [author]: https://twitter.com/teormech "Alexander Hohlov" @@ -14,7 +14,7 @@ Welcome to the latest edition of the Haxe Roundup. [Haxe](http://haxe.org/?ref=h ### News and Articles -- [Tong](https://twitter.com/disktree/status/1442240149295755272) has released the [Armory3D Examples Browser](https://disktree.net/app/armory_examples_browser/), available on [GitHub](https://github.com/tong/armory_examples_browser). :star: +- [Tong](https://twitter.com/disktree/status/1442240149295755272) has released the [Armory3D Examples Browser](https://armory3d.github.io/armory_examples_browser/), available on [GitHub](https://github.com/armory3d/armory_examples_browser/). :star: - Let’s Talk About [UFOs Anyway](http://ezknight.net/2021/09/24/lets-talk-about-ufos-anyway/) by [E. Zachary Knight](https://twitter.com/ezknight/status/1441430174440968197). - Renaine [made an appearance](https://twitter.com/KhrysWilliams/status/1442526424473145345) in The Completionist's charity stream to support Dementia research. - Live tweet thread :fr: of Nicolas Cannasse [at Game Camp France](https://twitter.com/GameCampFrance/status/1442505863315562504). @@ -88,7 +88,8 @@ Welcome to the latest edition of the Haxe Roundup. [Haxe](http://haxe.org/?ref=h ##### Community Previews -- [Tong](https://twitter.com/disktree/status/1442770162164375553) stumbled across an old project of theirs, https://letterspace.disktree.net/ which _"creates webrtc based mesh network. all data is transferred p2p, the server just negotiates the 'room' to connect to"_, using [owl `git`](https://github.com/tong/owl) for client and server. Letterspace was first mentioned in [Roundup 39](https://github.com/skial/haxe.io/blob/dd2c9f37b2a0dbe4ea58380948a6cb2e019e7c10/src/roundups/39.md#L9). :older_adult: +- [Tong](https://twitter.com/disktree/status/1442770162164375553) stumbled across an old project of theirs, http://letterspace.disktree.net/ which _"creates webrtc based mesh network. all data is transferred p2p, the server just negotiates the 'room' to connect to"_, using [owl `git`](https://github.com/tong/owl) for client and server. Letterspace was first mentioned in [Roundup 39](https://github.com/skial/haxe.io/blob/dd2c9f37b2a0dbe4ea58380948a6cb2e019e7c10/src/roundups/39.md#L9). :older_adult: + - > Letterspace only works with `http://`. - Justin has [made a fix for end caps](https://twitter.com/Nanjizal_net/status/1442966353208565760) in `cornerContour` and got it working for gradients. - Via the [Haxe Discord] server, K Board Games has shared [little progress report and new screenshots](https://discord.com/channels/162395145352904705/162664383082790912/890785340917440552) from HaxeFlixel multiplayer board games, which are now open sourced: [K Board Games Client](https://github.com/KBoardGames/KBoardGames) and [K Board Games Server](https://github.com/KBoardGames/KBoardGames-Server). diff --git a/src/roundups/599.md b/src/roundups/599.md new file mode 100644 index 00000000..439dae99 --- /dev/null +++ b/src/roundups/599.md @@ -0,0 +1,230 @@ +[_template]: ../templates/roundup.html +[date]: / "2021-10-07 09:38:00" +[modified]: / "2021-10-07 10:21:00" +[published]: / "2021-10-07 12:00:00" +[description]: / "The latest news covering the Haxe community, featuring upcoming talks, the latest HaxeLib releases, game previews and lots more!" +[contributor]: https://twitter.com/teormech "Alexander Hohlov" + +# Haxe Roundup 599 + +Welcome to the latest edition of the Haxe Roundup. [Haxe](http://haxe.org/?ref=haxe.io) is a high level, strictly typed programming language and cross-compiler. + +## Community Updates + +### News and Articles + +- Feathers UI `beta.6` preview build on Haxelib [article](https://feathersui.com/blog/2021/10/05/feathers-ui-beta-6-preview/) by [Josh Tynjala](https://twitter.com/feathersui/status/1445474744560537603). +- [Introducing ImGuiJsHx](https://community.haxe.org/t/introducing-imguijshx/3280?u=skial) by Luke. +- ☠️Perilous Shores and 🏡Village Generator: integration and a number of small changes [article](https://www.patreon.com/posts/56941736) by [Oleg Dolya](https://twitter.com/watawatabou/status/1444709666479607818). +- New Music and Animations! Third Early Access Character Announced Tomorrow! - September 2021 Fraymakers [Roundup](https://www.kickstarter.com/projects/mcleodgaming/fraymakers-the-infinitely-replayable-indie-platform-fighter/posts/3316374) by McLeodGaming. +- Armory3D [Release Notes](https://forums.armory3d.org/t/release-notes-october-2021-10/4703?u=skial) for October 2021.10 by Naxela. + +##### _In case you missed it_ + +- [Tong](https://twitter.com/disktree/status/1442240149295755272) has released the [Armory3D Examples Browser](https://armory3d.github.io/armory_examples_browser/), available on [GitHub](https://github.com/armory3d/armory_examples_browser/). :star: +- Let’s Talk About [UFOs Anyway](http://ezknight.net/2021/09/24/lets-talk-about-ufos-anyway/) by [E. Zachary Knight](https://twitter.com/ezknight/status/1441430174440968197). +- Renaine [made an appearance](https://twitter.com/KhrysWilliams/status/1442526424473145345) in The Completionist's charity stream to support Dementia research. +- Live tweet thread :fr: of Nicolas Cannasse [at Game Camp France](https://twitter.com/GameCampFrance/status/1442505863315562504). +- Via the [Haxe Discord] server, check out the initial [go2hx](https://go2hx.github.io/) website has been launched by [PXShadow](https://discord.com/channels/162395145352904705/162664383082790912/893045856859738143). + +### Events + +- Armory3D Community Game Jam 2.0 [page](https://itch.io/jam/armory-3d-community-game-jam-20) and [video announcement](https://www.youtube.com/watch?v=QJsTVXuH9WI&widget_referrer=haxe.io), has started, hosted by [Willbot Studios](https://twitter.com/studioswillbot). :tada: +- The HaxeJam 2021 has been [announced](https://itch.io/jam/haxejam-2021), starting October 16th, hosted by [logo4poop](https://twitter.com/logo4poop/status/1439237020962918401). :star2: + +### Videos & Music + +- Introduction to HaxeFlixel [Part 31](https://www.youtube.com/watch?v=CbLi0J8z9_4&widget_referrer=haxe.io) - Setting Up Level Select Screen And First Level by [Questionable Programming](https://twitter.com/QuestionablePr5). +- Game Jam 2 starts NOW - Go join the Armory Game Jam [video](https://www.youtube.com/watch?v=ohHXmkGCcKE&widget_referrer=haxe.io) by Willbot Studio. Also keep an eye on the [announcement](https://forums.armory3d.org/t/armory-3d-game-jam-2-0-starts-now/4701?u=skial) thread for further updates. +- How to get started with Armory3D [video](https://www.youtube.com/watch?v=R3C-EXMIWCw&widget_referrer=haxe.io) by Willbot Studio. +- [Nuclear Blaze - Reveal trailer](https://www.youtube.com/watch?v=dfMZbvVY5Kw&widget_referrer=haxe.io) by Sébastien Bénard. The game is coming [to Steam](https://store.steampowered.com/app/1662480/Nuclear_Blaze/) on Oct 18th. :star: +- Sergey Lerg mentions Haxe and Heaps.io in [UNITY IS OVERHYPED! - What GAME ENGINE to choose in 2021](https://www.youtube.com/watch?v=Rb2acddb8js&widget_referrer=haxe.io) video. +- :memo: _Add a [video](https://github.com/skial/haxe.io/labels/video) related to Haxe_. + +##### _In case you missed it_ + +- Introduction to HaxeFlixel [Part 30](https://www.youtube.com/watch?v=OtvJuVCS5NM&widget_referrer=haxe.io) - Redo Ogmo3 Editor by [Questionable Programming](https://twitter.com/QuestionablePr5). +- Haxe + Heaps + Pony - Making cross-platform application [video](https://www.youtube.com/watch?v=gAY77ESYOUY&widget_referrer=haxe.io) by [AxGord](https://twitter.com/axgord/status/1442211280895492097). +- Kha/Armory/Iron source code [visualization](https://www.youtube.com/watch?v=LlUyYN9rzS4&widget_referrer=haxe.io) by [Tong](https://twitter.com/disktree/status/1442621587757412361). + +### Jobs, Bounties + +- :memo: _Add an [available job](https://github.com/skial/haxe.io/labels/jobs) involving Haxe_. + +#### Looking for work + +- [Rudy Geslin](https://github.com/kLabz) is looking for full-time remote work. :new: +- [Peter Achberger](https://twitter.com/PeterAchberger/status/1395000255301799936) is available for freelance work. +- [Andreas Drewke](https://twitter.com/andreas_drewke/status/1388457246275821571) is looking for a freelancer job or part time job. + +#### Job listings + +- Nexters (Moscow, Russia) [are looking for a Haxe developer](http://hh.ru/vacancy/47978869) to work on Hero Wars. :new: +- Nevosoft (Saint Petersburg, Russia) [are looking for a Haxe developer](https://hh.ru/vacancy/48561746) to work on their mobile game Charm Farm. :new: +- Nexters (Moscow, Russia) are [looking for a Haxe developer](https://hh.ru/vacancy/44231541) to work on the web-version of their project [Throne Rush](https://nexters.com/throne-rush). +- Shiro Games are looking for a [Senior Game Programmer](https://shirogames.com/jobs/senior-game-programmer/). +- The team behind Forge of Empires at InnoGames is looking for a Haxe developer, feel free to contact [Dan Korostelev](https://twitter.com/nadako/status/1316448129479311360) in case of any questions! More info can be found [at the company's website](https://www.innogames.com/career/detail/job/frontend-developer-haxe-video-game-forge-of-empires/). :recycle: + +#### Bounties +- Basic Platformer Pathfinding AI for HaxeFlixel `$150` [bounty](https://github.com/chosencharacters/squidBounties/issues/5). +- `FlxG.collide` with simple object "mass" for HaxeFlixel `$100` [bounty](https://github.com/chosencharacters/squidBounties/issues/6). +- [Squidly](https://twitter.com/squuuidly/status/1243925472121151488) has opened up [a bounties page](https://github.com/chosencharacters/squidBounties) for HaxeFlixel features. + +### Product Releases & Announcements + +- Heck Deck by [torcado](https://twitter.com/torcado/status/1443959062958329864) has [a free demo available](https://store.steampowered.com/app/1606210/Heck_Deck/) right now for the Steam Next Fest. +- Plactions is a platformer game by [Robert Alvarez](https://twitter.com/Rob1221dev/status/1445406929489178633) is available at [itch.io](https://rob1221.itch.io/plactions) and [NewGrounds](https://www.newgrounds.com/portal/view/817306). +- [Pilie Pals](https://store.steampowered.com/app/1722590/Pilie_Pals/) by [Kirill Poletaev](https://twitter.com/kircode/status/1443999176841379844) is participating in Steam Next Fest. +- [Northgard: Kröwns & Daggers](https://steamcommunity.com/games/466560/announcements/detail/2887361327909342869) is the sixth major free update to the game by [Shiro Games](https://twitter.com/shirogames/status/1445741081841201154). +- The directors cut of Closed Hands is now available on [Steam](https://twitter.com/danhett/status/1444935864937820160), for Windows, Mac and Linux! via [Dan Hett](https://twitter.com/danhett). :star: + +##### _In case you missed it_ + +- Via the [Haxe Discord] server, [MondayHopscotch](https://discord.com/channels/162395145352904705/162664383082790912/892259699062341722)'s entry for GBJam 9 - [Aerostat](https://bitdecaygames.itch.io/aerostat). + +### Previews & Demos + +#### LD49 "Unstable" + +- [GUNSTABLE](https://torcado.itch.io/gunstable) by [torcado](https://twitter.com/torcado/status/1444802810810404864). Made with OpenFL. +- [Jérémy Fa](https://twitter.com/jeremyfaivre/status/1444801621511258115)'s entry - [It will Fall](https://ldjam.com/events/ludum-dare/49/it-will-fall). Made with Ceramic engine. +- [Jefvel](https://twitter.com/jefvel/status/1444804570597707776)'s entry - [Horse with a Human Mask On a Tightrope](https://jefvel.itch.io/secret-horse). +- [鬼心伝 - A Story of Heartful Oni](https://ldjam.com/events/ludum-dare/49/a-story-of-heartful-oni) is another one Ludum Dare 49 entry made with Haxe by group of [Christopher Ortiz](https://twitter.com/kiririn51/status/1445563037742616584), [Chris](https://twitter.com/FireSlash), [Frroyo](https://twitter.com/Frrozenyo), [Merenge](https://twitter.com/Merenge_doll) and [Juneji](https://twitter.com/Juneji_). +- [ZwodahS](https://discord.com/channels/162395145352904705/162664383082790912/893900330973134899)'s entry - [Unstable OS](https://zwodahs.itch.io/ld49-unstable-os). +- [Aeveis](https://discord.com/channels/162395145352904705/162664383082790912/894780721590329365)'s entry - [Okay & Alright](https://ldjam.com/events/ludum-dare/49/okay-alright). Made with HaxeFlixel. +- Via the [Haxe Discord] server, [Viole(n)t Cooking](https://ldjam.com/events/ludum-dare/49/violent-cooking) made with Heaps. via [Yanrishatum](https://discord.com/channels/162395145352904705/501408700142059520/895186435332796416). +- [Structure Rescue](https://ldjam.com/events/ludum-dare/49/structure-rescue) by GlacierEclipse made with HaxePunk. +- [Pocobot's Obligation](https://ldjam.com/events/ludum-dare/49/pocobots-obligation) made with OpenFL. +- [A Crumbly Planet](https://ldjam.com/events/ludum-dare/49/a-crumbly-planet) by Kumber using HaxeFlixel. +- [The Pearl Thief](https://ldjam.com/events/ludum-dare/49/the-pearl-thief) by Furfel using HaxeFlixel. +- :memo: _Submit your [LD49 entry](https://github.com/skial/haxe.io/issues/914) built with Haxe._ + +#### Open Source + +##### Community Previews + +- [E. Zachary Knight](https://twitter.com/ezknight/status/1444347857264386050) is currently working on a Light Cycles clone with a unicorn motif. +- Via the [Haxe Discord] server, Geokureli shows how [new Flixel collision system works](https://discord.com/channels/162395145352904705/162664383082790912/894031016451276811). You can look at related [pull request](https://github.com/HaxeFlixel/flixel/pull/2422). +- A rewritten & updated [admob](https://community.openfl.org/t/extension-admob/13242?u=skial.bainn) extension has been released! +- [Tong](https://twitter.com/disktree/status/1442770162164375553) stumbled across an old project of theirs, http://letterspace.disktree.net/ which _"creates webrtc based mesh network. all data is transferred p2p, the server just negotiates the 'room' to connect to"_, using [owl `git`](https://github.com/tong/owl) for client and server. Letterspace was first mentioned in [Roundup 39](https://github.com/skial/haxe.io/blob/dd2c9f37b2a0dbe4ea58380948a6cb2e019e7c10/src/roundups/39.md#L9). :older_adult: + - > Letterspace only works with `http://`. + +##### _Git Repos_ + +- [RayKhasting `git`](https://github.com/GameDevPlayground/RayKhasting) - Ray-casting with Kha. +- [std-asys `git`](https://github.com/back2dos/std-asys) - Haxe Asynchronous IO API as a library. +- _Check out the latest open source Haxe projects over on [GitHub][latest github]_. + +#### Closed Source + +- `[ld49]` [Totally conventional](https://twitter.com/deepnightfr/status/1444958649424699396) extravehicular operation here by Sébastien Bénard's game, which will be released later (not for this LD unfortunately). You can view tech stack used for the game in the [I'm in!](https://ldjam.com/events/ludum-dare/49/$263532/im-in) post by Sébastien. +- Super Cosmic Heist - World 4-7 `WIP` by [Fierce](https://twitter.com/FierceTheBandit/status/1445101960357683208). +- The Kanyon Karver [trick system](https://twitter.com/Kanakro13/status/1445003942094675972) is so smooth now. And Nikolay is thinking of maybe changing the visual style of the game. [What do you think?](https://twitter.com/Kanakro13/status/1445826724583784457) +- The summer boss in [Go! Go! PogoGirl](https://store.steampowered.com/app/1681010/Go_Go_PogoGirl/) by Andrej has mastered math and therefore knows how to [swim in a wave pattern](https://twitter.com/ohsat_games/status/1444364105687703556) and [creates splashes in the water](https://twitter.com/ohsat_games/status/1445816170196709377). +- George Harpwood is [working on 8th prototype](https://twitter.com/GeorgeHarpwood/status/1446004515099000836) for their 10 prototypes challenge. +- [Erick Feiling](https://twitter.com/erick_feiling/status/1444331698326495236) is in the early stages of using OpenFL for a local pub's beer menu. +- Couple of quick videos from `WIP` SHMUP game by Techy Wrinkes: + * [A new enemy](https://twitter.com/techywrinkles/status/1444536022449246209) inspired by worms from the 2nd level of Forgotten Worlds. + * [Basic AI for the Flies = done](https://twitter.com/techywrinkles/status/1444911457121017858). + +##### From the [Haxe Discord] :key: server + +- Sébastien Bénard shows how [typical level](https://discord.com/channels/162395145352904705/501408700142059520/893457146807742494) and [complex level](https://discord.com/channels/162395145352904705/501408700142059520/893457368367632384) in Nuclear Blaze looks in LDtk game editor. + +### _Some_ Library Releases + +- [hxneu `1.0.1`](https://lib.haxe.org/p/hxneu) +- [lcov `2.0.0`](https://lib.haxe.org/p/lcov) +- [bind `0.4.11`](https://lib.haxe.org/p/bind) +- [deepnightLibs `1.0.63`](https://lib.haxe.org/p/deepnightLibs) +- [mc2it_rte `1.1.1`](https://lib.haxe.org/p/mc2it_rte) +- [presskit `1.1.1`](https://lib.haxe.org/p/presskit) +- [newgrounds `1.1.5`](https://lib.haxe.org/p/newgrounds) +- [feathersui `1.0.0-beta.6`](https://lib.haxe.org/p/feathersui) +- [uuid `2.3.2`](https://lib.haxe.org/p/uuid) +- [haxe-phaser3 `3.54.2`](https://lib.haxe.org/p/haxe-phaser3) +- [xa3.format `0.2.4`](https://lib.haxe.org/p/xa3.format) +- [hxasync `1.1.1`](https://lib.haxe.org/p/hxasync) +- [trilateral3 `0.0.5-alpha`](https://lib.haxe.org/p/trilateral3) +- [cornerContour `0.0.1-alpha`](https://lib.haxe.org/p/cornerContour) +- [fracs `0.0.3-alpha`](https://lib.haxe.org/p/fracs) +- _Check out the [most recent library releases](https://lib.haxe.org/recent/) on HaxeLib_. + +### People & Projects to support + +- [Funkin' Crew](https://ninja-muffin24.itch.io/funkin) is making Friday Night Funkin', a cartoon rhythm gaming excellence +- [Patrick](https://www.patreon.com/gepatto) is creating Raspberry Pi 4 support for Haxe/Lime/OpenFL/HaxeFlixel. +- [Josh Tynjala](https://github.com/sponsors/joshtynjala) is working on Feathers UI — open source, cross-platform UI components built with OpenFL. +- [Pavel Alexandrov](https://ko-fi.com/yanrishatum) is primarily contributing to the Heaps engine and is the creator of format-tiled library. +- [Ian Harrigan](https://github.com/sponsors/ianharrigan) is working on primarily HaxeUI, as well as hxArduino & hxWebSockets. +- [Kaelan Evans](https://github.com/sponsors/kevansevans) is working on HxDoom, a Haxe adaption of Doom. +- [Richard Oliver Bray](https://ko-fi.com/richardoliverbray) is teaching people the things he's learnt, like React, Typescript and Haxe. +- [Alexander Gordeyko](https://www.patreon.com/axgord) is developing [Pony](https://github.com/AxGord/Pony), a Haxe open-cross-library. +- [Andy Li](https://github.com/users/andyli/sponsorship) is working around the Haxe ecosystem: CI, packaging, docs and learning materials. +- [Kevin Leung](https://www.patreon.com/kevinresol) is creating open source software libraries. +- [Robert Konrad](https://www.patreon.com/RobDangerous), the Kha author, is creating Programming Toolkits. +- [Lubos & contributors](https://armory3d.org/fund) are creating Armory, an open source 3D game engine in Blender. +- [OpenFL](https://www.patreon.com/openfl) is creating free open source software. +- [HaxeUI](https://www.patreon.com/haxeui) is creating an open source user interface libraries. +- [HaxeFlixel](https://www.patreon.com/haxeflixel) is creating an open source, cross platform 2D game engine. +- [Slava Ra](https://www.patreon.com/slavara) is creating improvements for FlashDevelop and HaxeDevelop. +- [Mark Knol](https://www.patreon.com/markknol) is working on Haxe and its documentation. +- [Dan Korostelev](https://www.patreon.com/nadako) is working on the Haxe compiler. +- [Eric Bishton](https://www.patreon.com/EricBishton) is creating the Haxe plugin for IntelliJ IDEA. +- [Will Blanton](https://www.patreon.com/x01010111) is creating HaxeFlixel tutorials. +- [Matthew Wallace](https://www.patreon.com/haxeexamples) is creating Haxe By Example tutorials. +- [August Late](https://www.patreon.com/augustlate) is creating unique 2D lighting tech. + +## Updates from the Haxe core + +### Current Proposals & Discussions + +- Add Number Separator [proposal](https://github.com/HaxeFoundation/haxe-evolution/pull/90). :new: +- Add Safe navigation operator [proposal](https://github.com/HaxeFoundation/haxe-evolution/pull/89). +- Add Destructor [proposal](https://github.com/HaxeFoundation/haxe-evolution/pull/88). +- Add `enum abstract` over `enum` [proposal](https://github.com/HaxeFoundation/haxe-evolution/pull/87), plus [clarification](https://github.com/HaxeFoundation/haxe-evolution/pull/87#issuecomment-935339089).. +- Add Enum abstract instances [proposal](https://github.com/HaxeFoundation/haxe-evolution/pull/86). +- Add Null coalescing operator [proposal](https://github.com/HaxeFoundation/haxe-evolution/pull/85). +- Add local static [proposal](https://github.com/HaxeFoundation/haxe-evolution/pull/84). +- Allow enums to opt-out of publishing their constructors in the implicit global scope [proposal](https://github.com/HaxeFoundation/haxe-evolution/pull/83). +- Add destructive assignments [proposal](https://github.com/HaxeFoundation/haxe-evolution/pull/82). +- Add Matcher: setting variables and guard as expression in a pattern [proposal](https://github.com/HaxeFoundation/haxe-evolution/pull/80). +- Add Single pattern check [proposal](https://github.com/HaxeFoundation/haxe-evolution/pull/79). +- Add Shorthand nullable-type syntax [proposal](https://github.com/HaxeFoundation/haxe-evolution/pull/77). +- Add support for on site getters & setters [proposal](https://github.com/HaxeFoundation/haxe-evolution/pull/63). +- Add support for `Self` access for abstracts [proposal](https://github.com/HaxeFoundation/haxe-evolution/pull/62). +- `[RFC]` Xml Dsl's [discussion](https://github.com/HaxeFoundation/haxe-evolution/issues/60). +- Add support for default type parameters [proposal](https://github.com/HaxeFoundation/haxe-evolution/pull/50). +- Add polymorphic `this` types [proposal](https://github.com/HaxeFoundation/haxe-evolution/pull/36). +- Add [Default values for enum parameters](https://github.com/HaxeFoundation/haxe-evolution/issues/27). +- :memo: _Do you have an idea to improve Haxe? Consider [creating a proposal]._ + +### Core Changes + +8~ commits have been made to Haxe compiler in the [last week]. + +- `[php]` Add externs for FTP constants and functions [merged](https://github.com/HaxeFoundation/haxe/pull/10409). +- `[hxcpp]` Support type parameters on extern classes [pull request](https://github.com/HaxeFoundation/haxe/pull/10415). +- `[hscript`] Haxe Language support [pull request](https://github.com/HaxeFoundation/hscript/pull/110). +- `[haxelib]` Add `why` command [pull request](https://github.com/HaxeFoundation/haxelib/pull/525). +- Add UInt64 [pull request](https://github.com/HaxeFoundation/haxe/pull/10417). +- UInt parse Float and String [pull request](https://github.com/HaxeFoundation/haxe/pull/10413) +- Fancy completion bug [fixed](https://github.com/HaxeFoundation/haxe/issues/10412) with an [explanation](https://github.com/HaxeFoundation/haxe/issues/10412#issuecomment-932680306). + +##### _In case you missed it_ + +- `[cpp]` LibUV bindings [pull request](https://github.com/HaxeFoundation/haxe/pull/10406). + +You can get started using the latest features by downloading a [nightly build] of Haxe and see the impact the latest changes have on each target by browsing the [benchmarks] site. + +Take it easy everyone, stay safe and have a good week! + +[benchmarks]: https://benchs.haxe.org/ +[nightly build]: http://build.haxe.org +[creating a proposal]: https://github.com/HaxeFoundation/haxe-evolution +[last week]: https://github.com/search?q=closed:2021-09-30..2021-10-07+org:haxefoundation+is:closed +[latest github]: https://github.com/search?o=desc&q=created:%22%3E+2021-09-30%22+language:Haxe&s=updated&type=Repositories +[Haxe Discord]: https://discordapp.com/invite/0uEuWH3spjck73Lo +[Armory Discord]: https://discord.com/invite/7jDud8R3dE +[OpenFL Discord]: https://discordapp.com/invite/tDgq8EE +[FeathersUI Discord]: https://discord.com/invite/SnJBC53