Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

AppGameKit for Python

Create games using AppGameKit and Python! · By Fascimania

printc

A topic by medi71 created Mar 29, 2021 Views: 222 Replies: 4
Viewing posts 1 to 4

I began using AGK Python yesterday, very nice! What I like about it is that unlike C++ and Java version, I don't have to use agk object. 

Now, my question, I couldn't find wrapper function for printc, I see only print_value, it seems something like print_value_c is missing.

Developer

I'm glad you like AGK for Python!

Print and PrintC have been merged into print_value.  To use "PrintC", set print_value's newline parameter to False.

Depending on what you want to print, this might be easier: print_value(f"Position: {x}, {y}")

(1 edit)

Thanks, I am working on two small demos to see how it works, one 2d and one 3d. So far, everything great.

Developer

Great.  Glad to hear.

This can be high performance 2d for Python in general. A GUI library with table may even bring this to science applications.