Cam Sinclair

Results 9 comments of Cam Sinclair
trafficstars

Interesting! Looks like it's closer to running that I'd expected to be honest. The OpenGL issue could be related to loading assets more than the usage of GL, as the...

All sounds reasonable. I'll probably make it config driven as part of this job and then add the UI in a separate one.

Hmm, sounds like a hardware / OS support issue. I had it running on Manjaro a couple of days ago so it should work. Try running it with -gles or...

So it's crashing at a very early point in the startup process, in graphics library code that I don't control. From the looks of it, there's something amiss with your...

Ok, looks like that's because veldrid was referencing some .NET Core packages hosted on myget from when it was still in pre-release; those packages are no longer hosted there anymore...

Ah, that issue just got fixed in the veldrid repo actually, so you should just need to get the latest version of veldrid to be able to test NeoDemo.

Ah, that old issue. Remove these lines from Directory.Build.props and it should build: ``` 3.3.37 ```

I'll boot into my manjaro setup after I finish work and investigate this, in the meantime you might have better luck with the samples from https://github.com/mellinoe/veldrid-samples - they should load...

If you edit Directory.Build.props and remove or comment out the following lines, it should build: <PropertyGroup> <NerdbankGitVersioningVersion>2.3.181</NerdbankGitVersioningVersion> </PropertyGroup> <ItemGroup> <PackageReference Include="Nerdbank.GitVersioning" Version="$(NerdbankGitVersioningVersion)" PrivateAssets="all" /> </ItemGroup>