Re: Any programs needed..
- Posted by ChrisBurch2 <crylex at freeuk.co.uk> Dec 14, 2005
- 727 views
Vincent wrote: > > Jeremy Peterson wrote: > > > > Chris, I've used TV3D before, but I'm not able to port it at this time as > > I only have access to a PII laptop without a 3d card for my programming. > > I'll see what I can do with DSVideoLib. Thanks for the suggestions. > > > > Later, > > Jeremy Peterson > > I'm considering updating the Allegro wrappers for Windows then work on the > Linux/FreeBSD > wrappers. Ray Smith's wrappers go to version 2.x; Allegro is at v4.2.0 now. > > I've been wanting to wrap a 3D engine, but not only do they typically comprise > of a huge API, but most of of them are written in C++ or other languages, thus > making it very difficult and time consuming to write Euphoria wrappers for. > True Vision 3D has a C++ API version, so it's *maybe* possible to make > bindings > for Euphoria but improbable. > > > Regards, > Vincent Hi AFIK the Allegro wrappers go to version 4.0, and they are mostly wrapped, apart from the 3d functions. Ray wrapped them by first writing a c dll (compiled with gcc (mingw on Windows)) then linking euphoria to that. I too have been looking at extending the allegro libraries (but please don't let that stop you). Chris