AthulMuralidhar / spacecraft

3 stars 0 forks source link

[idea] rust as a candidate for the gaming engine #5

Closed AthulMuralidhar closed 10 months ago

AthulMuralidhar commented 2 years ago
arvryna commented 2 years ago

could you explain the role of IOT actuators in the game in more detail ?

AthulMuralidhar commented 2 years ago

could you explain the role of IOT actuators in the game in more detail ?

Sure. So, the general design is like this:

IoT device <-> game engine

By ioT i mean real satellite drones that have mechanics similar to in-game entities.

Example: A mining scenario

Note Adam here is a reference to the counter part of the popular MMORPG eveonline (in our project here, it's spacecraft that takes it's place). The idea is to build real world drones and equipment to bring the in-game movements ( for ex: mining an asteroid ) to real space. The software that manages this is essentially Adam and all the code within the repo

So basically three parts to the project: gyro - Adam - spacecraft. Each independent entities solving different problems, but supporting each other

AthulMuralidhar commented 10 months ago

closing because of scope too big for now