Coder Social home page Coder Social logo

alltrader's Introduction

Hi ๐Ÿ‘‹, I'm Allstreamer

A passionate developer from Germany

Total time coded since Mar 27 2023 allstreamer

alltrader's People

Contributors

allstreamer avatar yvonne-aizawa avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

alltrader's Issues

Experiment with Backend Sleep time

  • Reduce sleep time?
  • Introduce random offset?

Motivation:

  • Reducing the sleep time between request checks will increase the speed at which requests can be served.
  • Introducing a random offset to the sleep timer may prevent a (albeit very unlikely) deadlock, in which the GUI and Backend sync up to perfectly block one another. The randomness would mean that the lock would resolve itself eventually. Although this may not be necessary as egui by default does not render at a fixed frame rate but rather as necessary, but then again this may be changed in the future so it's still someone to think about.

Automatic Releases

Would be nice to have a github-actions build a release for each platform automatically.

[World Explorer] Ships not being offset

Player ships are not being offset to their actual position in the galaxy and by extension their system.

  • Figure out the Ship coordinate system
  • Fix ship drawing

Experiment with wrapping the entire backend with async

I remember having issues with async, which is why the backend currently creates a runtime and per-demand-blocking-async blocks (quite the mouthful), this could probably become one blocking-async block wrapping the whole backend-Main function. removing the need to keep repeating the same rt.blocking(async { ... }) pattern.

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.