Jump to content
MakeWebGames

Recommended Posts

Posted

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

  • 5 months later...
Posted

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

Posted

Glad you like it, we use something along the lines of this for work. Its handy when you want to load several pages in diffrent modal windows

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...