Skip to content
Alexander Scheurer edited this page Feb 12, 2014 · 23 revisions

About this Tutorial

In this tutorial we assume knowledge of C# and Visual Studio as well as working with 3D models and textures. It will show you how to achieve a basic scene and interact with things in it. As the whole FUSEE setup is provided it only provides an exemplatory setup that works for this tutorial. This setup should work for most anything that is possible in FUSEE at the moments, but no promisses. Also this is a work in progress. While we are trying to provide all the basic knowledge here, you might not yet find the most bleeding edge implementations here, for example physics.

The solution file of this tutorial contains a project for every lesson with the state that should be achieved at the end of the lesson. If you want to start coding your own project in parallel you can use the "BasicSetup" project.

Lessons

  • [Lesson 00 - The Basic Setup](Lesson 00)
  • [Lesson 01 - Getting a Visual](Lesson 01)