MayoMayn

BestDev
Oct 18, 2016
1,423
683
To achieve the fastest pathfinding performance we'll be using the A* algorithm implemented in Rust


Post automatically merged:

Lately I've been working on a Supabase Auth integration.
The inversion of control, modularity, and extensibility of Deepkit and Angular make it really easy to implement a hexagonal architecture.
Post automatically merged:

Configuration example

YAML:
server:
  integrations:
    supabase:
      url: ""
      key: ""

client:
  integrations:
    supabase:
      url: ""
      key: ""
      auth:
        providers:
          - discord
Environment variables are also supported
Code:
APEX_SERVER_INTEGRATIONS_SUPABASE_KEY=""
Post automatically merged:

I've created a where you can request features/integrations or something entirely else.
 
Last edited:

Users who are viewing this thread

Top