xR86 / gdd-project

cyberpunk game (project for the Game Design and Development course - FII)
1 stars 0 forks source link

Web Browser mechanic #2

Closed xR86 closed 3 years ago

xR86 commented 7 years ago

Few games (if any) used real browsing as a mechanic. Most games either have this as a easter egg and is usually emulated.

You have two free options

xR86 commented 7 years ago

Radiant UI

RadiantUI sample project: Youtube - RadiantUI SDK for Unreal Engine 4 Another example: Youtube - Unreal Engine 4: Ingame Linux interaction, YouTube and reporting back to IRC.

xR86 commented 7 years ago

Web Browser

Official documentation: https://docs.unrealengine.com/latest/INT/Engine/UMG/UserGuide/WidgetTypeReference/WebBrowser/

Tutorials

Over GUI example: Youtube - Unreal Engine 4 Tutorial - Web Browser Textured on asset: UE4 Tutorial | 3D Widget Web Browser In-game

martafil commented 7 years ago

To create an almost functional web browser mechanics we combined the info in the videos bellow. https://www.youtube.com/watch?v=18POV0V06Es https://www.youtube.com/watch?v=ODvbDVZ2AOc

xR86 commented 7 years ago

integrated in 319057f. Some scale issues still occur.