Giter VIP home page Giter VIP logo

Comments (6)

ptheywood avatar ptheywood commented on September 23, 2024

If not fixed via rapidxml branch, must be manually added to io.xslt

from flamegpu.

ptheywood avatar ptheywood commented on September 23, 2024

Additionally, if the rapidXML branch is not adopted for agent state output, then types other than float, int and double will need incorporating into the output (and input), i.e. unsigned int which currently raises a warning.

(This will become a new issue)

from flamegpu.

ptheywood avatar ptheywood commented on September 23, 2024

Additionally, environmental variables are allowed <defaultValue> in the schema and is shown in the examples, however this value is not used.
This should be relatively simple to fix, however loading from the initial states file also still required.

<gpu:constants>
    <gpu:variable>
        <type>int</type>
        <name>const_variable</name>
        <description>none</description>
        <defaultValue>1</defaultValue>
    </gpu:variable>
    <gpu:variable>
        <type>int</type>
        <name>const_array_variable</name>
        <description>none</description>
        <arrayLength>5</arrayLength>
    </gpu:variable>
</gpu:constants>

from flamegpu.

Robadob avatar Robadob commented on September 23, 2024

Above commit has now been merged into rc1.5. Paul apparently said he'll handle env loading from init xml.

from flamegpu.

mondus avatar mondus commented on September 23, 2024

Other types moved to new issue

from flamegpu.

mondus avatar mondus commented on September 23, 2024

Done. FLAME GPU docs also updated on sharelatex.

from flamegpu.

Related Issues (20)

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.