Code Monkey home page Code Monkey logo

trios's Introduction

TriOS logo

TriOS

All-in-one Starsector toolkit. Very very early development.

Tools

  • Launcher/Dashboard: Replacement for the game launcher.
  • (WIP) VRAM Estimator: Now with visualization.
  • Chipper: Logfile viewer.
  • (TODO) StarModder: Mod database viewer.
  • Rules.csv Autoreloader: Hot reload for your mod rules.csv.
  • (TODO) Mod Manager: SMOL 2.0.

Screenshots

Dashboard/Launcher

Dashboard

Chipper

Chipper

JRE Manager

JRE Manager

rules.csv Autoreloader

rules.csv Autoreloader

Building

You will need to run the following command in a terminal in the project's root folder (I run it in IntelliJ's terminal).

dart run build_runner watch --delete-conflicting-outputs

Building libarchive

Windows

  1. Download latest source: https://github.com/libarchive/libarchive/releases.
  2. Download/install Visual Studio, add C/C++ support module stuff.
  3. Download vcpkg. https://vcpkg.io/en/getting-started
  4. Symlink the vcpkg folder into the libarchive folder, or just move it there.
  5. Use vcpkg to install libarchive: ./vcpkg/vcpkg.exe install libarchive:x64-windows.
  6. Add the following to CMakeLists.txt before the first PROJECT() call:
    set(CMAKE_TOOLCHAIN_FILE "${CMAKE_CURRENT_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake"
      CACHE STRING "Vcpkg toolchain file")
    
  7. Download and install CMake for Windows. https://cmake.org/download/
  8. Run the CMake GUI, set output to libarchive/build, hit Configure, wait, hit Generate, then click Open Project.
  9. In VS, pick a Release Configuration and Run. It'll appear in build/bin. MinSizeRel seems good.

trios's People

Contributors

wispborne avatar

Stargazers

 avatar

Watchers

 avatar

trios's Issues

Feature Request - a search function

Just a simple request
Please if possible add a search function on the Dashboard, under the right panel "Mods". Something like fuzzy search where as I type the name of mod irrelevent names dissapear leaving only matching results.
I think this would be really helpful as more and more mods get added the list grows to be difficult to navigate and manage or quickly find installed mods.
Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.