This Issue will be updated to cover a Short overview of development
Branch is not created yet
devel040 -> devel050
Step 1
Rewrite all Libraries again to be Partial Unique and Partial Shared Pointer based...
Cleanup Cmake Building Process and move lib build funcs into cmake/palladium.cmake
Make Renderer only contain static functions to Work with
Remove Renderer from UI7 (as rendering is completly done individually by the drawlist)
Support Diffrent Layers in UI7 by diffrent DrawLists
Add Viewport Support to UI7 (eg have multiple possible views (for the 3ds for example))
Better Network Usage by using Static Driver
Create an OS Driver
Make Gfx a Static Driver
Maybe put all Drivers into a statically linked lib to let lithium core and net be able to be compiled in shared mode
Step 2
Find and Fix Bugs
Step 3
Don't rewrite the Library again in 060...
# Overview
This Issue will be updated to cover a Short overview of development
**Branch is not created yet**
`devel040` -> `devel050`
## Step 1
- Rewrite all Libraries again to be Partial Unique and Partial Shared Pointer based...
- Cleanup Cmake Building Process and move lib build funcs into `cmake/palladium.cmake`
- Make Renderer only contain static functions to Work with
- Remove Renderer from UI7 (as rendering is completly done individually by the drawlist)
- Support Diffrent Layers in UI7 by diffrent DrawLists
- Add Viewport Support to UI7 (eg have multiple possible views (for the 3ds for example))
- Better Network Usage by using Static Driver
- Create an OS Driver
- Make Gfx a Static Driver
- Maybe put all Drivers into a statically linked lib to let lithium core and net be able to be compiled in shared mode
## Step 2
- Find and Fix Bugs
## Step 3
- Don't rewrite the Library again in 060...
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Overview
This Issue will be updated to cover a Short overview of development
Branch is not created yet
devel040->devel050Step 1
cmake/palladium.cmakeStep 2
Step 3