Skip to content

Instantly share code, notes, and snippets.

View brahmkshatriya's full-sized avatar
🎵

Shivam brahmkshatriya

🎵
View GitHub Profile
import androidx.compose.foundation.Canvas
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.runtime.CompositionLocal
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.getValue
import androidx.compose.runtime.mutableStateOf
import androidx.compose.runtime.remember
import androidx.compose.runtime.setValue
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.nativeCanvas
import org.lwjgl.BufferUtils
import org.lwjgl.glfw.GLFW
import org.lwjgl.opengl.GL
import org.lwjgl.opengl.GL11
import org.lwjgl.system.MemoryUtil
import java.io.File
import javax.imageio.ImageIO
class TextureExample {
private var window: Long = 0
@brahmkshatriya
brahmkshatriya / echo_extensions.json
Last active November 7, 2024 17:25
Offlicial Echo Extension
[
{
"id": "youtube-music",
"name": "Youtube Music",
"subtitle": "Play youtube music on Echo",
"iconUrl": "https://music.youtube.com/img/favicon_144.png",
"updateUrl": "https://api.github.com/repos/brahmkshatriya/echo-youtube-extension/releases"
},
{
"id": "discord-rpc",