GithubHelp home page GithubHelp logo

Comments (3)

Viir avatar Viir commented on June 16, 2024 1

When we run the alternate-ui project how is it using the c# code? i see VolatileHostScript that has a string of a c# script that resemble what is in the read-memory project.

The volatile host supports C# script as a source by default. The source code for the volatile host lives in the Elm Fullstack repository: https://github.com/elm-fullstack/elm-fullstack/blob/594cf52319e72cb28230bbe1ec9a9198d2d6b6c4/implement/elm-fullstack/Pine/VolatileHost.cs

How is the information of the c# memory reading passed to the elm?

Communication between the volatile host and the Elm app currently works by exchanging String values. One String for the request and one String for the response.
In alternate UI, the reading from the game client is serialized in the same format that you get when you let the CLI write the reading to a file.

I would like to use your memory-reading c# for a small app in c#. Is it possible to use it as a library?

You can use it as a library using the same .NET assembly file that the alternate UI uses.
In the releases, that assembly is in read-memory-64-bit.dll

from sanderling.

GitMyCode avatar GitMyCode commented on June 16, 2024

Thanks a lot!
but when you say the alternate UI use the read-memory-64-bit.dll i don't really see where. or maybe you mean that the alternate-ui use a stringified version of the read-memory in ..Sanderling\implement\alternate-ui\source\src\EveOnline\VolatileHostScript.elm ?

from sanderling.

GitMyCode avatar GitMyCode commented on June 16, 2024

ho nevermind i get it :)

from sanderling.

Related Issues (20)

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.