Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Locked thread
rotor
Jun 11, 2001

classic case of pineapple derangement syndrome
you know who really fucks up text antialiasing? loving imagemagick.

Adbot
ADBOT LOVES YOU

bobbilljim
May 29, 2013

this christmas feels like the very first christmas to me
:shittydog::shittydog::shittydog:

theadder posted:

*continues to post*

don't force it or you'll blow your ring out

Jonny 290
May 5, 2005



[ASK] me about OS/2 Warp

rotor posted:

you know who really fucks up text antialiasing? loving imagemagick.

man, that whole library turns excitement and ideas into disappointment and frustration

rotor
Jun 11, 2001

classic case of pineapple derangement syndrome

Jonny 290 posted:

man, that whole library turns excitement and ideas into disappointment and frustration

this is bitter truth wrung from the sweatrag of effort

rotor
Jun 11, 2001

classic case of pineapple derangement syndrome
java has some seriously excellent image libraries

z0rlandi viSSer
Nov 5, 2013

a game that has made billons was written in java

i literally wont read criticism of java anymore

the problem is with the programmers

z0rlandi viSSer
Nov 5, 2013

its u

rotor
Jun 11, 2001

classic case of pineapple derangement syndrome
is there a decent java scene graph library yet? iirc minecraft is just jogl.

theadder
Dec 30, 2011


rotor posted:

antialiasing, especially for text, is super hard to get right, especially when "right" is so subjective

here's a great article, go read it

http://antigrain.com/research/font_rasterization/index.html#FONT_RASTERIZATION

I don't understand why Apple is asking us to sacrifice the present at the altar of the future. Can't we have hinting at low resolutions, and accuracy at high resolutions, too? Snapping fonts to a pixel grid may very well be irrelevant when everyone is luxuriating in the glow of their 200 DPI monitors. Until that glorious day arrives, respecting the pixel grid certainly makes text a lot more readable for those of us stuck in the here and now.

this caused me to lol then i stopped reading since its irrelevant

theadder
Dec 30, 2011


Posted from my Retinal iMac.

Wild EEPROM
Jul 29, 2011


oh, my, god. Becky, look at her bitrate.
I replaced neue with lucida grande on my mbpr

feels and looks good.

Doc Block
Apr 15, 2003
Fun Shoe
LOLed at the "Dere's never gon be no display higher'n 100 DEE PEE EYE, not never!" part

-Sent from my iPhone 6

echinopsis
Apr 13, 2004

by Fluffdaddy
read on my iPhone 4

Catalyst-proof
May 11, 2011

better waste some time with you

rotor posted:

is there a decent java scene graph library yet? iirc minecraft is just jogl.

here you go

Java code:
interface Node {
  Node getParent();
  Node[] getChildren();
  Object getData();
}

Catalyst-proof
May 11, 2011

better waste some time with you
combine that with guava's TreeTraverser and you're all set

Valeyard
Mar 30, 2012


Grimey Drawer

rotor posted:

is there a decent java scene graph library yet? iirc minecraft is just jogl.

lwjgl

rotor
Jun 11, 2001

classic case of pineapple derangement syndrome

theadder posted:

I don't understand why Apple is asking us to sacrifice the present at the altar of the future. Can't we have hinting at low resolutions, and accuracy at high resolutions, too? Snapping fonts to a pixel grid may very well be irrelevant when everyone is luxuriating in the glow of their 200 DPI monitors. Until that glorious day arrives, respecting the pixel grid certainly makes text a lot more readable for those of us stuck in the here and now.

this caused me to lol then i stopped reading since its irrelevant

yeah it's an old article but it gives you an idea of how complex antialiasing is

Adbot
ADBOT LOVES YOU

rotor
Jun 11, 2001

classic case of pineapple derangement syndrome

horse mans posted:

here you go

Java code:
interface Node {
  Node getParent();
  Node[] getChildren();
  Object getData();
}

I mean something like j3d or openinventor

  • Locked thread