Skip to content
Mich edited this page Dec 31, 2024 · 2 revisions

Welcome to the PFF Wiki!

Introduction

PFF (Procedurally Focused Framework) is a ** 3D game engine ** crafted in C/C++, designed with a primary focus on harnessing the potential of procedural generation. This wiki serves as a central hub for documentation, tutorials, and resources to help you make the most out of PFF.

Table of Contents

Getting Started

To get started with PFF, follow these simple steps:

  1. Clone the repository using:
git clone --recursive https://github.com/Mich-Dich/PFF 
  1. Execute the following file to create a VS 2022 solution:
AutoGenerateSolution.bat

For detailed instructions and setup guides, refer to the Getting Started page.

Dependencies

PFF relies on the following dependencies:

Usage

Learn how to start using PFF and integrate it into your projects. Whether you're utilizing the provided project, [Sandbox], or creating your own project, we've got you covered. For usage instructions and examples, check out the Usage page.

Procedural Generation Unleashed

Discover the power of procedural generation with PFF. Explore endless possibilities for generating dynamic game worlds, assets, and experiences. Learn more about procedural generation techniques and systems on the Procedural Generation Unleashed page.

Roadmap

Stay up-to-date with PFF's development roadmap. Explore upcoming features, enhancements, and focus areas. Visit the Roadmap page for more details.

Contributing

Join our community of contributors and help shape the future of PFF. Whether you're fixing bugs, adding features, or improving documentation, your contributions are welcome. Learn how to contribute on the Contributing page.

Acknowledgments

We extend our gratitude to the individuals and projects that have contributed to PFF's development and inspiration. Check out the Acknowledgments page for acknowledgments and credits.

License

PFF is open-source under the Apache License 2.0. Feel free to explore, contribute, and build upon this framework. Happy coding with PFF! 🚀

Clone this wiki locally