Skip to content

Commit

Permalink
update flowpilot description page
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikea15 committed Sep 1, 2024
1 parent 6e9f04a commit 6eb0d8d
Showing 1 changed file with 19 additions and 28 deletions.
47 changes: 19 additions & 28 deletions src/content/docs/about/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ description: 'A simple, modular and extensible gameplay system that allows fast
import { Image } from 'astro:assets';
import logo from '../../../assets/fp_icon.jpg';


# FlowPilot: Streamline Your Unreal Engine Gameplay Creation

Powerful, efficient, and intuitive gameplay design for Unreal Engine developers.
**Powerful, efficient, and intuitive gameplay design for Unreal Engine developers.**

πŸͺ [Get FlowPilot!](https://spotlesslink.com/4lyb6)
| πŸ–₯️ [Documentation](http://www.flowpilot.dev)
Expand All @@ -24,50 +23,42 @@ Powerful, efficient, and intuitive gameplay design for Unreal Engine developers.

FlowPilot is a powerful Unreal Engine plugin designed to simplify and accelerate the development of rich, interactive gameplay experiences.

### Key Features
## Key Features

#### 🎨 Intuitive Design Tools
- **Custom FlowPilotEditor**: Create gameplay sequences and interactive objects with ease
### 🎨 Intuitive Design Tools
- **Custom FlowPilot Editor**: Create gameplay sequences and interactive objects with ease
- **Visual Flow Creation**: Design complex gameplay logic without extensive coding
- **Blueprint & C++ Support**: Flexibility for visual scripting and traditional coding approaches
- **Blueprint & C++ Support**: Create new tasks in Blueprint or Cpp

#### 🧩 Modular Architecture
- **Reusable Components**: Maximize efficiency by reusing tasks and entire FlowPilot Assets
### 🧩 Modular Architecture
- **Reusablility**: Maximize efficiency by reusing tasks and entire FlowPilot Assets
- **Data-Driven Approach**: Easily adapt and scale your gameplay systems
- **Seamless Integration**: Compatible with existing Unreal Engine projects

#### ⚑ Performance Optimization
### ⚑ Performance Aware
- **Performance-First Approach**: CPU Cycles, VisualLogs, and Profiler Traces to monitor CPU usage in real-time
- **Efficient Actor Management**: Prefetching system for optimized actor access
- **Automatic Lifetime Control**: Streamlined management of spawned actors

#### πŸ› οΈ Versatile Implementation
- **GameplayTag Integration**: Easily locate and manage actors in scenes
- **Extensible Task System**: Create custom tasks in Blueprint or C++
### πŸ› οΈ Versatile Implementation
- **GameplayTag Integration**: Easily locate and manage actors in levels
- **Extensible Task System**: Use built-in Tasks or create bespoke ones for your game
- **Pre-built Task Library**: Get started quickly with included FlowPilotTasks

### πŸš€ Benefits for Your Team

- **Accelerated Development**: Reduce time spent on repetitive tasks
- **Improved Collaboration**: Share and reuse assets across your team
- **Scalable for All Projects**: Suitable for small indie games to large-scale productions
- **Scalable for All Projects**: Suitable for solo, indie or large teams
- **Accessible Learning Curve**: Intuitive for beginners, powerful for experts

### 🏁 Getting Started

1. Download and install FlowPilot from the Unreal Engine Marketplace
2. Explore the FlowPilotEditor and create your first gameplay flow
3. Check out our documentation and tutorials for in-depth guidance

### πŸ“š Support and Resources
## 🏁 Getting Started
1. Download and install [FlowPilot from the Unreal Engine Marketplace](https://spotlesslink.com/4lyb6)
2. Open the Content Example Map, and play around with FlowPilot Data assets
3. Check our documentation and tutorials for your first steps

## πŸ“š Support and Resources
- [Comprehensive documentation](http://www.flowpilot.dev)
- Video tutorials for quick start
- Dedicated support for enterprise users: [email me](mailto:[email protected])

## Contact

Need help? The best place to get support is on Discord, where you can meet fellow devs and myself who help each other out.
- πŸ—¨οΈ [Join Discord](https://discord.gg/sF9KjZ9qqj)

Alternatively, you can [email me](mailto:[email protected]) or contact me on [Twitter/X](http://www.x.com/michaeladaixo)
- πŸ—¨οΈ [Join Discord](https://discord.gg/sF9KjZ9qqj) to meet fellow dev teams
- Contact me on [Twitter/X](http://www.x.com/michaeladaixo)

0 comments on commit 6eb0d8d

Please sign in to comment.