Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 863 Bytes

File metadata and controls

14 lines (9 loc) · 863 Bytes

Blazor project to debug the code in Ab4d.SharpEngine.Samples.WebAssemblyDemo

The purpose of this project is to be able to debug the code in the Ab4d.SharpEngine.Samples.WebAssemblyDemo project.

This is only possible when the code from WebAssemblyDemo project runs in a Blazor WebAssembly project (it is not possible to debug it when started in Asp.Net Core and any other web server).

See the following readmes for more info:

This project demonstrates how to create a simple Asp.Net Core website that starts a WebAssembly that shows 3D graphics.