Johannes Ringler

Results 29 comments of Johannes Ringler

I've added some considerations for the chroma threshold value here: https://github.com/Novakasa/brickrail/issues/142 This explains why someone would need to increase the chroma threshold and what values make sense.

int textures in godot seem to have issues, this might be a workaround though: https://github.com/godotengine/godot/issues/57841#issuecomment-1408675358

this would require us to make sure each train will always end up stationary with positive facing value. Even if routes are interrupted.

I implemented #144 now (on Master). Each time you get a marker error, 2 new files will be generated in the log directory. One .txt file that contains the color...

It would be useful if log messages could be assigned to "topics" and I can then filter these topics to debug certain things. This doesn't seem to be a feature...

We do have basic logs now, using automatic logging feature of godot and new logging plugin. Keeping this open because of the "topics" feature, making the Logger Singleton custom

also we could have a log-dispatcher class, where each object creates a new instance and stores the constants like which topic, which logging module in this instance and each logging...

Thanks for checking out the project! Overall, I do think that porting brickrail to the web would make the software much more accessible. If the whole software would be contained...

> The Bluetooth protocol should be available in a web browser. However the api can be a bit tedious to work with. I am just looking for ways where users...

Only way to fix this might be to store edges in lists in dictionaries. But then the dijkstra implementation would be quite a bit more laborious, because you can't only...