SoftPixel Sandbox

Community Forums/Showcase/SoftPixel Sandbox

LukasBanana(Posted 2011) [#1]
Hi folks,
a few days ago I just released the first ALPHA version of my open-source World Editor:
SoftPixel Sandbox.

This is the official world editor for my 3D Engine written in C++.
But it should also be usable for other projects which does not use my 3D Engine and/or are not written in C++.

Here is the download site:
http://softpixelengine.sourceforge.net/downloads.html

Here is the dicussion forum:
http://hlc-games.de/forum/viewforum.php?f=31&sid=d32fa01f3cfaad35e49c4d618f530adb

Greetings,
Lukas


jfk EO-11110(Posted 2011) [#2]
Just downloaded. Sounds good, probably worth the migrate to linux after all... What I miss in Linux is a huge repository of drivers, that would eg. allow to use the native Pixel resolution out of the box... </offtopic>

Keep it up, Lukas, your contribution is highly respected.


Doggie(Posted 2011) [#3]
Not in your sandbox but in your wrapper.


Function AddRigidBodyJoint%(Object%, Child%, ObjType%, PointX#, PointY#, PointZ#, DirX# = 0.0, DirY# = 1.0, DirZ# = 0.0, Dir2X# = 0.0, Dir2Y# = 1.0, Dir2Z# = 0.0)
Return spwAddRigidBodyJoint%(Object%, Child%, ObjType%, PointX#, PointY#, PointZ#, DirX#, DirY#, DirZ#, Dir2X#, Dir2Y#, Dir2Z#)
End Function

expecting identifier error in your wrapper.
I placed the decls and dlls in userlibs.

DOG


LukasBanana(Posted 2011) [#4]
I just released SoftPixel Sandbox - v.0.1.2 alpha with the ShaderDesigner (currently only for GLSL but Cg will follow).

http://softpixelengine.sourceforge.net/downloads.html

Last edited 2011


slenkar(Posted 2011) [#5]
are you going to release a monkey wrapper?


Naughty Alien(Posted 2011) [#6]
..very nice Banana-Man :) keep it up..I like it a lot..
EDIT:
Castle Tech demo crashing on one of my machines (regardless settings)..nVidia 7600GT, Win XP Pro.

Last edited 2011