-
wp-config
skyxf updated
9 years ago
-
User should be able to set color and opacity of text on `S2D_CreateText()` and/or dynamically before draw.
-
Currently WAV is only accepted audio format, but `S2D_CreateSound()` should also accept alternative formats, like MP3, OGG, FLAC, AAC, etc.
- [x] Research which formats [SDL_mixer](http://www.libsdl.o…
-
Main.hx
``` haxe
class Main extends hxd.App{
override function init() {
var b1 = new h2d.Bitmap(h2d.Tile.fromColor(0xff0000, 100, 100));// red
var b2 = new h2d.Bitmap(h2d.Tile.fr…
-
return a blank bitmap.
-
Hitting Ctrl-C exits spam and run status is complete
```
2014-08-12 13:45:31 - Sandbox.execute_cable(): STARTING EXECUTING CABLE
2014-08-12 13:45:31 - RunOutputCable.clean(): Initiating
2014-08-12 13…
-
# Naming
Just been thinking about all this, and how it fits with the simulation script.
I propose the following hierarchy for the magic files
../c035u/${module}/${module}_slice.mag - individual slic…
-
the following python script would cause segmentation fault:
```
#!/usr/bin/env fontforge
import fontforge
f = fontforge.open("fontex.cid.cff")
f.save("a.sfd")
```
fontex.cid.cff is attached below
-
I am the developer of [piedar/OpenNI2-FreenectDriver](https://github.com/piedar/OpenNI2-FreenectDriver). The driver works fine with the OpenNI 2.2 samples, but running any of the NiTE 2.2 samples res…
-
I tried alpha on spriteclouds, works, sprite2d work, font2d alpha does not work.