this post was submitted on 26 Nov 2025
7 points (81.8% liked)

Opensource

4657 readers
27 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
 

Github

s&box is now open source under MIT license, you can get it on GitHub and build the engine however you want.

Obviously this isn't the Source 2 code, that's up to Valve to open source if they want. For us Source 2 is providing lower level systems, all our high level systems are C# like the entire editor, networking, scene system, UI, and way more..

What this means is you can view, modify, copy any of our code to help improve s&box with pull requests, or maintain your own fork for your standalone games, or even just take the code for your own engine.

It might seem odd from a business perspective to make an engine and give it away for free with no royalties and to give all the code away under open source. But we're a bunch of nerds that love what we're creating, we want everyone to use it in whatever way they want, we want to provide opportunities.

Open source is great for the game dev ecosystem, engines like Godot are awesome, we should have more of it because everyone wins.

top 3 comments
sorted by: hot top controversial new old
[–] poVoq@slrpnk.net 5 points 1 month ago (1 children)

That isn't a game engine, but some scripts that run on the Source 2 engine, which isn't open-source.

[–] popcar2@programming.dev 3 points 1 month ago

It's a heavily modified and upgraded version of source 2, but yeah.

[–] 0xDREADBEEF@programming.dev 1 points 3 weeks ago* (last edited 3 weeks ago)

source available. Lots of non free components make this not open aource, but cool nonetheless (you still need someone elses permission [source 2, steam, and almoat certainly other dynamically linked libraries] to make this work, which goes against the definition of open source)