https://github.com/ogrecave/evolution
proposals for changes and enhancements to OGRE
https://github.com/ogrecave/evolution
Last synced: 5 months ago
JSON representation
proposals for changes and enhancements to OGRE
- Host: GitHub
- URL: https://github.com/ogrecave/evolution
- Owner: OGRECave
- Created: 2018-03-08T00:34:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T13:52:53.000Z (over 4 years ago)
- Last Synced: 2025-10-19T01:54:46.408Z (9 months ago)
- Homepage:
- Size: 8.79 KB
- Stars: 5
- Watchers: 6
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OGRE Evolution Proposals
This maintains proposals for changes and enhancements to OGRE.
For small things you can submit [bug reports or feature requests](https://github.com/OGRECave/ogre/issues).
For big things that take several man-weeks or even man-months to implement, issues are rather inappropriate.
Instead you should use this *OGRE Evolution Mechanism* which we shamelessly copy from [OpenCV](https://github.com/opencv/opencv/wiki/Evolution-Proposals), which they improved from [Python PEPs](https://www.python.org/dev/peps/).
The proposals must follow the [common template](OEP-00-Template.md) and bring the ideas into spotlight for public discussion. To add your proposal simply create a pull-request against this repository. If the core team approves your idea, it will be merged into the repository.
The pool of proposals can then be used to plan GSoC projects, as the list of possible projects for volunteers who would like to contribute to OGRE etc.
# The list of proposals
* [OEP-00-Template](OEP-00-Template.md)
* [OEP-01-Configurable_Pipeline_with_RTSS](OEP-01-Configurable_Pipeline_with_RTSS.md)
* ~~[OEP-02-SPIRV_Support](OEP-02-SPIRV_Support.md)~~ (DONE)
* [OEP-03-Cg_dropin_replacement](OEP-03-Cg_dropin_replacement.md)
* [OEP-04-GPU_accelerated_affectors](OEP-04-GPU_accelerated_affectors.md)