Skip to content

Instantly share code, notes, and snippets.

@Jarrio
Jarrio / EcsTools.hx
Last active February 12, 2023 02:23
AdianECS EcsTools
#if !macro
import ecs.System;
import ecs.Entity;
import ecs.Universe;
#else
import haxe.macro.Expr;
import haxe.macro.Context;
using haxe.macro.TypeTools;
#end
@Yanrishatum
Yanrishatum / hxsl-cheatsheet.md
Last active May 18, 2024 03:58
HXSL cheat-sheet

HXSL cheat-sheet

This is a WIP of a cheat-sheet that I will finish Eventually™

Types

Mapping of the shader types to Heaps types:

Float = Float
Int = Int
Bool = Bool
@jgranick
jgranick / gist:1763850
Created February 8, 2012 01:05
NMML File Specification
<?xml version="1.0" encoding="utf-8"?>
<project>
<!-- <meta />
Use meta nodes to set metadata for your application. The description is ignored
on most targets, but is useful for packaging like Chrome Apps or Opera Widgets.
For compatibility with Android and webOS, the package name must include at least