Up:
  1. Downloads » Click-to-start (screen-)hacks
  2. Index of TkScript » Hacks
Hacks

various click-to-start scripts


 
Table of Contents:
  • 1. ScreenhacksSome simple click-to-start screen hacks
    • 1.1. bezier drawing exampleRenders some bezier curves using the recursive Casteljau algorithm
    • 1.2. bobfieldScript class test, renders some trippy ellipses
    • 1.3. chipmunk examplesA port of the original Chipmunk physics engine examples (uses SDL/OpenGL)
    • 1.4. clipplaneDemonstrates OpenGL user defined clipping planes
    • 1.5. colorScript class test, renders some gouraud shaded quads. Can be used for color banding tests.
    • 1.6. crparticlesOne of the oldest examples (2001), renders some blurry particles
    • 1.7. cubeworldAn OpenGL 1.1 implementation of the good old "rubber vector" Amiga effect
    • 1.8. fireDemonstrates how to render dynamically, CPU generated images with OpenGL 1.1
    • 1.9. joystickDemonstrates how to use joystick input devices. Useful for testing.
    • 1.10. juliaattractorAnother example for drawPixels(), renders an animated fractal.
    • 1.11. MD2Quake][ model viewer (.md2 files)
    • 1.12. nehelesson5A port of Neon Helium's OpenGL lesson #5
    • 1.13. rotzoomerA JIT demo, renders a rotating text
    • 1.14. sinescrollerAnother ancient example from 2001, renders a sine-scrolling text..
    • 1.15. smoothscrollVSync test app. Renders a couple of scrollers.
    • 1.16. stencilshadowA very basic stencil volume shadow example
    • 1.17. testdisplaylistDemonstrates how to use OpenGL 1.1 display lists
    • 1.18. torusDemonstrates OpenGL 1.1 lighting
    • 1.19. psychedelicA simple 2D distance-field effect
  • 2. GamesSome small games written in TkScript
    • 2.1. retrovaders2A simple Space Invaders type shoot-em-up 2D game..
    • 2.2. Gravity TaxiA non-violent flying-around-with-gravity type 2D game..
  • 3. AppsSome applications written in TkScript

 
1. Screenhacks
Up:
  1. Index of TkScript » Hacks » Screenhacks
download_icon tks-examples.zip - A couple of simple example scripts

 
The following examples require prior installation of TkScript, see Downloads (e.g. setup.exe).
 
1.1. bezier drawing example
bezier
Run
 - Renders some bezier curves using the recursive Casteljau algorithm
1.2. bobfield
bobfield
Run
 - Script class test - renders some trippy ellipses
1.3. chipmunk examples
chipmunk demos
Run
 - A port of the original Chipmunk physics engine examples. uses SDL/OpenGL. use keys 1-7 to select demo.
1.4. clipplane
clipplane
Run
 - Demonstrates OpenGL user defined clipping planes
1.5. color
color
Run
 - Script class test. renders some gouraud shaded quads. Can be used for color banding tests.
1.6. crparticles
crparticles
Run
 - One of the oldest examples from 2001. renders some blurry particles
1.7. cubeworld
cubeworld
Run
 - An OpenGL 1.1 implementation of the good old "rubber vector" Amiga effect
1.8. fire
fire
Run
 - Demonstrates how to render CPU generated images with OpenGL 1.1
1.9. joystick
joystick
Run
 - Demonstrates how to use joystick input devices. Useful for testing.
1.10. juliaattractor
juliaattractor
Run
 - Another example for drawPixels. renders an animated fractal. press space to toggle JIT/interpreted mode. Original author is Michael Wiegers (jet/avena).
1.11. MD2
loadmd2
Run
 - Quake][ .md2 model viewer. press space. wasd+mouse to fly around. left click to grab mouse focus.
1.12. nehelesson5
nehelesson5
Run
 - A port of Neon Helium's OpenGL lesson #5
1.13. rotzoomer
rotzoomer
Run
 - A JIT demo. renders a rotating image. space to toggle JIT/interpreted mode. Original author is Tommi Laukkannen (2001)
1.14. sinescroller
sinescroller
Run
 - Another ancient example from 2001. renders a sine-scrolling text..
1.15. smoothscroll
smoothscroll
Run
 - VSync test app. Renders a couple of scrollers.
1.16. stencilshadow
stencilshadow
Run
 - A very basic stencil volume shadow example.
1.17. testdisplaylist
testdisplaylist
Run
 - Demonstrates how to use OpenGL 1.1 display lists
1.18. torus
torus
Run
 - Demonstrates OpenGL 1.1 lighting
1.19. psychedelic
psychedelic
Run
 - A simple 2D distance-field effect
2. Games
Up:
  1. Index of TkScript » Hacks » Games
2.1. retrovaders2
retrovaders2
Run
 - A simple Space Invaders type shoot-em-up 2D game..from 2003
2.2. Gravity Taxi
gkraft
Run
 - A non-violent flying-around-with-gravity type 2D game..from 2004
3. Apps
Up:
  1. Index of TkScript » Hacks » Apps
3.1. tkui test application
testui
Run
 - A test application for the SDL/OpenGL/TkScript based tkui GUI library
3.2. RIO test server
rio
Run
 - try out the RPC server and let it echo some HTTP GET based requests

 
Example query: http://127.0.0.1:8080//rio%20namespaces.
 
Also see RIO.


auto-generated by "DOG", the TkScript document generator. Mon, 28/Dec/2015 14:27:05