ProwlEngine / Prowl

An Open Source C# 3D Game Engine under MIT license, inspired by Unity and featuring a complete editor and built on Silk.NET
MIT License
360 stars 30 forks source link

[Editor] Multi threaded Asset Importing #44

Closed michaelsakharov closed 9 months ago

michaelsakharov commented 9 months ago

Asset importing can be threaded to speed up loading in lots of assets.

michaelsakharov commented 9 months ago

Change of plans, Instead of threading just Assets we need a Job System we can offload tasks to like Asset loading So closing this one for now gonna make a new one for a Job System