Trentonom0r3 / AETK

A modern C++ framework designed to revolutionize the way developers create plugins for Adobe After Effects. Aimed at both newcomers and seasoned plugin developers, AETK provides an extensive suite of tools and abstractions that streamline the development process, enabling more focus on creativity and innovation.
MIT License
5 stars 0 forks source link

Implement a 3D renderer with AETK. #6

Open luciddream-tsin opened 4 months ago

luciddream-tsin commented 4 months ago

Hello, thank you for contributing such great code.

What I wanted to consult with you is that I want to write or inherit a simple 3D renderer, similar to Element3D.

I was wondering if using AETK would be a suitable technical choice.

Also, I noticed that the documentation is no longer available.

Is it possible for me to obtain it again?

Trentonom0r3 commented 4 months ago

Hello, thank you for contributing such great code.

What I wanted to consult with you is that I want to write or inherit a simple 3D renderer, similar to Element3D.

I was wondering if using AETK would be a suitable technical choice.

Also, I noticed that the documentation is no longer available.

Is it possible for me to obtain it again?

Thank you!

Depending on how you plan on doing so, AETK could probably be used, however, writing a true renderer plugin (artisan) would not currently be supported--- you would have to use some of the raw SDK for that.

Regarding Docs-- I'll need to generate them again, but I'll close this issue out once I get them uploaded!