| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
As you may have noticed the Slash Framework didn't see that much development over the last 1.5 years. The main reason is that our small Indie studio Slash Games was closed. Nick went back to his former company Daedalic Entertainment, Christian found a new digital agency.
The framework is only used in parts by Christian for some small projects, but there is no time to further extend it. That's why it would be great to find a developer who likes the concept and wants to take over the lead of the future framework development.
The ideal developer would have experience with the framework already and has at least one running or planned project where the framework is used. In our experience it is easier to develop working features for a framework when they are immediately used in a project.
In case you are interested, just send a mail to mail@slashgames.org :)
The Slash Framework is a free, open-source, component-based entity system (CBES) framework especially for games.
The design and rules of games constantly change during development, invalidating your carefully engineered software from day to day.
Entity systems are a great approach for getting rid of the many drawbacks of inheritance-based game models like the “diamond of death”, moving on to a much more flexible aggregation-based model which has been popular since Gas Powered Games’ Dungeon Siege from 2003.
The Slash Framework provides both a low-level implementation of component-based entity systems and Unity3D integration for them.
If you're missing anything, we'd love to see it - please refer to the Contributing file!
You can either
If you are unfamiliar with component-based entity systems in general, you should read a few general articles first:
Introductions, specifics and tutorials about our framework can be found in several articles we wrote over the years:
To get more information about the framework, take a glimpse at the official wiki.
For each of our non-trivial implementations, we provide unit tests and references to algorithms. If anything's unclear, feel free to contact us. We'd love to improve our documentation.
We know that using a framework in production requires you to be completely sure about stability and compatibility. Thus, new releases of the Slash Framework are created using Semantic Versioning. In short:
We are sorry that you've experienced issues or miss a feature! After verifying that you are using the latest version of Slash Framework and having checked whether a similar issue has already been reported, feel free to open a new issue. In order to help us resolving your problem as fast as possible, please include the following details in your report:
After being able to reproduce the issue, we'll look into fixing it immediately.
We used our framework in nearly all of our past projects, including:
If you used the Slash Framework in one of your projects, we are very happy to hear about it and add it to the list of show cases!
(in no particular order)
Slash Framework is released under the MIT license.
| Back | FazBrowse Home | New Git URL |