Is 2dBOX implemented for compile on Iphone?¿

Previous topic - Next topic

mentalthink

Hi, there
Searching yesterday in the forum, about physics, I read about 2dBox, I make succesfully work on PC, but on Iphone not.

Is the port of 2dBox in developement?Ã,¿, or is possible to use on Iphone, I read what an user maded work it on Iphone, I make some probes but I canÃ,´t compile on iphone whit 2dBOX.

Thanks,
   Iván J.

Mindfield

Box2D support was apparently being worked on, but as I understand it there were some problems integrating it into GLBasic, so right now it is not support, and I'm not sure if anyone is still working on it.

mentalthink

HI Mindfield, thanks for your reply, another question is..., (sorry for my ignorance).

The Newton Physics, what are be implemented in GLbasic. It can use for 2D?Ã,¿ or only are for 3D, because I read in somewhere, what newton Physics are a Physics engine only for 3D.

In some Post, I read what Glbasic have samples about Newton, but I donÃ,´t look anywhere in the directoy of samples. Only I found teh .gbas SDK, and browsing the web.

Thanks.

Schranz0r

I <3 DGArray's :D

PC:
AMD Ryzen 7 3800X 16@4.5GHz, 16GB Corsair Vengeance LPX DDR4-3200 RAM, ASUS Dual GeForce RTX™ 3060 OC Edition 12GB GDDR6, Windows 11 Pro 64Bit, MSi Tomahawk B350 Mainboard

bigsofty

I think Ivan is looking for an iPhone2D Physics lib, I don't think GLB Newton works for that platform?
Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)

mentalthink

Hi Schranz0r, I thinked what Nweton Physics only works in 3D  :enc:

Hi bigsofty, yes I want to implement on Iphone, I will make a probes, perhaps Newton works on Iphone, if not, I suppose what IÃ,´ve got to wait a port of 2DBox or something similar.

Thanks to both.

Best Regards ,Iván J.

Schranz0r

Newton works on 2D, too!
simply use x = 0 thats it...

Newton only do the math!
I <3 DGArray's :D

PC:
AMD Ryzen 7 3800X 16@4.5GHz, 16GB Corsair Vengeance LPX DDR4-3200 RAM, ASUS Dual GeForce RTX™ 3060 OC Edition 12GB GDDR6, Windows 11 Pro 64Bit, MSi Tomahawk B350 Mainboard

mentalthink

Thanks Schranz0r.

Best Regards.
Iván J

codegit

------------------------------------------
1 X Acer TravelMate 4270, laptop, XP PRO
1 X Dell Studio 17 laptop, Windows 7
1 X MacBook Pro 2,2 GHz Core 2 Duo, 2 GB RAM, 160 GB HDD, 9400M
2 X iTouch
1 X HTC Desire (Android 2.1)
iPad soon to be added

Kitty Hello

Netwton is a dll for windows. I think there's a Mac and Linux port, too. Not sure.
It's a very good engine for 3D and you can make it 2D with a little tweaking http://cogwork.greatgamesexperience.com.
For other platforms it's not ported and it would be too slow.
There's Chipmunk, that has a C API, which would be rather easy to implement. Some also started on a Box2D wrapper, but it's all not finished, yet.