Merge branch 'jamshred' into experimental
commit
6b8e8ac697
|
@ -0,0 +1 @@
|
||||||
|
Alex Chapman
|
|
@ -1,3 +1,5 @@
|
||||||
|
! Copyright (C) 2007 Alex Chapman
|
||||||
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: kernel opengl arrays sequences jamshred.tunnel
|
USING: kernel opengl arrays sequences jamshred.tunnel
|
||||||
jamshred.player math.vectors ;
|
jamshred.player math.vectors ;
|
||||||
IN: jamshred.game
|
IN: jamshred.game
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
! Copyright (C) 2007 Alex Chapman
|
||||||
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien.c-types colors jamshred.game jamshred.oint
|
USING: alien.c-types colors jamshred.game jamshred.oint
|
||||||
jamshred.player jamshred.tunnel kernel math math.vectors opengl
|
jamshred.player jamshred.tunnel kernel math math.vectors opengl
|
||||||
opengl.gl opengl.glu sequences ;
|
opengl.gl opengl.glu sequences ;
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
! Copyright (C) 2007 Alex Chapman
|
||||||
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays jamshred.game jamshred.gl kernel math math.constants
|
USING: arrays jamshred.game jamshred.gl kernel math math.constants
|
||||||
namespaces sequences timers ui ui.gadgets ui.gestures ui.render
|
namespaces sequences timers ui ui.gadgets ui.gestures ui.render
|
||||||
math.vectors ;
|
math.vectors ;
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
! Copyright (C) 2007 Alex Chapman
|
||||||
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays float-arrays kernel math math.constants math.functions math.matrices math.vectors math.quaternions random sequences ;
|
USING: arrays float-arrays kernel math math.constants math.functions math.matrices math.vectors math.quaternions random sequences ;
|
||||||
IN: jamshred.oint
|
IN: jamshred.oint
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
! Copyright (C) 2007 Alex Chapman
|
||||||
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: colors jamshred.oint jamshred.tunnel kernel
|
USING: colors jamshred.oint jamshred.tunnel kernel
|
||||||
math math.constants sequences ;
|
math math.constants sequences ;
|
||||||
IN: jamshred.player
|
IN: jamshred.player
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
A simple 3d tunnel racing game
|
|
@ -0,0 +1,2 @@
|
||||||
|
applications
|
||||||
|
games
|
|
@ -1,3 +1,5 @@
|
||||||
|
! Copyright (C) 2007 Alex Chapman
|
||||||
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: jamshred.oint jamshred.tunnel kernel sequences tools.test ;
|
USING: jamshred.oint jamshred.tunnel kernel sequences tools.test ;
|
||||||
IN: temporary
|
IN: temporary
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
! Copyright (C) 2007 Alex Chapman
|
||||||
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays float-arrays kernel jamshred.oint math math.functions
|
USING: arrays float-arrays kernel jamshred.oint math math.functions
|
||||||
math.ranges math.vectors math.constants random sequences vectors ;
|
math.ranges math.vectors math.constants random sequences vectors ;
|
||||||
IN: jamshred.tunnel
|
IN: jamshred.tunnel
|
||||||
|
|
Loading…
Reference in New Issue