Giter VIP home page Giter VIP logo

ethframework's Introduction

The project is a base framework for Ethanon engine with game state manager, basic UI control and many other utilities.

In order to use it, simply #include "IncludeModules.angelscript" to your main file.

For an example of basic use, check Samples/main.angelscript

NOTE: it will always/only be compatible with the latest versions of Ethanon Engine (in its respository)

Ethanon Programming style and patterns:

-Globals have g_ prefix (e.g. g_gameSaveManager)
-Members have m_ prefix (e.g. m_speed)*
-Use UPPER_CASE_LETTERS on constants
-Use UPPER_CASE_LETTERS on funcdef types
-Singleton classes must have the 'S' letter as prefix (e.g. SGlobalScale)
-Include all files in a single IncludeModules.angelscript
-All helper functions shall be in their own "header" file along with their own variations and overloads
-Misc utility functions must be grouped in util- prefixed files  (e.g. utilSprite.angelscript)
-Functions that are directly related to a class functionality range may be placed along with the main class definition file (e.g. class Interpolator and function interpolate(...))
-All singletons must be available anytime, anywhere

*Unless it's just a data storage class (like vector3)

ethframework's People

Contributors

andresan87 avatar abacha avatar

Stargazers

 avatar Henrique Kraemer avatar Punchie avatar Paul Smith avatar Bruno Gasparetto avatar Utkarsh Sinha avatar codelife avatar  avatar Dmitri Chapkine avatar Renan A. Marks avatar Vitor Pacheco avatar harmy avatar

Watchers

codelife avatar Henrique Kraemer avatar James Cloos avatar Punchie avatar .pirikiT⚆_⚆ avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.