You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Mod list, mod functionality for install & uninstall
- Additional Customization
Disclaimer
Rewrite for this project has been long incoming and thats primarily due to a change in games from myself. Recently, my group wants to get back into ark and thus I am back active on this project. Please add a comment here if you have any ideas, additional information, etc.
Major Change
Frontend
Moving the frontend away from angularjs 1.0 to Svelte for its performance and to get away from AngularJs.
Backend
Moving this repo away from Ruby and over to Rust due to the memory safety for the backend.
Architecture
I am trying to utilize server sent events rather than direct pop popen from Ruby. With server sent events, I am hoping to hook onto a unix socket for command output & handle input.
FAQ
Will it be backwards compatible
Maybe. I am working on adding complex parsers and tools to gleam information from the environment.
The text was updated successfully, but these errors were encountered:
Disclaimer
Rewrite for this project has been long incoming and thats primarily due to a change in games from myself. Recently, my group wants to get back into ark and thus I am back active on this project. Please add a comment here if you have any ideas, additional information, etc.
Major Change
Frontend
Moving the frontend away from angularjs 1.0 to Svelte for its performance and to get away from AngularJs.
Backend
Moving this repo away from Ruby and over to Rust due to the memory safety for the backend.
Architecture
I am trying to utilize server sent events rather than direct pop popen from Ruby. With server sent events, I am hoping to hook onto a unix socket for command output & handle input.
FAQ
The text was updated successfully, but these errors were encountered: