To get Flax for Mac: visit the download page.
After downloading the FlaxEditor.dmg
file, open a disk image and run the Flax Editor application. Also, you can install it on your drive by dragging it into the Application.
For developers using Flax Editor on Mac platforms the requirements are:
Recommended | |
---|---|
Minimum supported version | macOS 11.7 or higher |
Processor | arm64 (M1/M2/M3) |
RAM | 4 GB or more |
Hard drive space | 1 GB minimum |
To help you start using Flax pick the latest Flax Samples from https://github.com/FlaxEngine/FlaxSamples. This collection contains various example projects that showcase the engine features and can be used as a foundation for your future Flax projects. Have fun!
To create a new project to run Flax Editor executable (inside Binaries/Editor/Mac/Development
folder) as follows ./FlaxEditor -new -project <new_project_path>
to create a new project inside a specified folder. Editor will generate a project template and open it.
To learn more about command line switches see this documentation page.