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#
- Host: GitHub
- URL: https://github.com/jeremymeissner/freeframe
- Owner: JeremyMeissner
- License: gpl-3.0
- Created: 2022-04-04T09:35:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T13:57:06.000Z (almost 2 years ago)
- Last Synced: 2026-01-30T13:26:17.872Z (5 months ago)
- Topics: animation, csharp, motion-graphics, opengl, opentk
- Language: C#
- Homepage:
- Size: 14 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 

## 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/)