🎮 An Open Source Unity-like Engine! 🎮
- About The Project
- Features
- Getting Started
- Roadmap
- Contributing
- Acknowledgments
- License
📝 About The Project 📝
Prowl is an open-source, MIT-licensed game engine developed in pure C# in latest .NET.
It aims to provide a seamless transition for developers familiar with Unity by maintaining a similar API while also following KISS and staying as small and customizable as possible. Ideally, Unity projects can port over with as little resistance as possible.
Please keep in mind that Prowl is incredibly new and unstable, and it is not yet Game Ready, however, we are hopeful that Prowl will be stable and ready by the end of this year.
✨ Features ✨
-
General:
- Cross-Platform! Windows, Linux & Mac!
- Unity-like Editor & Scripting API
- C# Scripting
- GameObject & Component structure
- A Powerful Custom UI Library
- Same Library for in-game and Editor UI
- 3D Drawing in UI used for Gizmo's
- Immediate Mode with retained properties
- .NET 8
- Editor with support for Editor Scripts and Custom Editors
- Physics using Jitter Physics 2
- Colliders: Box, Sphere, Capsule, Cylinder, Cone, Convex Mesh
- Collision Layers
- Unity-like Coroutines
- Playtest directly in the Editor
- ScriptableObjects
- Projects & Project Settings
- Powerful Serializer to create In-Memory Graphs
- Graph → Custom Text Format
- Graph → Binary
- Fully 64-bit using Doubles
- Large World Coordinates Support
- Camera Relative Rendering
- Scene System
- Modular Audio Backend
- OpenAL
- Currently only supports .wav files
- Prefabs
- Build System - Build to Standalone Application
- Packed Asset files
- Tiny builds
- Only exports used assets
- Supports Windows, Mac & Linux
- Navmesh and AI Agents (Recast & Detour)
- Node Graph (Based on Unity's xNode)
-
Graphics Rendering:
- Near Identical API to Unity
- Modular Graphics Backend
- OpenGL
- OpenGL ES
- Vulkan
- Metal
- DirectX 11
- HDR, PBR (Physically Based Rendering)
- Albedo Map
- Normal Map
- Roughness Map
- Metallic Map
- Ambient Occclusion Map
- Forward Renderer
- Batching & Frustum Culling
- Motion Vectors
- Multiple Shader Passes
- Point, Spot, and Directional Lights
- Spot & Directional Light Shadows - Point shadows is not implemented
- Shadow Atlas
- Dynamic Shadow Resolutions
- Post Processing
- Tonemapping (Melon, Aces, Reinhard, Uncharted, Filmic)
- Motion Blur
- Very fast Kawase Bloom
- Transparency
- Procedural Super Performant Skybox
- Dynamic Resolutions Per Camera
-
Asset Pipeline:
- A Powerful Asset Pipeline
- Meta Files & Reference by GUID
- Import Caching
- Support for Custom Importers
- Supports many major file formats via ImageMagick, Assimp, etc.
- Sub-Assets, Assets stored inside other assets
- Dependency Tracking
(back to top)
🚀 Getting Started 🚀
Getting Prowl up and running is super easy!
Releases
Note: There are no official releases yet so you need to download this repository to use Prowl!
Build from source
Prerequisites
Installation
- Clone the repo
- Open
.sln
with your editor (Visual Studio Version 17.8.0+, VSCode, Rider, etc.)
- Run
UpdateSubmodules.bat
(on Windows) or UpdateSubmodules.sh
(on Linux)
- That's it! 😄 🎉
(back to top)
🗺️ Roadmap 🗺️
Engine
- 🛠️ Cross Platform
- ✔️ Windows
- ✔️ MacOS
- ✔️ Linux
- ❌ Android
- ❌ iOS
- ❌ Web
- ✔️ UI Engine
- ❌ VR Support
- ✔️ Navmesh and AI Agents
- 🛠️ Networking Solution
Rendering
Editor
- ❌ Animation Tools
- ❌ Material Node Editor
- ❌ 2D Support
The complete list is in our board. Also, see the open issues for a full list of proposed features and known issues.
(back to top)
🤝 Contributing 🤝
Check our Contributing guide to see how to be part of this team.
(back to top)
🙏 Acknowledgments 🙏
- Hat tip to the creators of Raylib, While we are no longer based upon it, it has shaved off hours of development time getting the engine to a usable state.
- Some ideas/code have been taken from the amazing 2D Engine Duality.
Contributors 🌟
Dependencies 📦
Runtime
Editor
(back to top)
📜 License 📜
Distributed under the MIT License. See LICENSE for more information.
(back to top)