• skip to content

Orx Learning

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace:
Welcome
Beginner's Guide
Config
Examples
Tutorials

scroll

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • en (48)
  • snippets (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Create a new orx/Scroll Project
  • Scrolling tutorial
  • Collisions with ScrollObjects
  • Delete a BodyPart from a ScrollObject by Name
  • Delete a Child Object from a ScrollObject by Name
  • Get Child ScrollObject By Name
  • Orx/Scroll Examples
  • ScrollObject following another ScrollObject
  • ScrollObject Start Position
  • Working with ScrollObjects and Custom Classes
  • Accessing the Scroll class from a ScrollObject
  • The Binding of Objects in orx/Scroll
  • Changing the default application configuration file for orx/Scroll
  • Colliding ScrollObjects with Orx Objects
  • Creating your own orx/Scroll project using 'init'
  • An Introduction to Scroll
  • Creating Maps in ScrollEd
  • Pathfinding routines for orx/Scroll
  • How to create a Progress Bar in orxScroll
  • Scroll, Cameras and Viewports
  • Moving a ScrollObject along a curve segment
  • ScrollObject to ScrollObject Communication
  • Empty Scroll Project
  • Scroll Notes

Fulltext results:

Tutorials Listed By Subject @en:tutorials
76 Hits, Last modified: 3 months ago
an></wrap> <wrap headline-image>[[en:tutorials:orxscroll:introduction-orxscroll|{{headers:headline-orx-scroll.png|}}]] <span>An Introduction to orx/Scroll</span></wrap> <wrap headline-image>[[en:tutorials:input:com
Scrolling tutorial @en:tutorials
46 Hits, Last modified: 5 years ago
====== Scrolling tutorial ====== ===== Summary ===== See previous basic tutorials for more info about ba... his tutorial shows how to display a [[wp>Parallax_scrolling|parallax scrolling]]. As you can see, there's no special code for the [[wp>Parallax_scrolling|parallax scrolling]] itself.\\ Actually, orx's
The Binding of Objects in orx/Scroll @en:tutorials:orxscroll
37 Hits, Last modified: 3 months ago
====== The Binding of Objects in orx/Scroll ====== The code for this tutorial is available at https://github.com/orx/scroll-tutorial ===== What is "Object Binding"? ===== ... behaviors of the object. This means when an Orx/Scroll Object is created, it can automatically be set to... when the object is deleted, etc. {{:tutorials:orxscroll:character_boy.png?nolink|}} {{:tutorials:orxscrol
ScrollObject to ScrollObject Communication @en:tutorials:orxscroll
35 Hits, Last modified: 3 years ago
====== ScrollObject to ScrollObject Communication ====== Your ScrollObject might want to know what is going on in the world around it.... ce game. Imagine you had a tower in the form of a ScrollObject. It wants to know about the closest robot e
Creating Maps in ScrollEd @en:tutorials:orxscroll
34 Hits, Last modified: 5 years ago
===== Creating Maps in ScrollEd ===== ScrollEd is a map/level editor that can be used with [[en:tutorials:orxscroll:introduction-orxscroll|Scroll]]. ==== Compiling ScrollEd with Scroll ==== ScrollEd is included in the S
Orx/Scroll Examples @en:examples:orx_scroll
33 Hits, Last modified: 2 years ago
====== Orx/Scroll Examples ====== <wrap headline-image>[[en:examples:orx_scroll:delete_child_from_scrollobject_by_name|{{headers:headline-orx-scroll.png|}}]] <span>Deleting Child from ScrollObject by Name</spa
An Introduction to Scroll @en:tutorials:orxscroll
22 Hits, Last modified: 14 months ago
====== An Introduction to Scroll ====== ===== What is Scroll? ===== Scroll is a C++ convenience layer built on top of orx. ===== Features ===== * Scroll supports “object binding” to custom classes. This
Creating your own orx/Scroll project using 'init' @en:tutorials:orxscroll
18 Hits, Last modified: 7 months ago
====== Creating your own orx/Scroll project using 'init' ====== You can easily generate an orx/Scroll project using ''init'' from the github version of... ave built Orx. ===== How to Create your own orx/Scroll project ===== There are two ways to create an orx/Scroll project. Firstly, using Interactive Mode: init
How to create a Progress Bar in orxScroll @en:tutorials:orxscroll
16 Hits, Last modified: 3 years ago
====== How to create a Progress Bar in orxScroll ====== Having a progress bar to represent health meters,... a common element in games. The object oriented orxScroll wrapper for Orx is the perfect tool for making co... hese for your game. {{page>snippets:init_new_orx_scroll_project&nofooter&noeditbutton}} ===== Class for ... _ #include "mygame.h" class ProgressBar : public ScrollObject { public: protected: void O
Accessing the Scroll class from a ScrollObject @en:tutorials:orxscroll
13 Hits, Last modified: 8 months ago
====== Accessing the Scroll class from a ScrollObject ====== Being able to access common functions in the Scroll class is pretty essential in a Orx/Scroll based game. The ''Scroll'' class provides a singleton which can
Creating your own Orx-based Project using 'init' @en:tutorials:projects
12 Hits, Last modified: 3 months ago
[+/-mod] [+/-movie] [+/-nuklear] [+/-remote] [+/-scroll] [+/-sndh] - name: Project name (relative or f... ed on a web server, HTTP-only)=[no], optional - scroll: C++ convenience layer with config-object binding... additional options to create a [[en:tutorials:orxscroll:creating_your_own_scroll_project_using_init|Scroll-based]] or [[en:tutorials:ui:imgui|ImGui-based project
Moving a ScrollObject along a curve segment @en:tutorials:orxscroll
12 Hits, Last modified: 4 years ago
====== Moving a ScrollObject along a curve segment ====== In this tutorial we'll go work through how to m... avel along a curve segment. ===== Set up an orx/Scroll project ===== You can follow [[en:tutorials:orxscroll:creating_your_own_scroll_project_using_init|this tutorial to help you set up a new orx/Scroll project]].
Colliding ScrollObjects with Orx Objects @en:tutorials:orxscroll
12 Hits, Last modified: 8 months ago
====== Colliding ScrollObjects with Orx Objects ====== ScrollObject classes provides a lot of functionality and organisation fo... g Orx object. For testing collisions between one ScrollObject and another, the class provides the ''OnCol... ' function eg: <code c> orxBOOL Truck::OnCollide(ScrollObject *_poCollider, orx
Maps in a Shader @en:tutorials:shaders
9 Hits, Last modified: 5 years ago
Tilemaps in a shader, what's it all about? Long scrolling levels can be constructed using graphic tiles ... g the GPU, you can have extremely long and smooth scrolling maps, all done by the GPU and with very little... up shortly) will paint the tiles every frame, and scroll them for you. ===== The workflow ===== - Crea... usage: orximagemap -i C:\Dev\orx-projects\MyScrollingGame\data\config\tiled.ini -m "GameMap" -o C:\D
Changing the default application configuration file for orx/Scroll @en:tutorials:orxscroll
7 Hits, Last modified: 5 years ago
he default application configuration file for orx/Scroll ====== The format for bootstrapping the starting... ng_default_config_file|shown here]]. When an orx/Scroll game or application starts, the matching config d... hange this, add a ''Bootstrap'' prototype to your Scroll header: <code cpp> class MyGame : public Scroll<MyGame> { private: virtual orxSTATUS Bootstrap() const;
Xcode4 Scroll setup, Console-less apps and Resources @en:tutorials:orx:mac
6 Hits, Last modified: 5 years ago
Collisions with ScrollObjects @en:examples:orx_scroll
6 Hits, Last modified: 8 months ago
Working with ScrollObjects and Custom Classes @en:examples:orx_scroll
5 Hits, Last modified: 2 years ago
Creating your own Nuklear based project @en:tutorials:ui
5 Hits, Last modified: 5 years ago
Creating your own ImGui based project @en:tutorials:ui
5 Hits, Last modified: 5 years ago
Pathfinding routines for orx/Scroll @en:tutorials:orxscroll
5 Hits, Last modified: 3 years ago
Scroll Notes @en:tutorials:community:sergeig
4 Hits, Last modified: 7 years ago
Create a new orx/Scroll Project @snippets
4 Hits, Last modified: 3 years ago
Object Traversing @en:tutorials
3 Hits, Last modified: 5 years ago
ScrollObject following another ScrollObject @en:examples:orx_scroll
3 Hits, Last modified: 3 years ago
Main settings @en:orx:config:settings_main
3 Hits, Last modified: 22 months ago
Examples @en:examples
3 Hits, Last modified: 5 years ago
Tutorials in sources @en:examples:tutorials_in_sources
2 Hits, Last modified: 5 years ago
Setting up a game project on the Mac @en:tutorials:orx:mac
2 Hits, Last modified: 16 months ago
Empty Scroll Project @en:tutorials:community:sergeig
2 Hits, Last modified: 5 years ago
UseParentSpace for Spawners using Relative Position and Scale @en:tutorials:spawners
2 Hits, Last modified: 5 years ago
Clock tutorial @en:tutorials:clocks
2 Hits, Last modified: 15 months ago
ScrollObject Start Position @en:examples:orx_scroll
2 Hits, Last modified: 3 years ago
Delete a Child Object from a ScrollObject by Name @en:examples:orx_scroll
2 Hits, Last modified: 7 years ago
Scroll, Cameras and Viewports @en:tutorials:orxscroll
2 Hits, Last modified: 8 months ago
Part 3 - Setting up a new game project @en:guides:beginners
2 Hits, Last modified: 8 months ago
Get Child ScrollObject By Name @en:examples:orx_scroll
2 Hits, Last modified: 15 months ago
Guide to the Orx Console and Commands @en:tutorials:config
1 Hits, Last modified: 2 years ago
Keyboard inputs @en:orx:config:settings_main
1 Hits, Last modified: 7 years ago
Orx Extensions @en:tutorials:engine
1 Hits, Last modified: 7 months ago
orxOBJECT structure @en:orx:config:settings_structure
1 Hits, Last modified: 23 months ago
Localization tutorial @en:tutorials:localization
1 Hits, Last modified: 5 years ago
Viewport Render to Texture @en:tutorials:viewport
1 Hits, Last modified: 2 years ago
Console-less Applications @en:tutorials:publishing
1 Hits, Last modified: 5 years ago
Using the Android Demo as a template for your own projects @en:tutorials:android
1 Hits, Last modified: 2 years ago
The Orx Profiler @en:tutorials:tools
1 Hits, Last modified: 3 years ago
Delete a BodyPart from a ScrollObject by Name @en:examples:orx_scroll
1 Hits, Last modified: 7 years ago
Lighting tutorial @en:tutorials:shaders
1 Hits, Last modified: 5 years ago
Spawner tutorial @en:tutorials:spawners
1 Hits, Last modified: 5 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Export to PDF
  • Rename Page
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki