/game-engin2

the game engine for cross platform game development and designing

Primary LanguagePythonMIT LicenseMIT

PyTrack

N|Solid

Build Status DOI Build Status Build status Documentation Status PyPI version Downloads

PyTrack game engine for 2D & 3D cross platform game development and designing

  • Drag & Drop designer
  • Node Editor & script Editor
  • Export to Any plateform (Android,windows,macOS,IOS,HTML5)
  • BuiltIn Game Tester and Debuger
  • Availible for Free and OpenSource

Licensing

This project is licensed under the MIT license.

MIT License

Refrences used in the the Project

Project Structre

https://www.gameenginebook.com/toc.html

https://realpython.com/python-application-layouts/

Python to js

http://www.pygame.org/project-Pyjsdl-2888-4709.html

http://pyjs.org/GettingHelp.html

https://gatc.ca/projects/

Node editor

https://github.com/lukaszlipski/SphereTracingEditor/blob/master/SphereTracingEditor/GraphConnections.py

Game engine Architecture

https://www.slideshare.net/AttilaJenei/game-engine-architecture-34006558?from_action=save

python tuts

https://www.youtube.com/watch?v=cbot48lckOs
https://github.com/alejandroautalan/pygubu

kiwi.js

http://www.kiwijs.org

object tracker wxDC

http://www.lprp.fr/soft/rphoto/rphoto_en.php3

https://github.com/lukaszlipski/SphereTracingEditor

wx paint

https://wxpython.org/Phoenix/docs/html/wx.DC.html

https://stackoverflow.com/questions/2348183/graphicspath-doesnt-always-refresh-itself

https://stackoverflow.com/questions/45448625/persistent-drawing-temporary-overlay-with-wx-paintdc

https://github.com/wxWidgets/Phoenix/blob/master/demo/Overlay.py

wxPython Refrence

https://wiki.wxpython.org/FrontPage

import rules

https://chrisyeh96.github.io/2017/08/08/definitive-guide-python-imports.html

https://docs.python.org/2/tutorial/modules.html

MVC design

https://wiki.wxpython.org/ModelViewController
https://github.com/lukaszlipski/SphereTracingEditor