Skip to content

ailzhang/Taichi-UnityExample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taichi-UnityExample

This repository demonstrates Taichi-Unity interopability with sample scenes.

Prerequisites

This Unity project is runnable out-of-the-box. You don't need to build taichi libraries because all the necessary native plugins are already included in Assets/Plugins, but in case you want to, consult and for building manual.

If you want to create another Unity Project with Taichi integration, you need to set your first-choice graphics API to Vulkan in Player Settings in Unity because currently Taichi C-API doesn't support other graphics APIs at the moment.

Content

This repository presents several demo scenes, each can be found in Assets/Scenes:

  • Fractal: A simple time-dependent texture generation kernel;
  • ImplicitFem: A physically-based soft-body simulation emitting vertex data on-the-flight.

Also note that the project can be built into Unity Player.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 80.0%
  • Python 18.3%
  • ShaderLab 1.7%