Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
/ three.cs Public archive

C# 3D library, based on Javascript three.js

License

Notifications You must be signed in to change notification settings

lathoub/three.cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

three.cs - code no longer maintained

C# and OpenTK implementation of Three.js

All the fun of Three.js, now using C# and OpenTK for the OpenGL rendering.

The aim of the Three.cs library is to be as close as possible to Three.js project, so that applications are as easy to port from one environment to another - taking into account the different capabilities of the programming languages.

Note: Some JavaScript classes are created 'on-the-fly' during the execution of the renderer. C# does not easily allow dynamic creation of classes, these classes are pre-baked.

(The library is far from being finished, with a handfull of fully working examples, so still needs a lot of work.)

Usage

Download the library and open it in Visual Studio (the project includes both Library and Demos) and should run straight out of the box.

Screenshot

Working Examples

About

C# 3D library, based on Javascript three.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published