aloptrbl / AGSL-club

dust off my trigonometry knowledge into AGSL/GLSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AGSL Experiment Club

AGSL Experiment Club is an app that to experiment amazing graphics effects using the Android Graphic Shading Language (AGSL).

Description

This app is a playground for tinkering graphics programming and wants to learn more about AGSL, a powerful language for creating shaders on Android devices.

Requirements

To run this app, you need:

  • An Android device with API level 21 or higher
  • OpenGL ES 3.0 or higher support on your device

References

  • AGSL Reference: The official documentation for AGSL, including the syntax, built-in variables, and functions.
  • Learn OpenGL ES: A website that teaches the basics of OpenGL ES, the underlying API for AGSL.
  • The Book of Shaders: A book that explains the principles of shader programming and provides many examples and exercises.
  • Shadertoy: A website that showcases amazing shaders created by the community, which you can view and edit online.

About

dust off my trigonometry knowledge into AGSL/GLSL


Languages

Language:Kotlin 100.0%