modularize slate-examples

wayo.cavazos 2006-09-18 13:26:48 +00:00
parent 292e85a8a3
commit c9065cde61
3 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,5 @@
REQUIRES: contrib/slate ;
USING: kernel math arrays sequences namespaces opengl slate slate-2d ;
IN: golden-section
! Usage:

View File

@ -1,4 +1,5 @@
REQUIRES: contrib/slate ;
USING: opengl slate ;
IN: redbook-hello
: go ( -- )

View File

@ -0,0 +1,5 @@
PROVIDE: contrib/slate-examples
{ "cube.factor"
"golden-section.factor"
"hello.factor"
"quadric.factor" } ;