String libname;
String[] library_names;
switch (LWJGLUtil.getPlatform()) {
case LWJGLUtil.PLATFORM_WINDOWS:
libname = "OpenAL32";
library_names = new String[]{"OpenAL64.dll", "OpenAL32.dll"};
break;
case LWJGLUtil.PLATFORM_LINUX:
libname = "openal";
library_names = new String[]{"libopenal64.so", "libopenal.so", "libopenal.so.0"};
break;
case LWJGLUtil.PLATFORM_MACOSX:
libname = "openal";
library_names = new String[]{"openal.dylib"};
break;
default:
throw new LWJGLException("Unknown platform: " + LWJGLUtil.getPlatform());
}
String[] oalPaths = LWJGLUtil.getLibraryPaths(libname, library_names, AL.class.getClassLoader());
LWJGLUtil.log("Found " + oalPaths.length + " OpenAL paths");
for ( String oalPath : oalPaths ) {
try {
nCreate(oalPath);
created = true;
init(deviceArguments, contextFrequency, contextRefresh, contextSynchronized, openDevice);
break;
} catch (LWJGLException e) {
LWJGLUtil.log("Failed to load " + oalPath + ": " + e.getMessage());
}
}
if (!created && LWJGLUtil.getPlatform() == LWJGLUtil.PLATFORM_MACOSX) {
// Try to load OpenAL from the framework instead
nCreateDefault();
created = true;
init(deviceArguments, contextFrequency, contextRefresh, contextSynchronized, openDevice);
}
if (!created)
throw new LWJGLException("Could not locate OpenAL library.");
With a Swapfile and slowly yes, I suppose you can.I have a rather foolish question: Can this be used on a CC?
Yeah. Take Blender, Cannonball, Wesnoth, Residual and Microbes at least to show what the Pandora can do.I think I can get somewhere between 900-940mhz stable, not sure what atm. I want to show someone that it is possible, and to try to sell them on getting a Pyra, since it will likely be more capable. Maybe I will give it a shot next week while I am trying to figure out MAME.
I am not good at oolite, but I can still show it off. I have shown this person Not Tetris and other stuff. Really the only thing are interested in that isn't console based is Minecraft. I don't know how they will feel about emus for Nintendo stuff, which seems to be the only thing of interest, but they have access to all those consoles.Yeah. Take Blender, Cannonball, Wesnoth, Residual and Microbes at least to show what the Pandora can do.I think I can get somewhere between 900-940mhz stable, not sure what atm. I want to show someone that it is possible, and to try to sell them on getting a Pyra, since it will likely be more capable. Maybe I will give it a shot next week while I am trying to figure out MAME.
Also, Not Tetris or MiniSlug are also good eyes catcher (and some Jedi Knight or Oolite if you are a good player).
I have not tested it by myself but I guess with low graphic settings, low render distance and especialy with some Optifine tweaks (not sure if optifine works) it should be at least playable.I have a rather foolish question: Can this be used on a CC?
Quake 3 and all the "3D stuff" are good for impressing people too. Also emulation of course but yes, Minecraft, especialy the big PC version should do that job pretty efficient.Yeah. Take Blender, Cannonball, Wesnoth, Residual and Microbes at least to show what the Pandora can do.I think I can get somewhere between 900-940mhz stable, not sure what atm. I want to show someone that it is possible, and to try to sell them on getting a Pyra, since it will likely be more capable. Maybe I will give it a shot next week while I am trying to figure out MAME.
Also, Not Tetris or MiniSlug are also good eyes catcher (and some Jedi Knight or Oolite if you are a good player).
Thanks for the advice. I guess I need to learn a bit more about Minecraft, and get everything working "smoothly" before presenting it.I have not tested it by myself but I guess with low graphic settings, low render distance and especialy with some Optifine tweaks (not sure if optifine works) it should be at least playable.I have a rather foolish question: Can this be used on a CC?
Quake 3 and all the "3D stuff" are good for impressing people too. Also emulation of course but yes, Minecraft, especialy the big PC version should do that job pretty efficient.Yeah. Take Blender, Cannonball, Wesnoth, Residual and Microbes at least to show what the Pandora can do.I think I can get somewhere between 900-940mhz stable, not sure what atm. I want to show someone that it is possible, and to try to sell them on getting a Pyra, since it will likely be more capable. Maybe I will give it a shot next week while I am trying to figure out MAME.
Also, Not Tetris or MiniSlug are also good eyes catcher (and some Jedi Knight or Oolite if you are a good player).