Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

medi71

6
Posts
2
Topics
A member registered Mar 29, 2021

Recent community posts

(3 edits)

Thanks, closer to C without pointer and without {}, is great to me.  Even with {} is good, but this is BASIC.  

Blitz3D is going to be a  good looking BASIC, it is easy to read and easy to code . It is simple for those who do not have computer science education. It has few primitive types, it has array, has only function, and a user type that is loaded with doubly linked list. Can't be better than this. We can write thousands of useful programs, those that don't need more primitive types or OOP. Blitz3D samples and games and other simple BASIC software are the proof that light weight, relatively efficient programming software is possible with great results.

(2 edits)

BlitzBasic is a beautiful computer language, it also belongs to the masses. New features make it better.  Thanks.

(1 edit)

There are not much people in this forum. How popular is this edition? It should be popular.

After I realized that my two examples work well, I just didn't continue as I had other projects to do in other languages. However, from about a month ago I picked some projects to do in python and that put me back to see how agk py is doing. Yesterday, I compare agk py simple sprite rotation to pyglet rotation and realized that agk py does better. The pyglet version had hiccups! I have tried other 2d libraries in python and I found agk py to be the best so far.

I hope one day The Game Creator accepts that python must be its default scripting language. If I were them, I would make a new AGK, naming it AppGameKit Modern, which uses python for scripting exclusively. 

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

(1 edit)

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

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.