VIWeek 2020/The Core Framework: Difference between revisions
Appearance
No edit summary |
Added links and categories |
||
Line 17: | Line 17: | ||
<div style="text-align:center;"><youtube width="800" height="600">HwtWc3mOqg0</youtube></div> | <div style="text-align:center;"><youtube width="800" height="600">HwtWc3mOqg0</youtube></div> | ||
[https://youtu.be/HwtWc3mOqg0 Link to video on YouTube] | == Presentation Links == | ||
* [https://youtu.be/HwtWc3mOqg0 Link to video on YouTube] | |||
== See Also == | |||
* [[Actor Framework]] | |||
== External Links == | |||
[[Category:VIWeek 2020]] | |||
[[Category:Videos]] | |||
[[Category:Actor Framework]] |
Revision as of 14:06, 26 May 2020
The Core Framework.
- Denis Stavila
Start Time: May 22, 2020, 6:00 PM GMT+2
It's something that I built on top of the Actor Framework and aims at solving several shortcomings that I believe AF has ... plus a lot of tweaks and built-in functionality to make the life of a developer much easier:
Internal broadcast system
Debugging/Monitoring tools
UI structuring and configuration
Interface-Like implementation for modules communication
User Access tools .... etc.
I started working on this framework basically the moment I faced my first project with AF ... I would like to show you what problems I encountered, how I attempted to solve them and what I wanted to achieve with it.