SethBling's recent activity
-
Comment on Looking for eclectic and little-known websites that bring joy in ~health.mental
-
Comment on What programming/technical projects have you been working on? in ~comp
SethBling Off-the-shelf engine. I'm using the Java Monkey Engine which uses a Java port of the Bullet physics engine. It's an unrelated engine, but they behave pretty similarly (except the Java version can...Off-the-shelf engine. I'm using the Java Monkey Engine which uses a Java port of the Bullet physics engine. It's an unrelated engine, but they behave pretty similarly (except the Java version can handle hundreds of objects, more types of geometry and is much more physically stable).
-
Comment on What programming/technical projects have you been working on? in ~comp
SethBling In a sense I was just trying to make a living myself, but I'm really grateful that I could do it in a way that would inspire others as well!In a sense I was just trying to make a living myself, but I'm really grateful that I could do it in a way that would inspire others as well!
-
Comment on What programming/technical projects have you been working on? in ~comp
-
Comment on What programming/technical projects have you been working on? in ~comp
-
Comment on What programming/technical projects have you been working on? in ~comp
SethBling I'm writing a Minecraft mod that imports a Java rigid body physics engine and using that engine to create a 3-D version of Angry Birds in Minecraft. It's a server-side mod, so vanilla clients can...I'm writing a Minecraft mod that imports a Java rigid body physics engine and using that engine to create a 3-D version of Angry Birds in Minecraft. It's a server-side mod, so vanilla clients can connect and play.
After playing the Circle-drawing game for a bit, I wished that it didn't make me draw the circles around a specific point. So I made a version that lets you draw circles anywhere: https://sethbling.s3.us-west-2.amazonaws.com/temp/DrawCircles/index.html