Skip to content

Instantly share code, notes, and snippets.

View edmundito's full-sized avatar
♾️

Edmundo Ruiz Ghanem edmundito

♾️
View GitHub Profile
@edmundito
edmundito / InterfacePointerExperiment.as
Last active December 11, 2015 01:59
Experiment to see if Class objects can point to interfaces. It does work!
package
{
import flash.display.Sprite;
public class InterfacePointerExperiment extends Sprite
{
public function InterfacePointerExperiment()
{
var clsA:Class = IExample;
var clsB:Class = IExample;
@edmundito
edmundito / ags-wine.md
Last active June 29, 2024 18:38
Running the AGS Editor from Wine (Linux, macOS)

Running the AGS Editor from Wine (Linux, macOS)

Setup Wine

Wine is an application that is able to run Windows applications on other OSs such as Linux and macOS.

Linux

There are several ways to install apps on Linux. This will describe how to do it with the apt command which works with at least Ubuntu and its derivatives.