SIGVerse.org | SIGVerse Forum | SIGVerse Wiki (JP) | SIGVerse Web


SIGVerse Web


Introduction

SIGVerse Web is a Web Interface for SIGVerse Application Development. Together with SIGViewer, SIGVerse application development can be done without command-line interface terminal (e.g. Cygwin). A light-weight programming editor with multiple languages support is equipped on the system to ease programming jobs. Code compiling (make), building of project files, and execution can be done with just a click. Furthermore, the web-based system also enable development to be carry out anywhere with just an internet browser. Main feature of SIGVerse Web:


Setup

alt-title-Register & Login on Top Panel

alt-title-Setup Page


Basic Development Guide

alt-title-Workspace

#SIGVerseソースの場所指定
SIG_SRC  = ../sigverse-$(sigversion)/include/sigverse

#オブジェクトファイルの指定
OBJS     = Controller.so

all: $(OBJS)

#コンパイルを行います。
./%.so: ./%.cpp
	g++ -DCONTROLLER -DNDEBUG -DUSE_ODE -DdDOUBLE -I$(SIG_SRC) -I$(SIG_SRC)/comm/controller  -fPIC -shared -o $@   $<

Tutorials

MoveController.cpp

Makefile.txt

#SIGVerseソースの場所指定
SIG_SRC  = ../sigverse-$(sigversion)/include/sigverse

#オブジェクトファイルの指定
OBJS     = MoveController.so

all: $(OBJS)

#コンパイルを行います。
./%.so: ./%.cpp
	g++ -DCONTROLLER -DNDEBUG -DUSE_ODE -DdDOUBLE -I$(SIG_SRC) -I$(SIG_SRC)/comm/controller  -fPIC -shared -o $@   $<

NewWorld.xml

#ref(): File not found: "toy_1.jpg" at page "動力学シミュレーションのサンプル"

MoveController.cpp

   ↓

#ref(): File not found: "toy_3.jpg" at page "動力学シミュレーションのサンプル"


For any inquiry, please contact Jeffrey [jeffrey@nii.ac.jp].


Front page   New List of pages Search Recent changes   Help   RSS of recent changes