Supabase - ~52K stars
- Designed explicitly as an open source firebase alternative
- Typescript based
- Docker support
Appwrite - ~32K stars
- Written in JavaScript and PHP
- Docker based
- Realtime support across all services
#pip install imgui[glfw] | |
import imgui | |
import glfw | |
import OpenGL.GL as gl | |
from imgui.integrations.glfw import GlfwRenderer | |
def impl_glfw_init(window_name="minimal ImGui/GLFW3 example", width=1280, height=720): | |
if not glfw.init(): | |
print("Could not initialize OpenGL context") |