Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Sly
Pages: [1]

1
General Discussion / Netgore
« on: September 16, 2010, 12:25:43 pm »
I've noticed there is a lot of people on here using less functional online engines for their games.

Netgore is a free, open-source cross-platform online RPG engine written in C# and SFML.

It currently can create Top Down and sidescrolling perspective games.

It's pretty stable so far and is getting a full networking rewrite for even more stability.

http://www.netgore.com/

[Sorry about the semi-advert post D8]

2
General Discussion / The Push for Pixel Safe Zoom
« on: June 18, 2010, 02:04:34 pm »
Tired of smooth scaling in today's browsers? Well you can help with the push for browser wide support for custom interpolation modes.

A few browsers already support this:

Firefox 3.6+ (and its derivatives) using:

image-rendering: -moz-crisp-edges;

Internet Explorer using this:

-ms-interpolation-mode: nearest-neighbor;

Only browsers left are Chrome, Safari, and possibly Opera. (Not sure if Opera already supports this.)

Good thing is that Chrome and Safari both run on the webkit browser and with the upcoming CSS3 standards this is
chance to get something like this implemented.

I can't wait to see something like this:

image-rendering: -webkit-crisp-edges;
-webkit-interpolation-mode: nearest-neighbor;

Support the push here:

http://code.google.com/p/chromium/issues/detail?id=1502

3
General Discussion / Possible web based pixel collaboration app?
« on: January 28, 2010, 08:58:33 pm »
I found this amazing ajax based pixeling collaboration demo that is fully open source and would be amazing if we had this. It would need quite a bit of moderation and modifying.

http://www.ape-project.org/demos/8/pixelbox.html

4
Pixel Art / [WIP] Demon Fish
« on: October 07, 2009, 10:22:37 pm »
Here is this thing I've been working on.

 I have only really detailed the attach area of the fin nothing else is detailed yet.

5
Pixel Art / [WIP] Mushroom
« on: September 18, 2009, 11:53:28 pm »
Well I have made this mushroom to use in my game but it feels like it lacking definition that I can't seem to achieve.  

Newest:


Second:


First:


Any critique it's slightly based on Mushroom Hill Zone from Sonic & Knuckles.



6
Pixel Art / Some Tiles (need critique)
« on: May 04, 2009, 12:11:06 am »
I have been working on some tiles recently and need some critique.


Pages: [1]