tom.drastic.net

Archives Posts

diego on e

April 12th, 2008 by tom

diego1.jpg

Read the rest of this entry »

Filed under demo, vsys, 3d having 1 Comment »

Archives Posts

new vsys gui

February 10th, 2008 by tom

newgui4jpg.jpg
expect more soon :D

Read the rest of this entry »

Filed under gui, 2d, vsys having No Comments »

Archives Posts

vsys splines

February 2nd, 2008 by tom

outlinedetect.jpg

Filed under gui, vsys, 3d having No Comments »

Archives Posts

exospect demo

January 1st, 2008 by tom

exospec.png
demo at tum 2007: exospect (made 4th place)

  • download win32 version (requires java 1.6) here
  • download mac os x version (use 0x multisampling on intel graphic chips) here
  • download jar only version here
  • pouet demo experts discussion here
  • video (xvid) download here

Read the rest of this entry »

Filed under demo, vsys, 3d having No Comments »

Archives Posts

vsys svn checkout

July 31st, 2007 by tom

checking out vsys project from svn into eclipse

1. setting up svn in eclipse

  1. install eclipse 3.x
  2. install subclipse as described at http://subclipse.tigris.org/install.html
  3. goto “window” -> “open perspective” -> “other” -> “svn repository exploring”
  4. right click into “SVN Repository” then “new”->”repository location”
  5. url: https://admin.neonature.net/svn_vsys/
  6. go back to perspective “java (default)”

2. checking out project from svn

  1. right click on package explorer
  2. select “new”->”svn”->”checkout project from svn”
  3. choose svn://svn.5711.org/projects/vsys
  4. choose “trunk” -> “vsys”+highest number
  5. click next
  6. check “check out as a poject configured using the new project wizard”
  7. click finish
  8. select “java project”
  9. click next
  10. enter project name
  11. project layout: “use project folder as root…”
  12. click finish

3. getting vsys compiled

  1. right click the project in the package explorer, select “properties”
  2. select java build path
  3. choose tab “source”
  4. click “add folder”
  5. check “plugins” and “vsys”
  6. click “yes” when asking to remove source folder
  7. click ok
  8. click “yes” when asking to remove old resources
  9. right click the project in the package explorer, select “properties”
  10. select java build path
  11. choose tab “libraries”
  12. click “add jars” select all files in lib folder of the current project
  13. click ok
  14. now all errors should be gone.

4. start

  1. click “run” -> “run…”
  2. double click “java application”
  3. choose main project and main class
  4. choose tab “arguments” paste into “VM arguments”: -Djava.library.path=”${project_loc}/lib/”

if ”${project_loc}/lib/” does not work, use the full path to your lib directory.
you should also download the current lwjgl package and putt all “dll, dylib and jar files in that lib folder.”

Filed under dev, vsys having No Comments »