Skip to content

.NET Core collada file loader and viewer using OpenTK

Notifications You must be signed in to change notification settings

polytronicgr/collada-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collada-parser

.NET Core collada file loader and viewer using OpenTK

Tested with models exported from blender

Support

  • Load model data including normals, texture coordinates and colors
  • Load textures (BMP only)
  • Render textured and/or colored models
  • Materials (shininess, specular etc.)
  • Transparent textures

Planned support

  • Multiple meshes
  • Change material settings
  • Animations

Setup

Have .NET Core 1.1 installed then run:

dotnet restore
dotnet run

Publish self contained application

To publish a self contained version of collada-parser

dotnet restore
dotnet publish -c release

Published files will be found under /bin/release/netcoreapp1.1/<platform>/publish

About

.NET Core collada file loader and viewer using OpenTK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 94.5%
  • GLSL 5.5%