| View previous topic :: View next topic |
| Author |
Message |
rgcorman Site Admin
Joined: 08 Dec 2003 Posts: 282 Location: Santa Rosa, CA, USA
|
Posted: Mon Dec 08, 2003 3:13 pm Post subject: Gears demo using SDL |
|
|
I like Luke Crook's gears demo, using SDL with Corman Lisp. It runs very nicely when you get the DLLs and everything set up properly.
http://www.balooga.com/lisp_sdl.php3 |
|
| Back to top |
|
 |
rgcorman Site Admin
Joined: 08 Dec 2003 Posts: 282 Location: Santa Rosa, CA, USA
|
Posted: Mon Dec 08, 2003 3:14 pm Post subject: re: Gears Demu using SDL |
|
|
Original message from Parologist:
I'd really like to see some further examples (as I had mentioned to Mr. Crook) break it down further for those not as experienced with either Lisp or SDL if anyone knows of any. Cheers. |
|
| Back to top |
|
 |
ljcrook
Joined: 31 Dec 2003 Posts: 95 Location: California
|
Posted: Wed Dec 10, 2003 1:09 am Post subject: CCL to SDL bindings updated to support SDL v1.2.6 |
|
|
| The title says it all. I am hopeful that the FFI definitions now support the latest version of SDL, version 1.2.6. |
|
| Back to top |
|
 |
mikehalpinuk
Joined: 29 Aug 2006 Posts: 12 Location: Berkshire, England
|
Posted: Wed Aug 30, 2006 11:51 am Post subject: Gears Demo |
|
|
Great demo Luke. Many thanks.
All the demos worked when I tried them, but there was one thing Iwanted to ask. I loaded a file (eq Gears) using "Lisp\Execute File" on the menu bar. All the definitions seemed to be fine (there were some unused variables referred to). I then evaluated the expression "(setf gears (mp:process-run-function "openGL-example-1" #'openGL-example-1))" to run the demo. Nothing seemed to happen. When I re-evaluated the definition of "OpenGL-example-1" then the demo ran. Some brackets misplaced somewhere maybe or am I missing something?
I am keen to play around with AI and games programming and I would like to use your SDL stuff but is not a topic I know anything about so I hope you will continue to work on it and make it easy for the rest of us. |
|
| Back to top |
|
 |
ljcrook
Joined: 31 Dec 2003 Posts: 95 Location: California
|
Posted: Wed Aug 30, 2006 6:52 pm Post subject: Re: Gears Demo |
|
|
| mikehalpinuk wrote: | Great demo Luke. Many thanks.
All the demos worked when I tried them, but there was one thing Iwanted to ask. I loaded a file (eq Gears) using "Lisp\Execute File" on the menu bar. All the definitions seemed to be fine (there were some unused variables referred to). I then evaluated the expression "(setf gears (mp:process-run-function "openGL-example-1" #'openGL-example-1))" to run the demo. Nothing seemed to happen. When I re-evaluated the definition of "OpenGL-example-1" then the demo ran. Some brackets misplaced somewhere maybe or am I missing something?
|
I noticed this too , I never got around to investigating it further.
| mikehalpinuk wrote: |
I am keen to play around with AI and games programming and I would like to use your SDL stuff but is not a topic I know anything about so I hope you will continue to work on it and make it easy for the rest of us. |
Take a look at the Lispbuilder Wiki. I hope to add Corman Lisp to the Compatibility table after I have a few more packages documented.
- Luke |
|
| Back to top |
|
 |
mikehalpinuk
Joined: 29 Aug 2006 Posts: 12 Location: Berkshire, England
|
Posted: Thu Aug 31, 2006 11:36 am Post subject: |
|
|
Looks like quite a programme of work you have there.
I'll be looking out for Corman Lisp appearing on the compatibility table. |
|
| Back to top |
|
 |
|