An open API service indexing awesome lists of open source software.

https://github.com/jeremymeissner/freeframe

A lightweight After Effects alternative built in C#
https://github.com/jeremymeissner/freeframe

animation csharp motion-graphics opengl opentk

Last synced: 3 months ago
JSON representation

A lightweight After Effects alternative built in C#

Awesome Lists containing this project

README

          

# ![FreeFrame](/assets/branding/logo.svg)

![GNU GPLv3](https://img.shields.io/badge/license-GNU%20GPLv3-green)

## What is FreeFrame?

FreeFrame is free lightweight After Effects alternative built in C#.

## Docs

- [Documentation](/assets/documentation-fr.pdf) (FR)
- [Presentation](/assets/presentation-fr.pdf) (FR)

## Libraries Used

FreeFrame is only possible because of the great people behind these technologies:

- [OpenTK](https://github.com/opentk/opentk): C# wrapper for OpenGL
- [ImGui.NET](https://github.com/mellinoe/ImGui.NET): C# wrapper for [Dear ImGui](https://github.com/ocornut/imgui)

## License

FreeFrame is free and opensource, all the code in this repository is licensed under:

- GNU GPLv3 License (https://choosealicense.com/licenses/gpl-3.0/)