Page 4 of 4

Re: New High Tech Engino

Posted: Thu Jan 27, 2022 2:37 am
by netpipe
mohaa collision detection works for some reason need to look into that closer. also we have trees , jungle and water working now could still use a bit of integration work. if someone wants to help with irrbullet let me know.

Image

Re: New High Tech Engino

Posted: Fri Jan 28, 2022 1:49 am
by netpipe
irrBullet is integrated/working now aswell still early but the cubes look nice
Image

Re: New High Tech Engino

Posted: Sun Feb 20, 2022 11:46 pm
by netpipe

Re: New High Tech Engino

Posted: Fri Mar 25, 2022 2:12 am
by netpipe
taking a break from engine development for a while because its finally stable and working on crossplatform. if you feel interested in helping the project just make a fork on github and i will try to accept any useful merge commits.

wanted
makefile / jamfile / cmake
lonsome ducky 2d image drawing bug fix it makes infinite triangles that draw offscreen sometimes rerunning the app seems to fix.
better emscripten texture support sometimes its white only on some things.

Re: New High Tech Engino

Posted: Sun Jun 05, 2022 1:34 am
by netpipe
windows tar support is ready use "windows MINIMAL64-withtar" build option - its for loading pydata.tar otherwise python wont run on startup.

Re: New High Tech Engino

Posted: Wed Jun 08, 2022 8:55 pm
by netpipe
amazingly socket support is working and subprocess calls in python so multiplayer stuff should be easy

Re: Luna Game Engine

Posted: Sat Jun 11, 2022 6:46 pm
by netpipe
correction, now its working on windows aswell... though mtar is not preserving the special permissions so the pydatawin.tar file in the GAME directory just needs to be extracted manually if you want sockets,ssl,notifications on windows. or use your codeblocks python2.7 directory that comes with it. otherwise it will still work partially for now.

Re: Luna Game Engine

Posted: Sat Jun 25, 2022 12:50 am
by netpipe
looks like i got working compile on macOSX now too, its looking for game scripts so that means its nearly there and python + irrlicht are functioning.

Re: Luna Game Engine

Posted: Sat Jun 25, 2022 4:37 am
by netpipe

Re: Luna Game Engine

Posted: Fri Jul 01, 2022 9:12 pm
by netpipe
https://github.com/netpipe/Luna/releases , windows version and linux version.

Re: Luna Game Engine

Posted: Fri Jul 15, 2022 7:45 pm
by netpipe
viewtopic.php?p=306727#p306727 raspberry pi zero 2 version -- woohoo unoptimized it gets 33 FPS it probably has 2 or 3 other cores to use yet. might need a python thread

Re: Luna Game Engine

Posted: Mon Feb 13, 2023 1:08 am
by netpipe
https://www.youtube.com/watch?v=dc5cDk4HZ9s python racing game and a hovercraft version

Re: Luna Game Engine

Posted: Sat Feb 25, 2023 5:55 pm
by netpipe