๐ My GitHub Highlights:
- flutter_soloud๐๐ผ: Flutter low level audio plugin using SoLoud C++ library and FFI.
- flutter_opencv_dlib๐๐ผ: Realtime face detection and face recognition using OpenCV and dlib with Dart:ffi.
- flutter_opengl๐๐ผ: A Flutter OpenGL ES plugin using a Texture() widget.
- magnifying_glass๐๐ผ: Flutter real-time magnifying glass lens widget with Barrel/Pincushion distortion.
- flutter_star_menu๐๐ผ: Attach a popup menu to any widget with any widget as menu entries.
- finger_painter๐๐ผ: Finger paint with different brushes and different blend modes.
- flutter_flow_chart๐๐ผ: Draw a flow chart diagram with different kinds of customizable elements.
Feel free to explore my repositories, and if you have any questions, suggestions, or collaboration ideas, I'm living on Earth (๐ฎ๐น) and I'm just a message away. Let's code something amazing together! ๐
Happy coding! ๐
A project born in 2019 to address the absence of native OpenGL.
- use platform GLSL
- shaders can be modified and compiled at ruun-time
- use dart:ffi to bind c/c++ OpenGL calls
- vertex and fragment shaders
- Many shaders from ShaderToy.com can be copy/pasted
Flutter real-time magnifying glass lens widget with Barrel/Pincushion distortion.
A simple way to attach a popup menu to any widget with any widget as menu entries.
Painting package that lets you finger paint with different brushes and different blend modes. The result can be read as a bitmap or list of Points to be used ie on a Map.
A package that lets you draw a flow chart diagram with different kinds of customizable elements. Dashboards can be saved for later use.