@@ -67,6 +67,49 @@ If needed, a section can be split into subsections with a "------" delimiter.
67
67
68
68
## Game Updates
69
69
70
+ ### [ Space Frontiers]
71
+
72
+ ![ In-game screenshot of a real-time render of a modular gridmap-based spaceship interior] ( spacefrontiers.png )
73
+ _ Render achieved with dynamic point lights._
74
+
75
+ [ Space Frontiers] ([ GitHub] , [ Discord] , [ Twitter] , [ Reddit] , [ Steam Group] )
76
+ by [ Starwolves] is an online moddable sci-fi action RPG community game
77
+ simulating space (and spaceships) in 3D.
78
+
79
+ By the end of last year the client was made with Godot. Shortly after that the
80
+ decision was made to replace the Godot project with a [ Bevy Engine] client.
81
+
82
+ Rust and Bevy are now used for both server and client.
83
+ There are a lot of advantages such as sharing libraries and neat code replication,
84
+ reducing code overhead.
85
+ In-fact both the server and client are now developed in [ the same virtual workspace] .
86
+
87
+ The client includes a new camera perspective from top-down isometric to 1st person.
88
+ A new 3D dynamic gridmap framework has been successfully implemented in ECS.
89
+ Inspired by the videogame "System Shock".
90
+ The prototype includes an in-game map editing tool with the ability to export to
91
+ file.
92
+
93
+ The project is commercial, [ open-source] and has a proprietary license.
94
+ There is a milestone for a license change to free open-source.
95
+
96
+ [ Starwolves.io Bulletin Board] was launched half a year ago.
97
+ There are 25~ registrants left that can receive a permanent unique forum group/title.
98
+
99
+ _ Discussions: [ StarWolves.io Bulletin Board] _
100
+
101
+ [ Starwolves.io Bulletin Board ] : https://starwolves.io
102
+ [ Starwolves ] : https://starwolves.io
103
+ [ Bevy Engine ] : https://bevyengine.org/
104
+ [ Space Frontiers ] : https://github.com/starwolves/space
105
+ [ GitHub ] : https://github.com/starwolves/space
106
+ [ open-source ] : https://github.com/starwolves/space
107
+ [ the same virtual workspace ] : https://github.com/starwolves/space
108
+ [ Steam Group ] : https://steamcommunity.com/groups/starwolvescommunity
109
+ [ Discord ] : https://discord.gg/yYpMun9CTT
110
+ [ Twitter ] : https://twitter.com/starwolvesstar
111
+ [ Reddit ] : https://reddit.com/u/StarwolvesStar
112
+
70
113
## Engine Updates
71
114
72
115
## Learning Material Updates
0 commit comments