Programming Articles
The DevMaster.net – Articles and Tutorials webpage has several interesting articles though mainly aiming at game development several are related to computer grpahics.
The DevMaster.net – Articles and Tutorials webpage has several interesting articles though mainly aiming at game development several are related to computer grpahics.
Här är ett antal länkar till lite olika konstruktioner jag hittat för att koppla en radiokontroller tille n PC.
Enkel parallell ports kabel på For What Its Worth. Här finns en variant av denna kabel.
RC2PC(på franska) nyttjar Joystick porten istället.
Att koppla kontrollern genom USB porten verkar mest flexiblet men kräver lite mer avancerad konstruktion, se här.
The following section has to be added to build.xml to have Eclipse run Ant.
<!-- javac resolver -->
<available
classname="org.eclipse.core.launcher.Main"
property="build.compiler"
value="org.eclipse.pde.internal.core.JDTCompilerAdapter"
classpath="${java.class.path}"
/>
GExperts Inc – Gel is another Java IDE. It was recommended by people on the TINI-mailinglist. It supposed to be quick to start that is reasonable since it’s not written in Java as several others are.
Saw these on the TINI mailing-list, could maybe be interested for the TINI though do not know how fast or small they are.
There are also a version two of both at www.kxml.org and www.ksoap.org
Some experience gained today that can become useful.
If you select Run Ant on a build.xml file that uses the tasks defined in TiniAnt the run will fail since eclipse will not find the TiniAnt jar-file. To fix this, select Preferences in the Window Menu. Expand the Ant->Runtime tab in the list. Press Add JARs-button and point to you TiniAnt.jar file.