Forum > Showoff - what you are working on

[SHOWOFF] What Are You Working On

<< < (349/371) > >>

Luzifix:

--- Quote from: "Pinkhair3d" ---Just an experiment, need a converter that will handle 4k+ resolutions I think...

[media:pz79gmy1]https://www.youtube.com/watch?v=giYvJtd_1ac[/media:pz79gmy1]
--- End quote ---

Wow, nice how you create the Panorama ?

Pinkhair3d:

--- Quote from: "Luzifix" ---Wow, nice how you create the Panorama ?
--- End quote ---

Google's put out a metadata injector; stick the metadata into an mp4 file and Youtube reads it as a panoramic video. You can have it animate, too, but those 6k files can get large quickly...

stoneharry:
Did some updates to my spell editor recently, it's a bit faster now:

[media:2pvzi7tk]https://youtu.be/eRmLi54PDko[/media:2pvzi7tk]

Can't really fix the lag of updating the control's (loading spells) without redesigning the interface completely. I just rushed the interface and didn't really consider it might lag with this approach.

iindigo:

--- Quote from: "stoneharry" ---Did some updates to my spell editor recently, it's a bit faster now:

[media:6n0sasi0]https://youtu.be/eRmLi54PDko[/media:6n0sasi0]

Can't really fix the lag of updating the control's (loading spells) without redesigning the interface completely. I just rushed the interface and didn't really consider it might lag with this approach.
--- End quote ---

Looks nice. To address the lag, how hard would it be to 1) throw loading on a background thread so the UI isn’t blocked and 2) set up a caching system for heavier resources (icons, etc)? Both are common in mobile development and help a lot to make heavy datasets feel light even with limited resources.

stoneharry:

--- Quote from: "iindigo" ---
--- Quote from: "stoneharry" ---Did some updates to my spell editor recently, it's a bit faster now:

[media:o0r6tpfn]https://youtu.be/eRmLi54PDko[/media:o0r6tpfn]

Can't really fix the lag of updating the control's (loading spells) without redesigning the interface completely. I just rushed the interface and didn't really consider it might lag with this approach.
--- End quote ---

Looks nice. To address the lag, how hard would it be to 1) throw loading on a background thread so the UI isn’t blocked and 2) set up a caching system for heavier resources (icons, etc)? Both are common in mobile development and help a lot to make heavy datasets feel light even with limited resources.
--- End quote ---

Processing is already done on a different thread to the interface. This is pretty normal practice -to not do this would be incredibly incompetent.

The issue is lies with how the interface is designed - only control's on the current tab you are viewing should be updated, etc.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version