• Stars
    star
    192
  • Rank 202,019 (Top 4 %)
  • Language
    C#
  • License
    MIT License
  • Created about 8 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Svelto Tasks - C# promises compliant multi-threaded tasks runner

Svelto.Tasks 1.5 openupm

======================

Run Parallel and Serial Promises compliant tasks, even on other threads! Svelto.Tasks is platform agnostic and it runs on every c# platform. However several Unity dedicated schedulers have been written.

I would love to write some schedulers for other platforms, like MonoGame, but since I won't have the time to do so, I will need our help. If you can't figure out how to write a scheduler, I will need at least a working project that I can compile and run on Windows. Once new schedulers will be written, I will add them in the official repository.

main article:

http://www.sebaslab.com/svelto-taskrunner-run-serial-and-parallel-asynchronous-tasks-in-unity3d/

If you want to test it out right away with some pre made examples, please don't download this repository, but instead use this one: https://github.com/sebas77/Svelto.Tasks.Tests

New Parallelism example: https://github.com/sebas77/Svelto.Tasks.Examples.MillionPoints

How to clone the repository:

The folders Svelto.ECS, Svelto.Tasks and Svelto.Common, where present, are submodules pointing to the relative repositories. If you find them empty, you need to update them through the submodule command. Check some instructions here: https://github.com/sebas77/Svelto.ECS.Vanilla.Example/wiki

[Unity only] How to install it as a package

http://www.sebaslab.com/distributing-svelto-through-openupm/

Svelto Framework is used to develop the following products:

Gamecraft Robocraft Infinity Cardlife

Note: Dear Svelto Users : Although I am committed to help you and write articles as much as I can, I will never be able to keep all the documentation up to date. If you are a happy svelto user and you want to contribute, please feel free to update the github wiki! ๐Ÿ™๐Ÿ‘Š

Copyright (c) Sebastiano Mandalร 

More Repositories

1

Svelto.ECS

Svelto ECS C# Entity Component System
C#
1,188
star
2

Svelto.MiniExamples

Svelto.ECS and Svelto.Tasks Mini Examples for Unity
C#
129
star
3

-Obsolete-Lightweight-IoC-Container-for-Unity3D

New version is here https://github.com/sebas77/Svelto-IoC
C#
95
star
4

-Deprecated-Svelto.IoC

[Deprecated] Svelto IoC - lightweight Inversion Of Control container for Unity
C#
91
star
5

Svelto.ECS.Examples.Survival

Unity based example for Svelto ECS
61
star
6

-Obsolete-TaskRunner

NEW VERSION IS HERE: https://github.com/sebas77/Svelto.Task
C#
56
star
7

Svelto.Common

Shared code between the Svelto repositories
C#
37
star
8

Svelto.SignalChain.Example

a better alternative to unity SendMessage and BroadcastMessage
C#
21
star
9

Murmur3.net

32bit Murmur3 hash algorithm compatible with Unity3D
C#
14
star
10

Svelto.ECS.Examples.Vanilla

Svelto.ECS example for Net Core / Net Standard
11
star
11

Svelto.SignalChain

Facilitates communication among hierarchical UI elements
C#
9
star
12

Svelto.Ioc.Example

Example for the Svelto.Ioc library
C#
5
star
13

Svelto.ECS.Tests

Svelto.ECS unit tests
C#
5
star
14

Svelto.Tasks.Tests

Tests and Examples for Svelto.Tasks
C#
4
star
15

com.sebaslab.svelto.unsafe

3
star
16

Svelto.Benchmarks

Benchmarks for Svelto.ECS and Svelto.Tasks
C#
3
star
17

Svelto.Benchmarks.Unity

Svelto benchmarks that run in Unity
C#
3
star
18

Svelto.ECS.Examples.CacheFriendlyECSWithEntityStructs

Svelto.ECS Cache Friendly code example through the use of EntityStructs
C#
3
star
19

Svelto.Profiler.Example

2
star
20

MillionsCubes

Use SubUpdates to upload millions of cubes
C#
2
star
21

Svelto.ProfilerInjector

C#
2
star
22

svelto-ecs-inspector-unity

Svelto.ECS Agnostic Inspector that runs in a browser
C#
1
star
23

Svelto.Tasks.Examples

WIP for Svelto.Tasks 2.0, not meant for public use yet
C#
1
star
24

Svelto.Tasks.MillionPointsBenchmark

This is the executable of the MillionPoints demo that can be used as CPU benchmark :)
ASP
1
star
25

Svelto.Services

Official Svelto Service Layer
C#
1
star