Skip to content

Instantly share code, notes, and snippets.

// Plask.
// (c) Dean McNamee <[email protected]>, 2010.
//
// 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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
// sell copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
var plask = require('plask');
//i used chaged plask.js
//add
//obj.path = new exports.SkPath;
//in simpleWindow()
plask.simpleWindow({
settings:{
var plask = require('plask');
plask.simpleWindow({
settings:{
width:1280,height:720,
type: '3d2d',
//fullscreen: true
},
syphon_server: 'PLASK',
init: function() {
var plask = require('plask');
plask.simpleWindow({
settings:{
//type: '3d2d',
width : 800, height : 600,
//fullscreen: true,
//center: true,
//position: {x: 0, y: 0},
//title: "windowtitle"