- figured it to keep a lil place formyself here, inspired by https://dev.to/solidi/rediscovering-the-plan-file-4k1i
- Tips / brew commands to compile hashlink on M-series mac computers, here is also the vanilla instructions for building hashlink on linux/osx
- To get colored output to terminal when using HXCPP on Windows, you can set the environment variable
ANSICON
: (from tools/hxcpp/Log.hx in hxcpp!)- On Windows, it's also recommended to be using Clink!
- Snippet for pixel perfect HTML5 rendering for HaxeFlixel. Further reading
#if web // pixel perfect render fix! Application.current.window.element.style.setProperty("image-rendering", "pixelated"); #end
- You can add
-watch
as an arg when running/testing a Lime based project (openfl, haxeflixel, etc.), and it will auto-recompile anytime there's a file change in any of your source directories code from lime/tools/utils/PlatformTarget.hx. Each platform (CPP/HTML5/iOS) I believe they all usehxp.System.watch()
under the hood, which is NodeJS based, and seemingly directly from this Github repo https://github.com/mikeal/watch - On github actions,
hashFiles()
gives a different output on windows than it does on mac/linux, even when given the same input (at least as of 2024/02/03). So be careful with hashing on linux and then trying to restore via windows!
-
Notifications
You must be signed in to change notification settings - Fork 0
ninjamuffin99/learnings.md
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
inspired by https://dev.to/solidi/rediscovering-the-plan-file-4k1i
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published