@@ -86,6 +86,51 @@ before release includes:
86
86
[ @im_oab ] : https://twitter.com/im_oab
87
87
[ Tetra ] : https://github.com/17cupsofcoffee/tetra
88
88
89
+ ### [ Space Frontiers]
90
+
91
+ ![ In-game screenshot of a real-time render of a modular gridmap-based spaceship interior] ( spacefrontiers.png )
92
+ _ Render achieved with dynamic point lights._
93
+
94
+ [ Space Frontiers] ([ GitHub] , [ Discord] , [ Twitter] , [ Reddit] , [ Steam Group] )
95
+ by [ Starwolves] is an online moddable sci-fi action RPG community game
96
+ simulating space (and spaceships) in 3D.
97
+
98
+ By the end of last year the client was made with Godot. Shortly after that the
99
+ decision was made to replace the Godot project with a [ Bevy Engine] client.
100
+
101
+ Rust and Bevy are now used for both server and client.
102
+ There are a lot of advantages such as sharing libraries and neat code replication,
103
+ reducing code overhead.
104
+ In-fact both the server and client are now developed in [ the same virtual workspace] .
105
+
106
+ The client includes a new camera perspective from top-down isometric to 1st person.
107
+ A new 3D dynamic gridmap framework has been successfully implemented in ECS.
108
+ The prototype includes an in-game map editing tool with the ability to export to
109
+ file.
110
+ Inspired by the videogame "System Shock".
111
+ There is a recently uploaded [ showcase video] .
112
+
113
+ The project is commercial, [ open-source] and has a proprietary license.
114
+ There is a milestone for a license change to free open-source.
115
+
116
+ [ Starwolves.io Bulletin Board] was launched half a year ago.
117
+ There are 25~ registrants left that can receive a permanent unique forum group/title.
118
+
119
+ _ Discussions: [ StarWolves.io Bulletin Board] _
120
+
121
+ [ Starwolves.io Bulletin Board ] : https://starwolves.io
122
+ [ Starwolves ] : https://starwolves.io
123
+ [ Bevy Engine ] : https://bevyengine.org/
124
+ [ Space Frontiers ] : https://github.com/starwolves/space
125
+ [ GitHub ] : https://github.com/starwolves/space
126
+ [ open-source ] : https://github.com/starwolves/space
127
+ [ the same virtual workspace ] : https://github.com/starwolves/space
128
+ [ Steam Group ] : https://steamcommunity.com/groups/starwolvescommunity
129
+ [ Discord ] : https://discord.gg/yYpMun9CTT
130
+ [ Twitter ] : https://twitter.com/starwolvesstar
131
+ [ Reddit ] : https://reddit.com/u/StarwolvesStar
132
+ [ showcase video ] : https://youtu.be/Qr_in7tUxAM
133
+
89
134
## Engine Updates
90
135
91
136
### [ macroquad]
0 commit comments