Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Development
Apex HTML5
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MayoMayn" data-source="post: 480208" data-attributes="member: 71840"><p>To achieve the fastest pathfinding performance we'll be using the A* algorithm implemented in Rust</p><p><a href="https://github.com/evenfurther/pathfinding" target="_blank">https://github.com/evenfurther/pathfinding</a></p><p><a href="https://github.com/napi-rs/napi-rs" target="_blank">https://github.com/napi-rs/napi-rs</a></p><p>[automerge]1704986409[/automerge]</p><p>Lately I've been working on a Supabase Auth integration.</p><p>The inversion of control, modularity, and extensibility of Deepkit and Angular make it really easy to implement a hexagonal architecture.</p><p>[URL unfurl="true"]https://github.com/marcus-sa/apex/tree/main/libs/integrations/supabase[/URL]</p><p>[automerge]1704987192[/automerge]</p><p>Configuration example</p><p></p><p>[CODE="yaml"]server:</p><p> integrations:</p><p> supabase:</p><p> url: ""</p><p> key: ""</p><p></p><p>client:</p><p> integrations:</p><p> supabase:</p><p> url: ""</p><p> key: ""</p><p> auth:</p><p> providers:</p><p> - discord[/CODE]</p><p>Environment variables are also supported</p><p>[CODE]APEX_SERVER_INTEGRATIONS_SUPABASE_KEY=""</p><p>[/CODE]</p><p>[automerge]1705063441[/automerge]</p><p>I've created a <a href="https://apexdevelopment.featurebase.app/" target="_blank">feedback/roadmap</a> where you can request features/integrations or something entirely else.</p></blockquote><p></p>
[QUOTE="MayoMayn, post: 480208, member: 71840"] To achieve the fastest pathfinding performance we'll be using the A* algorithm implemented in Rust [URL]https://github.com/evenfurther/pathfinding[/URL] [URL]https://github.com/napi-rs/napi-rs[/URL] [automerge]1704986409[/automerge] 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. [URL unfurl="true"]https://github.com/marcus-sa/apex/tree/main/libs/integrations/supabase[/URL] [automerge]1704987192[/automerge] Configuration example [CODE="yaml"]server: integrations: supabase: url: "" key: "" client: integrations: supabase: url: "" key: "" auth: providers: - discord[/CODE] Environment variables are also supported [CODE]APEX_SERVER_INTEGRATIONS_SUPABASE_KEY="" [/CODE] [automerge]1705063441[/automerge] I've created a [URL='https://apexdevelopment.featurebase.app/']feedback/roadmap[/URL] where you can request features/integrations or something entirely else. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Development
Apex HTML5
Top