I still really want to do a small game - perhaps a platform type - with newLisp and SDL so I'm watching oofoe's work with great interest.
/cm
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote
If you do a search for SDL on this message board, there's a reference to someone's project using the SDL_mixer, including a music file player. Unfortunately, the site seems to be down, but you might be able to find it in the Google or Wayback Machine cache.
I saw the same exchange by following a link there from reddit titled:QuoteWhy is Lisp unpopular? Maybe it's aQuote from: "foobarbaz, on reddit"
"community" like this. (Read first 10 posts to see what's happening.)
Quote
Group (b)
Smalltalk
BASIC
Ruby
Scheme
Lua
newLISP
Howdy camperman!Quote from: "pjot"
Welcome to newLISP, the best programming language on earth. :-)
Indeed a (load "GL.lsp") is all. Please let me know if you run into trouble, I am happy to help out.
The GLU context could be rewritten in newLISP completely, by the way. I already rewrote the GluLookat function, but the whole GLU API should be translated. In this way, newLISP will only depend on 1 shared object/DLL. Also some float/double mixups can be avoided. So if you have some sparetime, and need some exercise... ;-)Quote