Giter Club home page Giter Club logo

openge's People

Contributors

l4d15 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

openge's Issues

Missing .gitignore for anax

anax repository is missing the .gitignore file to ignore OS X .DS_Store files and the include/anax/config.hpp file created during compilation, so git will complain about new files being created although we didn't change anything in the source code.

Solution:

  • Fork anax's repository.
  • Add the .gitignore.
  • Pull Request the change to the oficial anax repository.

Grant access for entities list inside anax::System

It is needed to sort the rendering queue, otherwise we need to sort the temporary vector we obtain at the start of the rendering stage.

A custom implementation of anax is become more necessary as development advance...

Revamp anax completily

There are a lot of neat features missing in anax and is mandatory to implement them before continuing as they are key for the proper engine workflow.

This is URGENT!

Change default values for components

There is a built-in method in json_spirit to deliver default values when a parameter is missing in the JSON. Change the horrible if (jsonString.contains(...)) statements for proper json_spirit default values.

std::string name = jsonString.getString("name", "I have no name");

Create platform-specific projects

Even when we use CMake, it's probing to be extremely complicated to make it work in Windows + Visual Studio. One of the major goals of OpenGE is to be stupidly easy to start developing with it, so albeit I love CMake I also think we should give less experienced people a easiest way to start coding with OpenGE.

A folder named "Projects" or "Platforms" containing Visual Studio (Windows) and Xcode (Mac) projects should be created.

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.