Giter Site home page Giter Site logo

realkotob / godot-rich-text-effect-test-project Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eoin-oneill-yokai/godot-richtexteffect-sampleproject

0.0 0.0 0.0 123 KB

This is a test project for the new godot RichTextEffect class. It also comes with some example implementations of custom text effects. View ReadMe for details.

Shell 6.87% GDScript 93.13%

godot-rich-text-effect-test-project's Introduction

Godot: RichTextEffect Testing Project:

This is a test project for the new Godot feature RichTextEffect (PR) which is now released with Godot 3.2. This project serves as a test bed for the RichTextEffects feature that has been added to RichTextLabel. It also helps to test for regressions or inconsistencies in RichTextLabel behavior. For more details regarding the RichTextEffect feature, please click the link to the pull request above.

Installation (with Godot 3.2+):

Assuming you have Godot 3.2 installed, you can simply clone this project


git clone [email protected]:Eoin-ONeill-Yokai/Godot-Rich-Text-Effect-Test-Project.git ./rich-text-samples

... and then import the directory as a Godot project or via Godot's CLI (see the Godot Game Engine documentation for more details.)

Installation (with Godot built from source):

The best way to install this project for use with master is to clone this project into your Godot source code directory's projects folder, as this folder is ignored by Godot's git configuration.

Note: If you are running OSX or Windows operating systems, these commands will need to be changed to better reflect your operating system's CLI.


cd [GODOT_SOURCE_DIRECTORY_HERE]/projects
git clone [email protected]:Eoin-ONeill-Yokai/Godot-Rich-Text-Effect-Test-Project.git ./test_rich-text-effect

You can then compile the Godot game engine and run the project by running the following commands.


cd [GODOT_SOURCE_DIRECTORY_HERE]
scons -j[THREADCOUNT] platform=x11 && ./projects/test_rich-text-effect/launch.sh

//If you're on windows, you'll want to run something like...
scons -j[THREADCOUNT] platform=windows && .\bin\godot.win.tools.* -e .\projects\test_rich-text-effect

The Future:

This repository could be useful for sample text effect implementations and as a testing ground for more RichTextLabel features down the line. Thus, I decided to openly share this repository for those who are interested. If you are having specific issues with RichTextEffects, you can ask specific questions here as well.

godot-rich-text-effect-test-project's People

Contributors

eoin-oneill-yokai avatar type1j 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.