All Projects → starwolves → space

starwolves / space

Licence: other
A SCI-FI community game server simulating space(ships). Built from the ground up to support moddable online action multiplayer and roleplay!

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to space

Gdk For Unity
SpatialOS GDK for Unity
Stars: ✭ 296 (+1084%)
Mutual labels:  multiplayer, ecs, entity-component-system, mmo
gdk-for-unity-blank-project
SpatialOS GDK for Unity Blank Project
Stars: ✭ 33 (+32%)
Mutual labels:  multiplayer, ecs, entity-component-system, mmo
Gdk For Unity Fps Starter Project
SpatialOS GDK for Unity FPS Starter Project
Stars: ✭ 119 (+376%)
Mutual labels:  multiplayer, ecs, entity-component-system, mmo
SuperCTF
A multiplayer capture the flag game made in Godot with love and blood. Running live at www.superctf.com
Stars: ✭ 26 (+4%)
Mutual labels:  multiplayer, godot, multiplayer-game
UnityDOTS-Thesis
Bachelor's degree thesis on Unity DOTS architecture
Stars: ✭ 14 (-44%)
Mutual labels:  multiplayer, ecs, entity-component-system
Entitas Sync Framework
Networking framework for Entitas ECS. Targeted at turnbased games or other slow-paced genres.
Stars: ✭ 98 (+292%)
Mutual labels:  multiplayer, ecs, entity-component-system
Reldens
Reldens - You can make it - Open Source MMORPG Platform
Stars: ✭ 130 (+420%)
Mutual labels:  multiplayer, mmo, multiplayer-game
RavEngine
A fast, easy to use C++20 3D game library for modern computers
Stars: ✭ 122 (+388%)
Mutual labels:  multiplayer, multithreading, ecs
liblast
A libre multiplayer FPS game created in Godot Engine
Stars: ✭ 92 (+268%)
Mutual labels:  multiplayer, godot, multiplayer-game
SpaceWar-ECS
A space war game made with ECS and JobSystem in Unity.
Stars: ✭ 26 (+4%)
Mutual labels:  multiplayer, ecs, entity-component-system
ECS-Phyllotaxis
Learning ECS - 100k Cubes in Phyllotaxis pattern
Stars: ✭ 17 (-32%)
Mutual labels:  multithreading, ecs, entity-component-system
Crystalshire
Legacy VB6 open-source ORPG
Stars: ✭ 24 (-4%)
Mutual labels:  multiplayer, mmo, multiplayer-game
harmony-ecs
A small archetypal ECS focused on compatibility and performance
Stars: ✭ 33 (+32%)
Mutual labels:  ecs, entity-component-system
Moonwards-Virtual-Moon
Development continues on Unreal, in the MoonwardsUE repository
Stars: ✭ 97 (+288%)
Mutual labels:  space, godot
Realistic-Atmosphere-Godot-and-UE4
A realistic atmosphere material for both the Godot game engine and Unreal Engine 4
Stars: ✭ 119 (+376%)
Mutual labels:  space, godot
Entitas-Redux
An entity-component framework for Unity with code generation and visual debugging
Stars: ✭ 84 (+236%)
Mutual labels:  ecs, entity-component-system
Space-Frontier
A reimagining of the game of my childhood - Stellar Frontier
Stars: ✭ 18 (-28%)
Mutual labels:  space, godot
ecs-benchmark
ECS benchmark comparison
Stars: ✭ 68 (+172%)
Mutual labels:  ecs, entity-component-system
OSIS
Entity Component System with network support (for haxe)
Stars: ✭ 40 (+60%)
Mutual labels:  multiplayer, entity-component-system
LunarGdx
A networking library for LibGDX utilizing Netty allowing easy creation of multiplayer games.
Stars: ✭ 23 (-8%)
Mutual labels:  multiplayer, multiplayer-game

Space Frontiers pre-alpha

forthebadge forthebadge Screenshot of Space Frontiers gameplay

Description

A modular & moddable multi-threaded sci-fi headless community game server written in Rust with the Bevy ECS game engine. Made to communicate exclusively with the official moddable Space Frontiers client which is being built with the Godot Engine. This game server is designed to run well on modern processors that have multiple CPU cores.

Media

You can see gameplay videos of Space Frontiers on YouTube, subscribe!

Features (All Moddable & Modular)

  • Parallelized ECS (Entity Component System) architecture. 📡
  • Pure Rust. No garbage collection & high parallel game logic execution speeds. 🌟
  • Data-oriented, everything is its own entity with components within a thread-safe and strictly compiled environment. It is easy to add and remove entities, systems, components, map cells and more simply by managing plugins that will get compiled with the project. 🔭
  • Using the cutting-edge Rapier 3D Physics engine. 🚀
  • Character meshes and animations are fully integrated with Mixamo for rigging.
  • Inventory system, pick up, wear, attach, place and equip items with character entities.
  • Melee & projectile combat systems, damage player, ship walls or other entities with various types of damage and the ability to target specific body parts.
  • Advanced bbcode chat, with support for examining entities, modular (radio) channels and proximity communication.
  • Actions and tab menu's to easily interact with the world while also offering protection against cheaters.
  • Configurable console commands, including rcon admin commands.
  • Clients can load in custom content on a per server basis thanks to a traditional content folder approach. Allowing modders to create new entities such as items, characters, sounds, ship cells and more.
  • Godot Addressable references are used for efficient and dynamic netcode that works well with custom content.
  • Cell based map support including a GUI editor with support for sizes up to 1km by 1km with 100k+ dynamic (de)constructable ship cells as map size is currently bottlenecked by the FOV algorithm.
  • Atmospherics simulation including temperature, pressure, diffusion, gravity and the vacuum of space. Screenshot of Space Frontiers atmospherics simulation

Getting Started

Dependencies

Executing game server

To compile and run the game server:

  • Select latest branch from this repository and download that code.
  • In your terminal navigate to the project folder you have just obtained and run:
cargo run

Space Frontiers client

You can get the latest stable releases of the closed-source client on Discord. Ensure your server has the right git branch with the same version as the obtained client and not the master branch!

The client is built on top of the latest stable Godot 3.4.x release. This also means that there are graphical artifacts present on certain hardware. The client is relatively demanding of hardware it runs on due to the limited dynamic lighting rendering performance of Godot 3. However, most devices made for video-games should expect no such problems.

When Godot 4 is stable enough, the client will be upgraded and moved to Godot 4 for better 3D rendering in favour of the Vulkan API which aims to resolve the aforementioned issues.

Space Frontiers community & contributing

Space Frontiers now has an official brand new community Discord server.

This project is oriented towards long-term development, meaning it is here to stay and to be developed for years to come.

Feedback, bug reports, suggestions and critique are very much appreciated. Github issues will be reviewed and considered.

The idea is to financially reward and/or hire people for their contributions in the future, but it is too early for that kind of money now. It is possible to contribute in all kinds of ways and you reaching out for possibilities will be very appreciated! Also looking for both 2D & 3D digital artists, writers and game(play) designers. People who are genuinely interested in contributing are suggested to contact the developer on Discord, when this interest arises high priority will be put into creating project documentation, tutorial videos and releasing the GUI tools of the project for custom map and custom entity creation.

Space Frontiers allows each community of players to compile and host a server instance themselves meaning the gameplay, community moderation & servers remain sovereign.

A developer documentation website is planned.

A developer web forum is planned. Screenshot of Space Frontiers GUI project map and server editor

StarWolves.io

Star Wolves is a gaming community that is pioneering the game Space Frontiers by hosting official servers for it and more. The roots of Space Frontiers are partially in this community, but Space Frontiers is managed in a way that effectively makes Space Frontiers and its community remain a predominantly separated entity. Star Wolves will be first community to host a 24/7 server for Space Frontiers when this project is out of pre-alpha and enters the alpha stage.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].