#Getting started using C++

1 messages · Page 1 of 1 (latest)

abstract magnet
#

Hi! As C++ is the programming language I'm most familiar with, and o3de is written in C++, I'd like to script my game in C++!
However so far I've not been able to find any kind of "getting started" guide.

Can you point me toward something? Thank you!

#

Found that wonderful book! All fine 🙂

lethal quail
#

I guess you found this Book. There are multiple versions of it. Includes examples: https://github.com/SelfishOlex/O3DEBookCode2111

Here is a short list of samples/tutorials/jams etc. Not exclusively cpp https://github.com/mythrz/O3DE_PointsOfInterestList

Hands-on creation of a Cpp Gem: https://www.youtube.com/watch?v=tqhxkLk8NF0

You can also search for specific topics on their official youtube channel: https://www.youtube.com/@Open3DEngine/videos

This will be very useful too:
https://docs.o3de.org/docs/api/gems/

plucky oxide
abstract magnet
#

Ohhh really cool