GithubHelp home page GithubHelp logo

flone-dnb / toml-4-cryengine Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 316 KB

CRYENGINE plugin that adds Flow Graph nodes and C++ functions for working with TOML files.

License: MIT License

C++ 99.48% C 0.52%
cryengine flow graph plugin flow-graph toml nodes

toml-4-cryengine's Introduction

TOML 4 CRYENGINE

This plugin adds new Flow Graph nodes and C++ functions for working with TOML files.

Building

Generate CRYENGINE solution, select Toml4Cryengine target and compile it.

How to use Flow Graph nodes

  • Build the plugin (see previous section) or download it from the Releases section.
  • Copy Toml4Cryengine.dll from bin/win_x64 directory to you project's bin/win_x64 directory.
  • Modify your project's Game.cryproject file, add a new entry in "plugins" section:
{ "guid": "", "type": "EType::Native", "path": "bin/win_x64/Toml4Cryengine.dll" },

so your section will look like this:

"plugins": [
	{ ... },
	{ "guid": "", "type": "EType::Native", "path": "bin/win_x64/Toml4Cryengine.dll" },
	{ ... }
]

How to use C++ functions

  • Copy directory TomlManager from Code directory to your project's Code directory.
  • Regenerate CRYENGINE solution.
  • You can now create CTomlManager object and use its functions.

toml-4-cryengine's People

Contributors

flone-dnb avatar

Stargazers

 avatar

Watchers

 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.