#Dynamic Entity Loading from PostGIS

2 messages · Page 1 of 1 (latest)

vivid ibex
#

I’ve been using my star database project as a fun way to learn Bevy. I’m basically trying to recreate and improve the Elite: Dangerous GalMap.

Anyway. After my MVP (please keep in mind I’m learning about concepts as I go, so I’m missing things like Observer), I spent some time and wrote this code to dynamically load entities.

Anyway. I’d love comments either on the PR, or in general about the project here. I’m trying to learn Bevy the right way, so your feedback is greatly appreciated.

https://github.com/nixpulvis/galos/pull/24/files

vivid ibex
#

Dynamic Entity Loading from PostGIS