StageXL

码农软件 · 软件分类 · 游戏开发包 · 2019-10-05 18:12:00

软件介绍

StageXL 是一个 Dart 编程语言包,提供了易用和完整的 API 实现令人印象深刻的 2D 内容,可用来开发类似游戏等应用。该库始于 Flash 到 HTML5 移植过程,因此 StageXL API 和大多数 Flash API 一致。

示例代码:

var textField = new TextField();
textField.defaultTextFormat = new TextFormat('Spicy Rice', 30, Color.Black);
textField.text = 'The quick brown fox jumps over the lazy dog.'
textField.x = 20;
textField.y = 20;
textField.width = 100;
textField.height = 50;
textField.wordWrap = true;
addChild(textField);

本文地址:https://www.codercto.com/soft/d/16109.html

The Tangled Web

The Tangled Web

Michal Zalewski / No Starch Press / 2011-11-26 / USD 49.95

"Thorough and comprehensive coverage from one of the foremost experts in browser security." -Tavis Ormandy, Google Inc. Modern web applications are built on a tangle of technologies that have been de......一起来看看 《The Tangled Web》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具