-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Welcome the the wiki for the workshop engine!
Workship is a toy engine that I've been building recently. Its purpose is primarly as a learning experience. It aims to have a modern parallel-first design, and act as a sandbox to experiment and learn within.
All high-level documentation for this engine is held within this wiki. If you do any work on substantial features, please add some pages to this wiki to help us keep an active knowledgebase over the whole engine.
If you are new to the project please have a read through of the pages on the sidebar to get setup and ready to work.
The main maintainer of this project is Tim Leonard, so give him an email if you have any questions tim@programmingbytim.com
Introduction
Standards
Architecture
- Code Structure
- Build Configurations
- Engine Structure
- Virtual File System
- Entity Component System
- Renderer
- Assets
Helpful Notes