NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.31k stars 13.54k forks source link

O3DE #150621

Open sofia-m-a opened 2 years ago

sofia-m-a commented 2 years ago

Project description An open-source, real-time 3D development engine

Metadata

tengkuizdihar commented 2 years ago

Hello, noob here,

Notable things that I found from the welcome guide and linux requirements.

  1. Thankfully we have CMake package ready to be used.
  2. Python seems to exist here, but do we need to pin it to a specific version? Seems like, they're using Python37, should we just use the latest (python3) and rely on backward compatibility?
  3. This engine seems to have a writable directory so the engine could install packages. Could we also just use $HOME/o3de-packages, maybe at a dot in front so it's considered a hidden directory?
tengkuizdihar commented 2 years ago

Is there a way to package this by only relying on the .deb that's provided here? https://o3debinaries.org/download/linux.html

Grafcube commented 11 months ago

Is anyone working on this? I tried to package it myself but I got a little confused trying to build it since I haven't packaged anything for nix before.