Jump to content
MakeWebGames

Modular JavaScript Framework


Dayo

Recommended Posts

I thought i would make a modular JavaScript framework where you can load/execute modules, we use something similar at work and it works well with a medium-large application.

Features:

  • Built in template parser (handelbars.js)
  • Easy to execute modules (load them into the page)
  • or you can load a module for only one function
  • Once you have loaded the module once you dont have to do it again (excluding database/ajax requests to the server
  • If you have used PHP classes this uses a similar structure (construct/destruct functions)
  • You can include JS files for modules so you only have to load them when you need them
  • Hopefuly is easy to pick up?

I have made it available on github: https://github.com/ChristopherDay/modularJSFramework

Any reviews/critics would be welcomed

Link to comment
Share on other sites

  • 5 months later...

interesting...

and progress on this? im curious to see. I am just finishing up my ver1 of my game. Once i release it i will be planning on rewritting my engine since after 5+years of working my ver1 its out of date... So i am looking for a good framework to use my next time around for my ver2.

Thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...