Skip to content

Instantly share code, notes, and snippets.

View Flopgop's full-sized avatar
💭
heheheha

Not Flamgop Flopgop

💭
heheheha
  • No
  • California
  • 03:28 (UTC -07:00)
View GitHub Profile
@Flopgop
Flopgop / RenderDoc.java
Created August 21, 2025 00:12
Java Foreign wrapper for the RenderDoc API ( https://github.com/baldurk/renderdoc/blob/v1.x/renderdoc/api/app/renderdoc_app.h ). Licensed identically to the original RenderDoc header as they're basically the same.
package org.renderdoc.api;
/******************************************************************************
* The MIT License (MIT)
*
* Copyright (c) 2019-2025 Baldur Karlsson
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
@Flopgop
Flopgop / Block.scala
Created October 21, 2022 07:42
minestom server in scala
package net.flamgop.scala
/**
* Code autogenerated, do not edit!
* Too bad >:D
*/
@SuppressWarnings(Array("unused")) object Block {
val AIR: net.minestom.server.instance.block.Block = net.minestom.server.instance.block.Block.fromNamespaceId("minecraft:air")
val STONE: net.minestom.server.instance.block.Block = net.minestom.server.instance.block.Block.fromNamespaceId("minecraft:stone")
val GRANITE: net.minestom.server.instance.block.Block = net.minestom.server.instance.block.Block.fromNamespaceId("minecraft:granite")